|
53 | 53 | 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) |
54 | 54 | 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) |
55 | 55 | 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) |
68 | 70 |
|
69 | 71 | ## Module 5 - Case Studies |
70 | 72 | - [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