|
556 | 556 | * [Bell Numbers](maths/bell_numbers.py)
|
557 | 557 | * [Binary Exp Mod](maths/binary_exp_mod.py)
|
558 | 558 | * [Binary Exponentiation](maths/binary_exponentiation.py)
|
559 |
| - * [Binary Exponentiation 3](maths/binary_exponentiation_3.py) |
| 559 | + * [Binary Exponentiation 2](maths/binary_exponentiation_2.py) |
560 | 560 | * [Binary Multiplication](maths/binary_multiplication.py)
|
561 | 561 | * [Binomial Coefficient](maths/binomial_coefficient.py)
|
562 | 562 | * [Binomial Distribution](maths/binomial_distribution.py)
|
|
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)
|
|
0 commit comments