|
134 | 134 | * [Run Length Encoding](compression/run_length_encoding.py)
|
135 | 135 |
|
136 | 136 | ## Computer Vision
|
| 137 | + * [Cnn Classification](computer_vision/cnn_classification.py) |
137 | 138 | * [Flip Augmentation](computer_vision/flip_augmentation.py)
|
138 | 139 | * [Haralick Descriptors](computer_vision/haralick_descriptors.py)
|
139 | 140 | * [Harris Corner](computer_vision/harris_corner.py)
|
|
344 | 345 | * [Floyd Warshall](dynamic_programming/floyd_warshall.py)
|
345 | 346 | * [Integer Partition](dynamic_programming/integer_partition.py)
|
346 | 347 | * [Iterating Through Submasks](dynamic_programming/iterating_through_submasks.py)
|
| 348 | + * [K Means Clustering Tensorflow](dynamic_programming/k_means_clustering_tensorflow.py) |
347 | 349 | * [Knapsack](dynamic_programming/knapsack.py)
|
348 | 350 | * [Largest Divisible Subset](dynamic_programming/largest_divisible_subset.py)
|
349 | 351 | * [Longest Common Subsequence](dynamic_programming/longest_common_subsequence.py)
|
|
417 | 419 | * [Koch Snowflake](fractals/koch_snowflake.py)
|
418 | 420 | * [Mandelbrot](fractals/mandelbrot.py)
|
419 | 421 | * [Sierpinski Triangle](fractals/sierpinski_triangle.py)
|
| 422 | + * [Vicsek](fractals/vicsek.py) |
420 | 423 |
|
421 | 424 | ## Fuzzy Logic
|
422 | 425 | * [Fuzzy Operations](fuzzy_logic/fuzzy_operations.py)
|
|
571 | 574 | * [Local Weighted Learning](machine_learning/local_weighted_learning/local_weighted_learning.py)
|
572 | 575 | * [Logistic Regression](machine_learning/logistic_regression.py)
|
573 | 576 | * [Loss Functions](machine_learning/loss_functions.py)
|
| 577 | + * Lstm |
| 578 | + * [Lstm Prediction](machine_learning/lstm/lstm_prediction.py) |
574 | 579 | * [Mfcc](machine_learning/mfcc.py)
|
575 | 580 | * [Multilayer Perceptron Classifier](machine_learning/multilayer_perceptron_classifier.py)
|
576 | 581 | * [Polynomial Regression](machine_learning/polynomial_regression.py)
|
|
674 | 679 | * [Newton Forward Interpolation](maths/numerical_analysis/newton_forward_interpolation.py)
|
675 | 680 | * [Newton Raphson](maths/numerical_analysis/newton_raphson.py)
|
676 | 681 | * [Numerical Integration](maths/numerical_analysis/numerical_integration.py)
|
| 682 | + * [Proper Fractions](maths/numerical_analysis/proper_fractions.py) |
677 | 683 | * [Runge Kutta](maths/numerical_analysis/runge_kutta.py)
|
678 | 684 | * [Runge Kutta Fehlberg 45](maths/numerical_analysis/runge_kutta_fehlberg_45.py)
|
679 | 685 | * [Runge Kutta Gills](maths/numerical_analysis/runge_kutta_gills.py)
|
|
801 | 807 | * [Swish](neural_network/activation_functions/swish.py)
|
802 | 808 | * [Back Propagation Neural Network](neural_network/back_propagation_neural_network.py)
|
803 | 809 | * [Convolution Neural Network](neural_network/convolution_neural_network.py)
|
| 810 | + * [Input Data](neural_network/input_data.py) |
804 | 811 | * [Simple Neural Network](neural_network/simple_neural_network.py)
|
805 | 812 |
|
806 | 813 | ## Other
|
|
0 commit comments