pytorch #
Pytorch is a machine learning library, open sourced by Facebook. Similar to Tensorflow. I’ve been interested in using it for a while after reading quite a bit of positive feedback around the tech web.
Links and resources #
- Wikipedia
- Pytorch official tutorials.
- Tutorial from DigitalOcean about training a neural network on the classic handwritten digits problem using Pytorch.
- HN thread on Pytorch 1.8 and ROCm support
- A nice post on parameterising normal distributions using neural networks in PyTorch.