Introduction to ML
  • Introduction
  • Types of Machine Learning
  • Supervised Vs Unsupervised Learning
  • Summary
Linear Regression
  • Linear Regression
  • Evaluating Linear Regression
  • Demo: Linear Regression
  • Summary
Logistic Regression
  • Logistic Regression
  • Evaluating Logistic Regression
  • Training & Prediction with Linear Regression
  • Training & Prediction with Linear Regression
  • Summary
Decision Trees
  • Decision Trees
  • Handling Missing Values in Decision Trees
  • Demo: Decision Trees
  • Pros and Cons
  • Applications of Decision Trees
  • Summary
Random Forests
  • Random Forests
  • Tuning hyperparameters
  • Demo: Random Forests
  • Feature selection in random forests
  • Limitations of random forests
  • Summary
Support Vector Machines (SVM)
  • Support Vector Machines (SVM)
  • Demo: SVM
  • Handling Imbalanced Datasets with SVM
  • Evaluating SVM Performance
  • Summary
Naive Bayes
  • Naive Bayes
  • Applications of Naive Bayes
  • Training Naive Bayes Classifier
  • Pros and Cons
  • Summary
K-Nearest Neighbors (KNN)
  • K-Nearest Neighbors (KNN)
  • Distance metrics in KNN
  • Demo: KNN
  • Summary
Clustering Algoritims
  • K-means clustering
  • Demo: K-means clustering
  • Hierarchical clustering
  • Demo: Hierarchical Clustering
  • Evaluating clustering results
  • Applications of clustering
  • Summary