Skip to content

Commit fa2cf74

Browse files
committed
updating DIRECTORY.md
1 parent 59d6ed7 commit fa2cf74

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

DIRECTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@
522522

523523
## [Fractals](fractals)
524524
* [Barnsley Fern](fractals/barnsley_fern.py)
525+
* [Hilbert Curve](fractals/hilbert_curve.py)
525526
* [Julia Sets](fractals/julia_sets.py)
526527
* [Koch Snowflake](fractals/koch_snowflake.py)
527528
* [Mandelbrot](fractals/mandelbrot.py)
@@ -699,7 +700,7 @@
699700
* [Gradient Descent](machine_learning/gradient_descent.py)
700701
* [K Means Clust](machine_learning/k_means_clust.py)
701702
* [K Medoids](machine_learning/k_medoids.py)
702-
* [K Nearest Neighbours](machine_learning/k_nearest_neighbours.py)
703+
* [K Nearest Neighbors](machine_learning/k_nearest_neighbors.py)
703704
* [Linear Discriminant Analysis](machine_learning/linear_discriminant_analysis.py)
704705
* [Linear Regression](machine_learning/linear_regression.py)
705706
* [Linear Regression Vectorized](machine_learning/linear_regression_vectorized.py)
@@ -710,9 +711,11 @@
710711
* Lstm
711712
* [Lstm Prediction](machine_learning/lstm/lstm_prediction.py)
712713
* [Mfcc](machine_learning/mfcc.py)
714+
* [Mini Batch Gradient Descent](machine_learning/mini_batch_gradient_descent.py)
713715
* [Multilayer Perceptron Classifier](machine_learning/multilayer_perceptron_classifier.py)
714716
* [Polynomial Regression](machine_learning/polynomial_regression.py)
715717
* [Principle Component Analysis](machine_learning/principle_component_analysis.py)
718+
* [Q Learning](machine_learning/q_learning.py)
716719
* [Random Forest Classifier](machine_learning/random_forest_classifier.py)
717720
* [Random Forest Regressor](machine_learning/random_forest_regressor.py)
718721
* [Scoring Functions](machine_learning/scoring_functions.py)
@@ -742,6 +745,7 @@
742745
* [Binary Multiplication](maths/binary_multiplication.py)
743746
* [Binomial Coefficient](maths/binomial_coefficient.py)
744747
* [Binomial Distribution](maths/binomial_distribution.py)
748+
* [Binomial Expansion](maths/binomial_expansion.py)
745749
* [Ceil](maths/ceil.py)
746750
* [Chebyshev Distance](maths/chebyshev_distance.py)
747751
* [Check Polygon](maths/check_polygon.py)
@@ -784,6 +788,7 @@
784788
* [Interquartile Range](maths/interquartile_range.py)
785789
* [Is Int Palindrome](maths/is_int_palindrome.py)
786790
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
791+
* [Is Ipv6 Address Valid](maths/is_ipv6_address_valid.py)
787792
* [Is Square Free](maths/is_square_free.py)
788793
* [Jaccard Similarity](maths/jaccard_similarity.py)
789794
* [Joint Probability Distribution](maths/joint_probability_distribution.py)

0 commit comments

Comments
 (0)