更新时间:2021-06-18 18:22:35
封面
版权信息
Experience the Workshop Online
Preface
1. Introduction to Deep Learning and PyTorch
Introduction
Why Deep Learning?
Introduction to PyTorch
Summary
2. Building Blocks of Neural Networks
Introduction to Neural Networks
Data Preparation
Building a Deep Neural Network
3. A Classification Problem Using DNN
Problem Definition
Dealing with an Underfitted or Overfitted Model
Deploying Your Model
4. Convolutional Neural Networks
Building a CNN
Data Augmentation
Batch Normalization
5. Style Transfer
Style Transfer
Implementation of Style Transfer Using the VGG-19 Network Architecture
6. Analyzing the Sequence of Data with RNNs
Recurrent Neural Networks
Long Short-Term Memory Networks
LSTM Networks in PyTorch
Natural Language Processing
Sentiment Analysis in PyTorch
Appendix
3. A Classification Problem Using DNNs