From b4b295e2a0102d7eb5b53e21aa16ebd3da989f3a Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Tue, 25 Jun 2024 22:14:58 +0530 Subject: [PATCH] Update index.md --- contrib/machine-learning/index.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/contrib/machine-learning/index.md b/contrib/machine-learning/index.md index 3a2cccf..95ee61d 100644 --- a/contrib/machine-learning/index.md +++ b/contrib/machine-learning/index.md @@ -2,16 +2,13 @@ - [Introduction to scikit-learn](sklearn-introduction.md) - [Binomial Distribution](binomial-distribution.md) +- [Naive Bayes](naive-bayes.md) - [Regression in Machine Learning](regression.md) - [Polynomial Regression](polynomial-regression.md) - [Confusion Matrix](confusion-matrix.md) - [Decision Tree Learning](decision-tree.md) - [Random Forest](random-forest.md) - [Support Vector Machine Algorithm](support-vector-machine.md) -- [Artificial Neural Network from the Ground Up](ann.md) -- [Introduction To Convolutional Neural Networks (CNNs)](intro-to-cnn.md) -- [TensorFlow](tensorflow.md) -- [PyTorch](pytorch.md) - [Ensemble Learning](ensemble-learning.md) - [Types of optimizers](types-of-optimizers.md) - [Logistic Regression](logistic-regression.md) @@ -19,14 +16,14 @@ - [Clustering](clustering.md) - [Hierarchical Clustering](hierarchical-clustering.md) - [Grid Search](grid-search.md) -- [Transformers](transformers.md) - [K-Means](kmeans.md) - [K-nearest neighbor (KNN)](knn.md) -<<<<<<< RL -- [Reinforcement Learning](reinforcement-learning.md) -======= -- [Naive Bayes](naive-bayes.md) -- [Neural network regression](neural-network-regression.md) -- [PyTorch Fundamentals](pytorch-fundamentals.md) - [Xgboost](xgboost.md) ->>>>>>> main +- [Artificial Neural Network from the Ground Up](ann.md) +- [Introduction To Convolutional Neural Networks (CNNs)](intro-to-cnn.md) +- [TensorFlow](tensorflow.md) +- [PyTorch](pytorch.md) +- [PyTorch Fundamentals](pytorch-fundamentals.md) +- [Transformers](transformers.md) +- [Reinforcement Learning](reinforcement-learning.md) +- [Neural network regression](neural-network-regression.md)