Pytorch
For this lab, we recommend that readers watch the videos in the references section on this page. Let us work with a neural network for fashion classification that uses the FashionMNIST dataset. We have prepared an example notebook. To access it, click here.
Suggestions:
- Run the notebook cells and note all output and runtime.
- Change the number of epochs and check if the network accuracy improves.
- Change the device to GPU and rerun the notebook.
- If you are using the notebook on a local machine, you may need to make a minor modification to the code.
- Use the notebook to create a new network using one of the datasets available in the Pytorch webpage’s list. Click here to access it.
References
Introduction to Pytorch
Introduction to Neural Networks with Pytorch