At Leipzig Python User Group, Meetup / Homepage, 2018-02-13 19:00 at Basislager.
We looked briefly at the history of deep learning and one modern deep learning framework: PyTorch.
Notebooks we worked through:
- Benchmark: Python vs NumPy vs PyTorch
- Basic PyTorch: The tensor class, numpy-torch interop
- Automatic differentiation: A brief excursion into autograd, a library that can automatically differentiate native Python and Numpy code.
- Basic Multilayer Perceptron: A basic multilayer perceptron learning example with random data.
- CIFAR10: A convolutional neural net for recognizing objects in small images.