Introduction
  • Introduction
Theory: Data Formats.
  • Float Tensor
  • Long Tensor
  • Bool Tensor
  • No_grad Context Manager
  • torchvision: Compose Object (Theory)
  • torchvision: Compose Object (Example)
Theory: Datasets and DataLoaders.
  • PyTorch Dataset (Theory)
  • PyTorch Dataset (Example)
  • PyTorch DataLoader (Theory)
  • PyTorch DataLoader (Example)
Theory: Model components.
  • Linear Layer
  • Convolutional Operation (Theory)
  • Convolutional Operation (Example)
  • Activation Functions
  • Softmax Normalization Function
  • Argmax Function
  • How to create a CNN.
  • Neural Network Evaluation Mode
Theory: CUDA
  • What's CUDA
  • CUDA Example.
Theory: Optimization Components.
  • What's a Loss Function
  • Cross Entropy Loss (Theory)
  • Cross Entropy Loss (Example)
  • What's an Optimizer
  • What's a Learning Rate
  • How to initiate Adam (Example)
Theory: How to Train a Neural Network.
  • How to Train a Neural Network (Example)
Practice: Training a CNN
  • Gather Data.
  • Build Dataset
  • Build the Neural Network
  • Training the Neural Network
Farewell and Assignment.
  • Farewell