Skip to content

v1.0.0

Compare
Choose a tag to compare
@cr-xu cr-xu released this 07 Mar 08:02
· 4 commits to main since this release

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