The notebooks in this repository could be used to familiarize yourself with PyTorch.
- PyTorch tensors - tensors, GPU
- Automatic differentiation - autograd, nn abstractions, optimizers
- Linear regression - linear regression on GPU with gradient descent
- Feedforward neural net - function approximation, MNIST classification