|
14 | 14 |
|
15 | 15 | ## Audio Filters
|
16 | 16 | * [Butterworth Filter](audio_filters/butterworth_filter.py)
|
17 |
| - * [Equal Loudness Filter](audio_filters/equal_loudness_filter.py) |
18 | 17 | * [Iir Filter](audio_filters/iir_filter.py)
|
19 | 18 | * [Show Response](audio_filters/show_response.py)
|
20 | 19 |
|
|
79 | 78 | * [A1Z26](ciphers/a1z26.py)
|
80 | 79 | * [Affine Cipher](ciphers/affine_cipher.py)
|
81 | 80 | * [Atbash](ciphers/atbash.py)
|
| 81 | + * [Autokey](ciphers/autokey.py) |
82 | 82 | * [Baconian Cipher](ciphers/baconian_cipher.py)
|
83 | 83 | * [Base16](ciphers/base16.py)
|
84 | 84 | * [Base32](ciphers/base32.py)
|
|
477 | 477 | * [Decision Tree](machine_learning/decision_tree.py)
|
478 | 478 | * Forecasting
|
479 | 479 | * [Run](machine_learning/forecasting/run.py)
|
480 |
| - * [Gaussian Naive Bayes](machine_learning/gaussian_naive_bayes.py) |
481 |
| - * [Gradient Boosting Regressor](machine_learning/gradient_boosting_regressor.py) |
482 | 480 | * [Gradient Descent](machine_learning/gradient_descent.py)
|
483 | 481 | * [K Means Clust](machine_learning/k_means_clust.py)
|
484 | 482 | * [K Nearest Neighbours](machine_learning/k_nearest_neighbours.py)
|
|
492 | 490 | * [Lstm Prediction](machine_learning/lstm/lstm_prediction.py)
|
493 | 491 | * [Multilayer Perceptron Classifier](machine_learning/multilayer_perceptron_classifier.py)
|
494 | 492 | * [Polymonial Regression](machine_learning/polymonial_regression.py)
|
495 |
| - * [Random Forest Classifier](machine_learning/random_forest_classifier.py) |
496 |
| - * [Random Forest Regressor](machine_learning/random_forest_regressor.py) |
497 | 493 | * [Scoring Functions](machine_learning/scoring_functions.py)
|
498 | 494 | * [Self Organizing Map](machine_learning/self_organizing_map.py)
|
499 | 495 | * [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py)
|
|
0 commit comments