Introduction to Machine Learning
  • What Is Machine Learning?
  • Line of Best Fit
  • Cost Function
  • Gradient Descent
Regression Models
  • What Is Regression?
  • Exploring Our Dataset
  • Fitting a Simple Linear Regression Model
  • Fitting a Multiple Regression Model
  • Notebook & Dataset for Regression Section
Classification Models
  • What Is Classification?
  • Introducing Logistic Regression
  • Classification Dataset Overview
  • Fitting Our Logistic Regression Model
  • Evaluating Our Logistic Regression Model
  • German Credit Dataset
  • Logistic Regression Notebook
  • What Are Decision Trees?
  • Training a Decision Tree Classifier
  • Random Forest
  • Decision Tree & Random Forest Notebook
Clustering
  • Read Before Beginning Section
  • Clustering Notebook
  • K-means Clustering Explained
  • Fitting Our K-means Clustering Model