Machine Learning Slides

Machine Learning (ML) is a branch of Artificial Intelligence that enables computers to learn patterns from data without being explicitly programmed. It uses algorithms to make predictions, classifications, or decisions based on past experiences.

Start Learning 17 tutorials  ·  1 sections

Machine Learning (ML) is a branch of Artificial Intelligence (AI) that enables computers to learn from data without being explicitly programmed.
It uses algorithms to identify patterns, relationships, and trends in historical data.
Based on the learned patterns, ML models can make predictions or decisions on new, unseen data.
The accuracy and performance of these models improve as they are trained with more data.
Machine Learning is widely used in applications such as recommendation systems, fraud detection, healthcare, image recognition, and natural language processing.

What You'll Learn

📂

Introduction

Introduction to Machine Learning — Concepts, Types

A visual, beginner-friendly introduction to Machine Learning covering what ML actually is, how it d…

44 min

Linear Regression Explained

A visual, beginner-friendly guide to Linear Regression built around a real Mumbai flat-pricing exam…

44 min

Logistic Regression Explained

A visual, beginner-friendly guide to Logistic Regression built around a real oncology case study. L…

49 min

ROC Curve & AUC Explained

A visual, beginner-friendly guide to the ROC Curve and AUC built around a real fraud-detection scen…

44 min

Cross-Validation in Machine Learning — K-Fold, Stratified, TimeSeries & Nested CV

A visual, beginner-friendly guide to Cross-Validation covering why single train-test splits lie, ho…

50 min

Precision, Recall & F1 Score Explained — With Confusion Matrix, F-Beta & MCC

A visual, beginner-friendly guide to Precision, Recall and F1 Score built around a real TB-screenin…

45 min

Bias, Variance, Underfitting & Overfitting

A visual, beginner-friendly guide to the bias-variance tradeoff and its two failure modes — underfi…

63 min

Decision Trees Explained — Splits, Gini, Entropy, Pruning & Feature Importance

A visual, beginner-friendly guide to Decision Trees built around a loan-officer analogy and the cla…

55 min

Entropy, Information Gain & Gini Impurity

A visual, beginner-friendly guide to the three metrics that drive every decision tree. Learn Shanno…

51 min

Ridge & Lasso Regression Explained — L1 vs L2 Regularisation & ElasticNet

A visual, beginner-friendly guide to regularised linear regression. Learn why plain OLS overfits wi…

51 min

Random Forest Explained — Bagging, OOB Score

A visual, beginner-friendly guide to Random Forest — the ensemble that turned decision trees into a…

61 min

Naive Bayes Classifier Explained — Bayes' Theorem, Variants, Smoothing & Log-Space

A visual, beginner-friendly guide to Naive Bayes — the probabilistic classifier that has powered sp…

52 min

Support Vector Machines Explained — Margins, Kernels, C & γ Tuning

A visual, beginner-friendly guide to Support Vector Machines. Learn maximum-margin classification, …

54 min

SVM Kernels Explained — Linear, RBF, Polynomial & The Kernel Trick

A visual deep dive into SVM kernels — the mathematical trick that lets a linear classifier curve th…

58 min

K-Nearest Neighbors Explained

A visual, beginner-friendly guide to K-Nearest Neighbors — the lazy learner that classifies by aski…

51 min

Ensemble Learning: Bagging, Boosting & Stacking Explained

Why do random forests and XGBoost dominate Kaggle? Because a crowd of "okay" models beats one brill…

50 min

Boosting & XGBoost: From AdaBoost to Extreme Gradient Boosting

Why does XGBoost dominate tabular ML? Because boosting chains weak, shallow trees where each one fi…

57 min