File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.1.9
19
+ rev : v0.1.11
20
20
hooks :
21
21
- id : ruff
22
22
Original file line number Diff line number Diff line change 631
631
* [ Floor] ( maths/floor.py )
632
632
* [ Gamma] ( maths/gamma.py )
633
633
* [ Gaussian] ( maths/gaussian.py )
634
- * [ Gaussian Error Linear Unit] ( maths/gaussian_error_linear_unit.py )
635
634
* [ Gcd Of N Numbers] ( maths/gcd_of_n_numbers.py )
636
635
* [ Germain Primes] ( maths/germain_primes.py )
637
636
* [ Greatest Common Divisor] ( maths/greatest_common_divisor.py )
791
790
* Activation Functions
792
791
* [ Binary Step] ( neural_network/activation_functions/binary_step.py )
793
792
* [ Exponential Linear Unit] ( neural_network/activation_functions/exponential_linear_unit.py )
793
+ * [ Gaussian Error Linear Unit] ( neural_network/activation_functions/gaussian_error_linear_unit.py )
794
794
* [ Leaky Rectified Linear Unit] ( neural_network/activation_functions/leaky_rectified_linear_unit.py )
795
795
* [ Mish] ( neural_network/activation_functions/mish.py )
796
796
* [ Rectified Linear Unit] ( neural_network/activation_functions/rectified_linear_unit.py )
You can’t perform that action at this time.
0 commit comments