|
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)
|
|
475 | 475 | * [Decision Tree](machine_learning/decision_tree.py)
|
476 | 476 | * Forecasting
|
477 | 477 | * [Run](machine_learning/forecasting/run.py)
|
478 |
| - * [Gaussian Naive Bayes](machine_learning/gaussian_naive_bayes.py) |
479 |
| - * [Gradient Boosting Regressor](machine_learning/gradient_boosting_regressor.py) |
480 | 478 | * [Gradient Descent](machine_learning/gradient_descent.py)
|
481 | 479 | * [K Means Clust](machine_learning/k_means_clust.py)
|
482 | 480 | * [K Nearest Neighbours](machine_learning/k_nearest_neighbours.py)
|
|
490 | 488 | * [Lstm Prediction](machine_learning/lstm/lstm_prediction.py)
|
491 | 489 | * [Multilayer Perceptron Classifier](machine_learning/multilayer_perceptron_classifier.py)
|
492 | 490 | * [Polymonial Regression](machine_learning/polymonial_regression.py)
|
493 |
| - * [Random Forest Classifier](machine_learning/random_forest_classifier.py) |
494 |
| - * [Random Forest Regressor](machine_learning/random_forest_regressor.py) |
495 | 491 | * [Scoring Functions](machine_learning/scoring_functions.py)
|
496 | 492 | * [Self Organizing Map](machine_learning/self_organizing_map.py)
|
497 | 493 | * [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py)
|
|
0 commit comments