Skip to content

Files

Latest commit

Nov 11, 2022
8778be4 · Nov 11, 2022

History

History

intro-to-pytorch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 9, 2020
Oct 17, 2018
Aug 24, 2021
Sep 22, 2020
Nov 11, 2022
Apr 9, 2021
Aug 5, 2021
Apr 9, 2021
Mar 3, 2019
Mar 4, 2019
Mar 3, 2019
Mar 30, 2021
Jan 9, 2019
Jul 11, 2019
Jul 11, 2019
Mar 19, 2021
May 4, 2019
Oct 17, 2018
Nov 12, 2018
Oct 17, 2018

Deep Learning with PyTorch

This repo contains notebooks and related code for Udacity's Deep Learning with PyTorch lesson. This lesson appears in our AI Programming with Python Nanodegree program.

  • Part 1: Introduction to PyTorch and using tensors
  • Part 2: Building fully-connected neural networks with PyTorch
  • Part 3: How to train a fully-connected network with backpropagation on MNIST
  • Part 4: Exercise - train a neural network on Fashion-MNIST
  • Part 5: Using a trained network for making predictions and validating networks
  • Part 6: How to save and load trained models
  • Part 7: Load image data with torchvision, also data augmentation
  • Part 8: Use transfer learning to train a state-of-the-art image classifier for dogs and cats