Code examples from working group in Neural Network Workshop Series
Lead by: C. Elkhill and D. Baraghosi
Faculty: Antonio Porras, PhD
- Install
anaconda, setup virtual environment (i.e.,my-torch) - Install
pytorchandtensorboardto this environment - Activate the environment and launch notebooks within environment
- Introductions, what we hope to learn
- Discussion of theory versus practical training
- Agreement on meeting time (and frequency)
- Setup new environment with
pytorchinstalled - Tutorial: https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html
- Introduction to artificial neural networks
- Started tutorial on building a neural network
- Discussed Softmax transformation of logits to obtain class probabilities
- Completed tutorial on building a network
- Next tutorial: https://pytorch.org/tutorials/beginner/basics/autogradqs_tutorial.html
- Downloaded Fashion MNIST dataset
- Setup code for training a network in 3 epochs
- Missed this week
- Began training network for various learning rates
- Used Tensorboard to evaluate training performance