
Explore how machine learning, a subset of artificial intelligence, enables computers to learn from data with minimal programming, covering supervised, unsupervised, and reinforcement learning along with regression and classification.
Compare Python and R as data science languages, with SQL and Scala for data engineering. Learn the ML workflow from business understanding to deployment, including data understanding and preparation.
Outline the common approach to machine learning model building for supervised and unsupervised tasks, separating predictors (x) and target (y) and using train-validation-test splits.
Apply linear regression in Excel to build a beginner-friendly machine learning model, understand regression concepts, evaluation metrics like R-squared and adjusted R-squared, and check assumptions such as multicollinearity and homoscedasticity.
Learn to build and evaluate linear regression models in MS Excel, from data preparation, correlation analysis, and multicollinearity checks to fitting the model, interpreting r-squared and p-values, and validating residuals.
Explore the core principles of logistic regression for binary classification, including probability, odds, logit, and the sigmoid function, with hands-on practice and evaluation via confusion matrices.
Explore the limitations of machine learning in Excel, where only linear regression is native; logistic regression is possible with formulas and solver, but large datasets benefit from Python or R.
Explore practical machine learning with Python through hands-on tutorials in Google Colab, covering linear and logistic regression, KNN, SVM, and tree-based methods like random forest and gradient boosting.
Learn linear regression with Python, including fitting a regression line, understanding model coefficients and intercept, and evaluating performance with root mean square error on train and test data.
Learn logistic regression for classification in Python using the Titanic survival dataset in Google Colab. Explore model fitting, coefficients and intercept, and assess accuracy while noting overfitting and confusion matrix.
Explore k-nearest neighbors in python by implementing a custom euclidean distance classifier and validating it against scikit-learn on the iris dataset in Google Colab, optimizing the k value.
Explore support vector machines in Python with hands-on Google Colab tutorials, covering SVM fundamentals, kernels (linear and RBF), key parameters (C, gamma), model training, and tuning for improved accuracy.
Explore tree-based algorithms, including decision trees, random forests, and boosting, to build accurate, interpretable models for classification and regression while managing overfitting through pruning.
Explore tree-based algorithms and ensemble methods, including how splits use chi-square, gini index, and information gain, then build a titanic survival classifier in colab and discuss overfitting, bagging, and boosting.
Master the random forest’s bagging of trees, tune random state and OOB score to curb overfitting, and practice in Google Colab with a survival dataset using accuracy and roc auc.
Understand gbm and gradient boosting in python with google colab, building a weak learner into a classifier. Learn data preparation, model fitting, and evaluating accuracy on train and test sets.
Explore key evaluation metrics for machine learning models, including confusion matrix metrics, precision, recall, F1, ROC AUC, log loss, RMSE, R square, adjusted R square, and lift/gain charts.
Interested in the field of Machine Learning? Then this course is for you! This course has been designed by two professional Data Scientists so that we can share our knowledge and help you learn complex theories, algorithms, and coding libraries in a simple way. We will walk you step-by-step into the World of Machine Learning. With every tutorial, you will develop new skills and improve your understanding of this challenging yet lucrative sub-field of Data Science.
This course is fun and exciting, but at the same time, we dive deep into Machine Learning. It is structured the following way:
Part 1 - Data Preprocessing
Part 2 - Regression: Simple Linear Regression, Multiple Linear Regression, Polynomial Regression, SVR, Decision Tree Regression, Random Forest Regression
Part 3 - Classification: Logistic Regression, K-NN, SVM, Kernel SVM, Naive Bayes, Decision Tree Classification, Random Forest Classification
Part 4 - Clustering: K-Means, Hierarchical Clustering
Part 5 - Association Rule Learning: Apriori, Eclat
Part 6 - Reinforcement Learning: Upper Confidence Bound, Thompson Sampling
Part 7 - Natural Language Processing: Bag-of-words model and algorithms for NLP
Part 8 - Deep Learning: Artificial Neural Networks, Convolutional Neural Networks
Part 9 - Dimensionality Reduction: PCA, LDA, Kernel PCA
Part 10 - Model Selection & Boosting: k-fold Cross Validation, Parameter Tuning, Grid Search, XGBoost
Moreover, the course is packed with practical exercises that are based on real-life examples. So not only will you learn the theory, but you will also get some hands-on practice building your own models.
And as a bonus, this course includes both Python and R code templates which you can download and use on your own projects.
Important updates (June 2020):
CODES ALL UP TO DATE
DEEP LEARNING CODED IN TENSORFLOW 2.0
TOP GRADIENT BOOSTING MODELS INCLUDING XGBOOST AND EVEN CATBOOST!