New script demonstrates the implementation of the Sigmoid, tanh function, Matrix determinant and Matrix trace calculation. #16024
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
linear_algebra/matrix_trace.py#L30
linear_algebra/matrix_trace.py:30:89: E501 Line too long (93 > 88)
|
|
Ruff (N806):
linear_algebra/determinant.py#L80
linear_algebra/determinant.py:80:5: N806 Variable `A` in function should be lowercase
|