Tutorials

All tutorial materials are available from the course tutorials repo. We recommend cloning this repo and pulling updates from it if you want to run the notebooks yourself.

Additionally, the tutorial notebooks can be viewed in your browser by using nbviewer.

Tutorial 4: Training Neural Networks

less than 1 minute read

Overfitting and regularization, dropout, batch normalization, learning rate decay, momentum, adaptive optimizers, training practices.

Tutorial 6: RNNs

less than 1 minute read

Word representations, vanilla RNNs, GRUs, LSTM, attention.