Introduction
  • Why This Course?
  • Additional FREE Content
Installation
  • Overview
  • Anaconda Distribution - Mac
  • Anaconda Distribution - Windows
  • Text Editor
  • Outro
Python Crash Course (Optional)
  • Python Crash Course (Written Version) - Free Access
  • Python Crash Course (Written Version)
  • Python Crash Course Part 1 - Data Types
  • Jupyter Notebooks
  • Arithmetic Operations
  • Variables
  • Numeric Data Types
  • String Data Types
  • Booleans
  • Methods
  • Lists
  • Slicing
  • Membership Operators
  • Mutability
  • Mutability II
  • Common Functions & Methods
  • Tuples
  • Sets
  • Dictionaries
  • Compound Data Structures
  • Part 1 - Outro
  • Part 2 - Control Flow
  • If, else
  • elif
  • Complex Comparisons
  • For Loops
  • For Loops II
  • While Loops
  • Break
  • Part 2 - Outro
  • Part 3 - Functions
  • Functions
  • Scope
  • Doc Strings
  • Lambda & Higher Order Functions
  • Part 3 - Outro
NumPy Crash Course (Optional)
  • Overview
  • Vector Addition - Arrays vs Lists
  • Multidimensional Arrays
  • One Dimensional Slicing
  • Reshaping
  • Multidimensional Slicing
  • Manipulating Array Shapes
  • Matrix Multiplication
  • Stacking
  • Part 4 - Outro
Computer Vision: Finding Lane Lines
  • Overview
  • Image needed for the next lesson
  • Loading Image
  • Save your file before running!
  • Grayscale Conversion
  • Smoothening Image
  • Simple Edge Detection
  • Region of Interest
  • Binary Numbers & Bitwise_and
  • Line Detection - Hough Transform
  • Hough Transform II
  • Optimizing
  • Resource for upcoming video
  • Finding Lanes on Video
  • Numpy.float64 Error (Quick Fix)
  • Source Code
  • Part 5 - Conclusion
The Perceptron
  • Overview
  • Machine Learning
  • Supervised Learning - Friendly Example
  • Classification
  • Linear Model
  • Perceptrons
  • Weights
  • Project - Initial Stages
  • Sample Code for Initial Stages
  • Error Function
  • Sigmoid
  • Sigmoid Implementation (Code)
  • Source code
  • Cross Entropy
  • Cross Entropy (Code)
  • Source Code
  • Gradient Descent
  • Gradient Descent (Code)
  • Recap
  • Source Code
  • Part 6 - Conclusion
Keras
  • Overview
  • Intro to Keras (See next article for installation fix)