GeistHaus
log in · sign up

CS231n Deep Learning for Computer Vision

cs231n.github.io

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

5 pages link to this URL
Hessians - A tool for debugging neural network optimization

Optimizing deep neural networks has long followed a general tried-and-true template. Generally, we randomly initialize our weights, which can be thought of as randomly picking a place on the “hill” which is the optimization landscape. There are some tricks we can do to achieve better initialization schemes, such as the He or Xavier initialization.

Neural Networks Primer

When you approach a new term you often find some Wiki page, Quora answers blogs and it sometimes might take some time before you find the true ground up, clear definition with meaningful example. I will put here the most intuitive explanations of basic topics. Due to extended nature of aspects and terms that are used across NN area, in this post I will place condensed definitions and a brief explanations – just to understand the intuition of terms that are mentioned in other posts along this blog.

0 inbound links article en ML DojoApplicationsComputer VisionReinforcement learningSequence Models basics CC BY-SA 4.0