Tutorial 2: Multi-layer perceptron
Topics: Writing the first deep learning model (Multi layer perceptron), non-linearities etc.
Material
The tutorial notebook can be viewed here.
To run it yourself we recommend cloning the course tutorials repo.
If you have previously cloned the repo, run
git pull
conda env update -f environment.yml
conda activate cs236781
jupyter lab
to update your environment and run jupyter.