Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/main/09. Machine Learning with Python/README.md
Views: 4586
Machine Learning with Python
📄 Summary
This course provides an overview of the purpose of Machine Learning, and where it applies to the real world. It then covers topics such as supervised vs unsupervised learning, model evaluation, and various useful Machine Learning algorithms.
To explore the methods of machine learning, and the algorithms involved, many example projects are embarked upon and explored, including cancer detection, predicting economic trends, predicting customer churn, and recommendation engines.
The final project within this course is the building of a classifier to predict whether a loan case will be paid off. It is a classification problem, and KNN, Decision Tree, SVM, and Logistic Regression are all used to determine the best algorithm to use.
📑 Main Topics
Introduction to Machine Learning
Examples of machine learning in various industries
The steps machine learning uses to solve problems
Examples of techniques and Python libraries used
Differences between Supervised and Unsupervised algorithms
Simple linear regression
Multiple linear regression
Non-linear regression
Evaluating regression models
Comparisons between the different classification methods
K Nearest Neighbours (KNN) algorithm
Decision Trees
Logistic Regression
Support Vector Machines
k-Means Clustering
Hierarchical Clustering
Density Based Clustering
Memory-based and model-based implementations of recommender systems
Content-based recommender systtems
Collaborative filtering systems
🔑 Key Skills Learned
Understanding of various Machine Learning models, such as Regression, Classification, Clustering, and Recommender Systems
Use of Python for Machine Learning (including Scikit Learn)
Application of Regression, Classification, Clustering, and Recommender Systems algorithms on various datasets to solve real world problems
🏆 Certificates
To verify the certificates, click the images to follow the links.