Skip to content

Releases: machine-learning-tutorial/neural-networks

v1.0.1

25 Mar 13:06
Compare
Choose a tag to compare

Update citation information.

v1.0.0

07 Mar 08:02
Compare
Choose a tag to compare

First release of the neural network tutorial.

It contains the following parts

  • Two introductory lectures on neural networks
  • A hands-on tutorial with a simple implementation of neural networks in PyTorch for a univariate regression task
  • A hands-on tutorial on an image classification task using the MNIST dataset