File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 588
588
* [ Find Min] ( maths/find_min.py )
589
589
* [ Floor] ( maths/floor.py )
590
590
* [ Gamma] ( maths/gamma.py )
591
- * [ Gamma Recursive] ( maths/gamma_recursive.py )
592
591
* [ Gaussian] ( maths/gaussian.py )
593
592
* [ Gaussian Error Linear Unit] ( maths/gaussian_error_linear_unit.py )
594
593
* [ Gcd Of N Numbers] ( maths/gcd_of_n_numbers.py )
723
722
* Activation Functions
724
723
* [ Exponential Linear Unit] ( neural_network/activation_functions/exponential_linear_unit.py )
725
724
* [ Leaky Rectified Linear Unit] ( neural_network/activation_functions/leaky_rectified_linear_unit.py )
725
+ * [ Mish] ( neural_network/activation_functions/mish.py )
726
726
* [ Rectified Linear Unit] ( neural_network/activation_functions/rectified_linear_unit.py )
727
727
* [ Scaled Exponential Linear Unit] ( neural_network/activation_functions/scaled_exponential_linear_unit.py )
728
728
* [ Sigmoid Linear Unit] ( neural_network/activation_functions/sigmoid_linear_unit.py )
748
748
* [ Linear Congruential Generator] ( other/linear_congruential_generator.py )
749
749
* [ Lru Cache] ( other/lru_cache.py )
750
750
* [ Magicdiamondpattern] ( other/magicdiamondpattern.py )
751
+ * [ Majority Vote Algorithm] ( other/majority_vote_algorithm.py )
751
752
* [ Maximum Subsequence] ( other/maximum_subsequence.py )
752
753
* [ Nested Brackets] ( other/nested_brackets.py )
753
754
* [ Number Container System] ( other/number_container_system.py )
You can’t perform that action at this time.
0 commit comments