Book Image

Deep Learning and Neural Networks using Python - Keras: The Complete Beginners Guide [Video]

By : Abhilash Nelson
5 (1)
Book Image

Deep Learning and Neural Networks using Python - Keras: The Complete Beginners Guide [Video]

5 (1)
By: Abhilash Nelson

Overview of this book

<p>The world has been obsessed with the terms machine learning and deep learning recently. We use these technologies every day with or without our knowledge through Google suggestions, translations, ads, movie recommendations, friend suggestions, and sales and customer experiences. There are tons of other applications too! No wonder that deep learning and machine learning specialists, along with data science practitioners, are the most sought-after talent in the technology world. However, it’s a common misconception that you need to study lots of mathematics, statistics, and complex algorithms for learning these technologies. It’s like believing that you must learn the working of a combustion engine before you learn how to drive a car. A basic know-how of the internal working of the engine is of course an added advantage, but it’s not mandatory.</p><p>Similarly, this course is a perfect balance between learning the basic deep learning concepts and implementing the built-in deep learning classes and functions from the Keras library using the Python programming language. These classes, functions and APIs are just like the control pedals of a car engine, which you can use to build an efficient deep-learning model. This is a basic-to-advanced crash course in deep learning, neural networks, and convolutional neural networks using Keras and Python. It’ll help your skill up to meet the demand of the tech world and skyrocket your career prospects.</p><p>All the code and supporting files for this course are available at https://github.com/PacktPublishing/Deep-Learning-and-Neural-Networks-using-Python---Keras-The-Complete-Beginners-Guide</p>
Table of Contents (50 chapters)
Free Chapter
1
Course Intro and Table of Contents
2
Deep Learning Overview
3
Chosing ML or DL for your project
4
Preparing Your Computer
5
Python Basics
6
Installing Theano Library and Sample Program to Test
7
TensorFlow library Installation and Sample Program to Test
8
Keras Installation and Switching Theano and TensorFlow Backends
9
Multi-Layer Perceptron Concepts
10
Training Neural Network - Steps and Terminology
11
First Neural Network with Keras - Understanding Pima Indian Dataset
12
Training and Evaluation Concepts Explained
13
Pima Indian Model - Steps Explained
14
Pima Indian Model - Performance Evaluation
15
Understanding Iris Flower Dataset
16
Developing the Iris Flower Model
17
Understanding the Sonar Returns Dataset
18
Developing the Sonar Returns Model
19
Sonar Model Perfomance Improvement
20
Understanding the Boston Housing Dataset
21
Developing the Boston Housing Baseline Model
22
Boston Performance Improvement
23
Save the Trained Model as JSON File (Pima Indian Dataset)
24
Save and Load Model as YAML File - Pima Indian Dataset
25
Load and Predict using the Pima Indian Model
26
Save Load and Predict using Iris Flower Dataset
27
Save Load and Predict using Sonar Dataset
28
Save Load and Predict using Boston Dataset
29
Checkpointing Models
30
Plotting Model Behaviour History
31
Dropout Regularisation
32
Learning Rate Schedule using Ionosphere Dataset
33
Convolutional Neural Networks – Introduction
34
Downloading the MNIST Handwritten Digit Dataset
35
Multi-Layer Perceptron Model using MNIST
36
Convolutional Neural Network Model using MNIST
37
Convolutional Neural Network Model using MNIST - Part 2
38
Large CNN using MNIST
39
Load Save and Predict using MNIST
40
Introduction to Image Augmentation using Keras
41
Augmentation using Sample Wise Standardization
42
Augmentation using Feature Wise Standardization and ZCA Whitening
43
Augmentation using Rotation and Flipping
44
Saving Augmentation for MNIST
45
CIFAR-10 Object Recognition Dataset - Understanding and Loading
46
Simple CNN using CIFAR-10 Dataset
47
Simple CNN using CIFAR-10 Dataset - Part 2
48
Simple CNN using CIFAR-10 Dataset – Coding
49
Train and Save CIFAR-10 Model
50
Load and Predict using CIFAR-10 CNN Model
Chapter 17
Understanding the Sonar Returns Dataset
Content Locked
Section 1
Understanding the Sonar Returns Dataset
Understanding the Sonar Returns Dataset: Understanding the Sonar Returns Dataset