Skip to content

Commit c221b9d

Browse files
authored
Update README.md
1 parent d31b41d commit c221b9d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,20 @@
5353
1. [Data Preparation and Modelling with SKLearn](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/01.%20Data%20Preparation%20and%20Modelling%20with%20sklearn)
5454
2. [Working with Text Data](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/02.%20Working%20with%20Text%20Data)
5555
3. [Working with Image Data](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/03.%20Working%20with%20Image%20Data)
56-
4. [K - Nearest Neighbours](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/04.%20K%20-%20NN)
57-
5. [Linear Regression](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/05.%20Linear%20Regression)
58-
6. [Logistic Regression](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/06.%20Logistic%20Regression)
59-
7. [Gradient Descent](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/07.%20Gradient%20Descent)
60-
8. [Decision Trees](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/08.%20Decision%20Trees)
61-
9. [Support Vector Machines](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/09.%20Support%20Vector%20Machines)
62-
10. [Model Productionisation](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/10.%20Model%20Productionisation)
63-
11. [Models with Feature Engineering](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/11.%20ML_Models%20with%20Feature%20Engineering)
64-
12. [Hyperparameter Tuning](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/12.%20Hyperparameter%20Tuning)
65-
13. [Ensembles](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/13.%20Ensembles)
66-
14. [Clustering](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/14.%20Clustering)
67-
15. [Principal component Analysis](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/15.%20PCA)
56+
4. [Supervised ML Algorithms](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/04.%20Supervised%20ML%20Algorithms)
57+
- [K - Nearest Neighbours](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/04.%20K%20-%20NN)
58+
- [Linear Regression](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/05.%20Linear%20Regression)
59+
- [Logistic Regression](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/06.%20Logistic%20Regression)
60+
- [Gradient Descent](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/07.%20Gradient%20Descent
61+
- [Decision Trees](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/08.%20Decision%20Trees)
62+
- [Support Vector Machines](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/09.%20Support%20Vector%20Machines)
63+
- [Models with Feature Engineering](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/11.%20ML_Models%20with%20Feature%20Engineering)
64+
- [Hyperparameter Tuning](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/12.%20Hyperparameter%20Tuning)
65+
- [Ensembles](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/13.%20Ensembles)
66+
5. [Model Productionisation](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/10.%20Model%20Productionisation)
67+
6. [Unsupervised ML Algorithms](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/06.%20Unsupervised%20ML%20Algorithms)
68+
- [Clustering](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/14.%20Clustering)
69+
- [Principal component Analysis](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%204%20-%20Machine%20Learning/15.%20PCA)
6870

6971
## Module 5 - Case Studies
7072
- [Car Price Prediction (Regression)](https://github.com/bansalkanav/Machine_Learning_and_Deep_Learning/tree/master/Module%205%20-%20Case%20Studies/1.%20Car%20Price%20Prediction)

0 commit comments

Comments
 (0)