Deep Learning with Keras培训
Introduction
Overview of Neural Networks
Understanding Convolutional Networks
Setting up Keras
Overview of Keras Features and Architecture
Overview of Keras Syntax
Understanding How a Keras Model Organize Layers
Configuring the Keras Backend (TensorFlow or Theano)
Implementing an Unsupervised Learning Model
Analyzing Images with a Convolutional Neural Network (CNN)
Preprocessing Data
Training the Model
Training on CPU vs GPU vs TPU
Evaluating the Model
Using a Pre-trained Deep Learning Model
Setting up a Recurrent Neural Network (RNN)
Debugging the Model
Saving the Model
Deploying the Model
Monitoring a Keras Model with TensorBoard
Troubleshooting
Summary and Conclusion