Video description
Learn to apply machine learning to your problems. Follow a complete pipeline including pre-processing and training.
About This Video
- Run deep learning models with Keras on a TensorFlow backend
- Understand how to feed your own data to deep learning models (that is, handling the notorious shape mismatch issue)
- Understand Deep Learning with minimal math
- Understand and code Convolutional Neural Networks as well as graph-based deep models involving residual connections and inception modules
- Understand and use Keras' functional API to create models with multiple inputs and outputs
In Detail
This course is for you if you are new to Machine Learning but want to learn it without all the math. This course is also for you if you have tried to use a machine learning course but could never figure out how to use it to solve your own problems.
In this course, we will start from scratch. So we will immediately start coding even before installation! You will see a brief bit of absolutely essential theory and then we will get into environment setup and explain almost all concepts through code. You will be using Keras, one of the easiest and most powerful machine learning tools out there.
You will start with a basic model of how machines learn and then move on to higher models, such as:
- Convolutional Neural Networks
- Residual connections
- Google's Inception Module
All this with only a few lines of code. All the examples used in the course come with starter code which will get you started and without the hard work.
All the code files are placed at https://github.com/PacktPublishing/-Practical-Deep-Learning-with-Keras-and-Python
Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
Table of contents
-
Chapter 1 : Introduction
- Welcome and Introduction 00:03:00
- About the Instructor 00:01:27
- Dive into Machine Learning 00:13:10
- Making Predictions 00:07:02
-
Chapter 2 : A Bit of Theory
- Machine Learning Pipeline 00:09:14
- Regression 00:13:01
- Binary and Multi-class Classification 00:14:30
- Recap and a Link to More Theory 00:02:43
- Chapter 3 : Installation and Setup
-
Chapter 4 : Say Hi to Keras
- Data Preparation 00:10:11
- Training and Testing 00:10:32
-
Chapter 5 : Real World Case Study: Predicting Protein Functions
- Problem Description and Data View 00:08:33
- Pre-processing the Data 00:15:52
- Loading Data and Getting the Shapes Right 00:07:45
- Train, Test Split 00:03:12
- Shapes in Depth (or how not to have headaches for days) 00:04:33
- Sequential Model 00:08:58
- Functional API 00:05:25
- Chapter 6 : Convolutional Neural Networks (CNN)
-
Chapter 7 : Graph-based Models
- Functional API for CNN 00:04:28
- Inception Module 00:09:36
- Residual Connections 00:05:09
-
Chapter 8 : Finishing Touches
- Saving and Loading Model Weights 00:06:30
- Parting Words 00:03:44
Product information
- Title: Practical Deep Learning with Keras and Python
- Author(s):
- Release date: December 2018
- Publisher(s): Packt Publishing
- ISBN: 9781838554729
You might also like
video
Python Fundamentals
51+ hours of video instruction. Overview The professional programmer’s Deitel® video guide to Python development with …
video
Grokking Deep Learning in Motion
Beau Carnes does it again; Breaking down one of the most complex fields of computer science …
video
Advanced Deep Learning with Keras
Explore Deep Learning with Keras About This Video Recognize whose practical applications can benefit from Deep …
video
Deep Learning with Python Video Edition
"The clearest explanation of deep learning I have come across...it was a joy to read." Richard …