Real-World Python Neural Nets Tutorial - Image Classification with CNN - Tensorflow & Keras
Keith Galli via YouTube
Overview
Syllabus
Video Overview
Getting Started Setup & Installation
Finding datasets to use
Data Preparation
Additional Data Prep Convert data to NumPy format
Reshape Data & Normalize values between 0-1
Train our first network to classify images
Convolutional Neural Net CNN approach
Using GPU on Google Colab speed up training
Improving our CNN reduce image size, max pooling, dropout, etc
Using Kerastuner to automatically pick best hyperparameters
Save & Load our models
Plot NumPy arrays as images
Convert JPG/PNG images to NumPy
Final thoughts
Taught by
Keith Galli