|
5 | 5 | * [In Static Equilibrium](arithmetic_analysis/in_static_equilibrium.py) |
6 | 6 | * [Intersection](arithmetic_analysis/intersection.py) |
7 | 7 | * [Jacobi Iteration Method](arithmetic_analysis/jacobi_iteration_method.py) |
| 8 | + * [Junk](arithmetic_analysis/junk.py) |
8 | 9 | * [Lu Decomposition](arithmetic_analysis/lu_decomposition.py) |
9 | 10 | * [Newton Forward Interpolation](arithmetic_analysis/newton_forward_interpolation.py) |
10 | 11 | * [Newton Method](arithmetic_analysis/newton_method.py) |
|
133 | 134 | ## Computer Vision |
134 | 135 | * [Cnn Classification](computer_vision/cnn_classification.py) |
135 | 136 | * [Flip Augmentation](computer_vision/flip_augmentation.py) |
| 137 | + * [Haralick Descriptors](computer_vision/haralick_descriptors.py) |
136 | 138 | * [Harris Corner](computer_vision/harris_corner.py) |
137 | 139 | * [Horn Schunck](computer_vision/horn_schunck.py) |
138 | 140 | * [Mean Threshold](computer_vision/mean_threshold.py) |
|
586 | 588 | * [Greedy Coin Change](maths/greedy_coin_change.py) |
587 | 589 | * [Hamming Numbers](maths/hamming_numbers.py) |
588 | 590 | * [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py) |
| 591 | + * [Harshad Numbers](maths/harshad_numbers.py) |
589 | 592 | * [Hexagonal Number](maths/hexagonal_number.py) |
590 | 593 | * [Integration By Simpson Approx](maths/integration_by_simpson_approx.py) |
591 | 594 | * [Interquartile Range](maths/interquartile_range.py) |
|
626 | 629 | * [Pi Monte Carlo Estimation](maths/pi_monte_carlo_estimation.py) |
627 | 630 | * [Points Are Collinear 3D](maths/points_are_collinear_3d.py) |
628 | 631 | * [Pollard Rho](maths/pollard_rho.py) |
| 632 | + * [Polygonal Numbers](maths/polygonal_numbers.py) |
629 | 633 | * [Polynomial Evaluation](maths/polynomial_evaluation.py) |
630 | 634 | * Polynomials |
631 | 635 | * [Single Indeterminate Operations](maths/polynomials/single_indeterminate_operations.py) |
|
712 | 716 | * Activation Functions |
713 | 717 | * [Exponential Linear Unit](neural_network/activation_functions/exponential_linear_unit.py) |
714 | 718 | * [Leaky Rectified Linear Unit](neural_network/activation_functions/leaky_rectified_linear_unit.py) |
| 719 | + * [Scaled Exponential Linear Unit](neural_network/activation_functions/scaled_exponential_linear_unit.py) |
715 | 720 | * [Back Propagation Neural Network](neural_network/back_propagation_neural_network.py) |
716 | 721 | * [Convolution Neural Network](neural_network/convolution_neural_network.py) |
717 | 722 | * [Perceptron](neural_network/perceptron.py) |
|
0 commit comments