|
1 |
| -# ML_with_Python |
2 |
| -This course was offered by IBM in coursera and it's conitains final week's assignment(week-06). |
| 1 | +# Machine Learning with Python |
| 2 | +This course is offered by IBM in coursera and this repo conitains final week's assignment(week-06) with lecture notes. |
| 3 | + |
| 4 | +- Course: https://www.coursera.org/learn/machine-learning-with-python |
| 5 | +- Offered by: https://www.ibm.com/ |
| 6 | +- Instructor: https://www.coursera.org/instructor/saeed |
| 7 | +- My certificate: https://www.coursera.org/account/accomplishments/records/DAS5ACHKZE3J |
| 8 | + |
| 9 | +## Week 01: |
| 10 | +##### Overview/Topics: Introduction to Machine Learning |
| 11 | +* Python for machine learning |
| 12 | +* Supervised vs Unsupervised learning |
| 13 | + |
| 14 | +##### Programming Assignments: |
| 15 | + - [Week 01: N/A] |
| 16 | + |
| 17 | + |
| 18 | +## Week 02: |
| 19 | +##### Overview/Topics: Regression |
| 20 | +* Simple linear regression |
| 21 | +* Multiple linear regression |
| 22 | +* Polynomial regression |
| 23 | +* Non-linear regression |
| 24 | + |
| 25 | +##### Programming Assignments: |
| 26 | + - [Week 02: ML0101EN-Reg-Simple-Linear-Regression-Co2-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week02_Regression(SimpleLinear_MultipleLinear_NonLinear)/ML0101EN-Reg-Simple-Linear-Regression-Co2-py-v1.ipynb) |
| 27 | + - [Week 02: ML0101EN-Reg-Mulitple-Linear-Regression-Co2-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week02_Regression(SimpleLinear_MultipleLinear_NonLinear)/ML0101EN-Reg-Mulitple-Linear-Regression-Co2-py-v1.ipynb) |
| 28 | + - [Week 02: ML0101EN-Reg-Polynomial-Regression-Co2-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week02_Regression(SimpleLinear_MultipleLinear_NonLinear)/ML0101EN-Reg-Polynomial-Regression-Co2-py-v1.ipynb) |
| 29 | + - [Week 02: ML0101EN-Reg-NoneLinearRegression-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week02_Regression(SimpleLinear_MultipleLinear_NonLinear)/ML0101EN-Reg-NoneLinearRegression-py-v1.ipynb) |
| 30 | + |
| 31 | +## Week 03: |
| 32 | +##### Overview/Topics: Classification |
| 33 | +* K-Nearest Neighbours |
| 34 | +* Decision Trees |
| 35 | +* Logistic regression |
| 36 | +* Support Vector Machine |
| 37 | + |
| 38 | +##### Programming Assignments: |
| 39 | + - [Week 03: ML0101EN-Clas-K-Nearest-neighbors-CustCat-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week03_Classification(KNN_DecisionTree_LogisticRegression_SVM)/ML0101EN-Clas-K-Nearest-neighbors-CustCat-py-v1.ipynb) |
| 40 | + - [Week 03: ML0101EN-Clas-Decision-Trees-drug-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week03_Classification(KNN_DecisionTree_LogisticRegression_SVM)/ML0101EN-Clas-Decision-Trees-drug-py-v1.ipynb) |
| 41 | + - [Week 03: ML0101EN-Clas-Logistic-Reg-churn-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week03_Classification(KNN_DecisionTree_LogisticRegression_SVM)/ML0101EN-Clas-Logistic-Reg-churn-py-v1.ipynb) |
| 42 | + - [Week 03: ML0101EN-Clas-SVM-cancer-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week03_Classification(KNN_DecisionTree_LogisticRegression_SVM)/ML0101EN-Clas-SVM-cancer-py-v1.ipynb) |
| 43 | + |
| 44 | +## Week 04: |
| 45 | +##### Overview/Topics: Clustering |
| 46 | +* K-Means Clustering |
| 47 | +* Hierarchical clustering |
| 48 | +* Density based clustering: DBSCAN |
| 49 | + |
| 50 | +##### Programming Assignments: |
| 51 | + - [Week 04: ML0101EN-Clus-K-Means-Customer-Seg-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week04_Clustering(K-Means_Agglomerative_DBSCAN)/ML0101EN-Clus-K-Means-Customer-Seg-py-v1.ipynb) |
| 52 | + - [Week 04: ML0101EN-Clus-Hierarchical-Cars-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week04_Clustering(K-Means_Agglomerative_DBSCAN)/ML0101EN-Clus-Hierarchical-Cars-py-v1.ipynb) |
| 53 | + - [Week 04: ML0101EN-Clus-DBSCN-weather-py-v1](https://github.com/Sowmik23/ML_with_Python/blob/master/Week04_Clustering(K-Means_Agglomerative_DBSCAN)/ML0101EN-Clus-DBSCN-weather-py-v1.ipynb) |
| 54 | + |
| 55 | +## Week 05: |
| 56 | +##### Overview/Topics: Recommender Systems |
| 57 | +* Content based recommender systems |
| 58 | +* Collaborative filtering on movies |
| 59 | + |
| 60 | +##### Programming Assignments: |
| 61 | + - [Week 05: Content based recommender systems](https://github.com/Sowmik23/ML_with_Python/blob/master/Week05_RecommenderSystems(ContentBased_CollaborativeFiltering)/ML0101EN-RecSys-Content-Based-movies-py-v1.ipynb) |
| 62 | + - [Week 05: Collaborative filtering on moives](https://github.com/Sowmik23/ML_with_Python/blob/master/Week05_RecommenderSystems(ContentBased_CollaborativeFiltering)/ML0101EN-RecSys-Collaborative-Filtering-movies-py-v1.ipynb) |
| 63 | + |
| 64 | +## Week 06: |
| 65 | +##### Overview/Topics: Final Project |
| 66 | +* Doing the final assignment in Watson studio |
| 67 | + |
| 68 | +##### Programming Assignments: |
| 69 | + - [Week 06: Final Assignment](https://github.com/Sowmik23/ML_with_Python/blob/master/Machine_Learning_with_Python.ipynb) |
| 70 | + |
0 commit comments