You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](https://www.udacity.com/course/ai-programming-python-nanodegree--nd089).
4
+
5
+
***Part 1:** Introduction to PyTorch and using tensors
6
+
***Part 2:** Building fully-connected neural networks with PyTorch
7
+
***Part 3:** How to train a fully-connected network with backpropagation on MNIST
8
+
***Part 4:** Exercise - train a neural network on Fashion-MNIST
9
+
***Part 5:** Using a trained network for making predictions and validating networks
10
+
***Part 6:** How to save and load trained models
11
+
***Part 7:** Load image data with torchvision, also data augmentation
12
+
***Part 8:** Use transfer learning to train a state-of-the-art image classifier for dogs and cats
0 commit comments