Skip to content

Commit 4f72687

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent c6ec99d commit 4f72687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DIRECTORY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@
588588
* [Find Min](maths/find_min.py)
589589
* [Floor](maths/floor.py)
590590
* [Gamma](maths/gamma.py)
591-
* [Gamma Recursive](maths/gamma_recursive.py)
592591
* [Gaussian](maths/gaussian.py)
593592
* [Gaussian Error Linear Unit](maths/gaussian_error_linear_unit.py)
594593
* [Gcd Of N Numbers](maths/gcd_of_n_numbers.py)
@@ -723,6 +722,7 @@
723722
* Activation Functions
724723
* [Exponential Linear Unit](neural_network/activation_functions/exponential_linear_unit.py)
725724
* [Leaky Rectified Linear Unit](neural_network/activation_functions/leaky_rectified_linear_unit.py)
725+
* [Mish](neural_network/activation_functions/mish.py)
726726
* [Rectified Linear Unit](neural_network/activation_functions/rectified_linear_unit.py)
727727
* [Scaled Exponential Linear Unit](neural_network/activation_functions/scaled_exponential_linear_unit.py)
728728
* [Sigmoid Linear Unit](neural_network/activation_functions/sigmoid_linear_unit.py)
@@ -748,6 +748,7 @@
748748
* [Linear Congruential Generator](other/linear_congruential_generator.py)
749749
* [Lru Cache](other/lru_cache.py)
750750
* [Magicdiamondpattern](other/magicdiamondpattern.py)
751+
* [Majority Vote Algorithm](other/majority_vote_algorithm.py)
751752
* [Maximum Subsequence](other/maximum_subsequence.py)
752753
* [Nested Brackets](other/nested_brackets.py)
753754
* [Number Container System](other/number_container_system.py)

0 commit comments

Comments
 (0)