flâneur — a map of the web's best reading

CS231n Convolutional Neural Networks for Visual Recognition

cs231n.github.io · 7,067 words · saved by 1 readers

Course materials and notes for Stanford class CS231n: Deep Learning for Computer Vision.

Table of Contents: Gradient checks Sanity checks Babysitting the learning process Loss function Train/val accuracy Weights:Updates ratio Activation/Gradient distributions per layer Visualization Parameter updates First-order (SGD), momentum, Nesterov momentum Annealing the learning rate Second-order methods Per-parameter adaptive learning rates (Adagrad, RMSProp) Hyperparameter Optimization Evaluation Model Ensembles Summary Additional References Learning In the previous sections we’ve discussed the static parts of a Neural Networks: how we can set up the network connectivity, the data, and th

Explore this link on the map →

related reading