This repo contains teaching material for university lectures on neural networks.
slides/: lecture slidesnotebooks/: Jupyter notebooks with simple, commented examples
The first notebook is:
notebooks/01_mnist_prewitt.ipynb
It shows how to:
- load the MNIST dataset;
- select one image;
- define the Prewitt kernels explicitly;
- implement the convolution logic in a simple way;
- visualize the image before and after filtering.