An Introduction
  • Introduction
  • Section Contents
  • Is this Course for You?
  • Machine Learning Defined
  • Machine Learning Types
  • The Modeling Process
  • Terminology
  • Summary
  • Quiz
Model Building in Python
  • Why Applied Machine Learning is Mostly Python
  • Creating Datalab Notebooks on Google's Cloud Platform
  • Cloud Datalab Notebook Navigation
  • Lab: Creating Our Datalab Virtual Machine
  • Summary
  • Quiz
Data Wrangling
  • Data Massaging Introduction
  • Lesson Speed Warning
  • Using Pandas to Massage Data - Data Structures
  • Using Pandas to Massage Data - Data Frame
  • Lab: Working with Dataframes
  • Summary
  • Quiz
Machine Learning algorithms
  • Linear Regression
  • Naive Bayes
  • Decision Trees
  • Logistic Regression
  • Neural Network
  • Support Vector Machines
  • K-Means Clustering
  • Google Sample Questions
  • Summary
  • Quiz
Building a Single Perceptron Model
  • Section Approach
  • The Perceptron
  • Model Building with 1 Perceptron
  • The Perceptron Code
  • Linear Function Code
  • The Entire Perceptron Model
  • Summary
  • Quiz
Neural Networks in Under Ten Minutes
  • Backpropagation
  • Layers
  • Batching
  • Lab: A Simple Neural Network in TensorFlow
  • Summary
  • Quiz
Testing
  • Gradient Descent
  • Overfitting and How to Correct it
  • Feature Engineering
  • Lab: Pick the Features that Matter
  • Feature Engineering Lab Review
  • Summary
  • Quiz
  • Bonus Lecture: An Introduction to Data Engineering