Skip to content

Commit b4b295e

Browse files
authored
Update index.md
1 parent 9afd38e commit b4b295e

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

contrib/machine-learning/index.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,28 @@
22

33
- [Introduction to scikit-learn](sklearn-introduction.md)
44
- [Binomial Distribution](binomial-distribution.md)
5+
- [Naive Bayes](naive-bayes.md)
56
- [Regression in Machine Learning](regression.md)
67
- [Polynomial Regression](polynomial-regression.md)
78
- [Confusion Matrix](confusion-matrix.md)
89
- [Decision Tree Learning](decision-tree.md)
910
- [Random Forest](random-forest.md)
1011
- [Support Vector Machine Algorithm](support-vector-machine.md)
11-
- [Artificial Neural Network from the Ground Up](ann.md)
12-
- [Introduction To Convolutional Neural Networks (CNNs)](intro-to-cnn.md)
13-
- [TensorFlow](tensorflow.md)
14-
- [PyTorch](pytorch.md)
1512
- [Ensemble Learning](ensemble-learning.md)
1613
- [Types of optimizers](types-of-optimizers.md)
1714
- [Logistic Regression](logistic-regression.md)
1815
- [Types_of_Cost_Functions](cost-functions.md)
1916
- [Clustering](clustering.md)
2017
- [Hierarchical Clustering](hierarchical-clustering.md)
2118
- [Grid Search](grid-search.md)
22-
- [Transformers](transformers.md)
2319
- [K-Means](kmeans.md)
2420
- [K-nearest neighbor (KNN)](knn.md)
25-
<<<<<<< RL
21+
- [Xgboost](xgboost.md)
22+
- [Artificial Neural Network from the Ground Up](ann.md)
23+
- [Introduction To Convolutional Neural Networks (CNNs)](intro-to-cnn.md)
24+
- [TensorFlow](tensorflow.md)
25+
- [PyTorch](pytorch.md)
26+
- [PyTorch Fundamentals](pytorch-fundamentals.md)
27+
- [Transformers](transformers.md)
2628
- [Reinforcement Learning](reinforcement-learning.md)
27-
=======
28-
- [Naive Bayes](naive-bayes.md)
2929
- [Neural network regression](neural-network-regression.md)
30-
- [PyTorch Fundamentals](pytorch-fundamentals.md)
31-
- [Xgboost](xgboost.md)
32-
>>>>>>> main

0 commit comments

Comments
 (0)