This course dives into the basics of machine learning using an approachable, and well-known programming language, Python.
In this course, i reviewed two main components: First, i learned the purpose of Machine Learning and where it applies to the real world. Second, i got a general overview of Machine Learning topics such as supervised vs unsupervised learning, model evaluation, and Machine Learning algorithms.
I practiced with real-life examples of Machine learning and see how it affects society in many ways.
After few weeks of training, this is what i got.
- New skills such as regression, classification, clustering, sci-kit learn and SciPy.
- New projects including cancer detection, predicting economic trends, predicting customer churn, recommendation engines, and many more.
- And a certificate in machine learning to prove my competency.
- Simple Linear Regression.
- Multiple Linear Regression.
- Polynomial Regression.
- Non-linear Regression.
- K-Nearest Neighbors.
- Decision Trees.
- Logistic Regression.
- Suport Vector Machine (SVM) - Cancer detection.
- K-Means - Customer Segmentation.
- Hierarchical Clustering - Cars clustering.
- DBSCAN - Weather Station Clustering.
- Collaborative Filtering - Creation of a recommendation system.
- Content Based Filtering - Creation of a recommendation system.
- Final Assignement - Loan Full pipeline + Application of classifications : KNN / Decision tree / SVM / Logistic Regression
Jennyfer WAN