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

CS231n Convolutional Neural Networks for Visual Recognition

cs231n.github.io · 6,900 words · saved by 1 readers

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

Table of Contents: Linear Classification Parameterized mapping from images to label scores Interpreting a linear classifier Loss function Multiclass Support Vector Machine loss Practical Considerations Softmax classifier SVM vs. Softmax Interactive web demo Summary Further Reading Linear Classification In the last section we introduced the problem of Image Classification, which is the task of assigning a single label to an image from a fixed set of categories. Moreover, we described the k-Nearest Neighbor (kNN) classifier which labels images by comparing them to (annotated) images from the tra

Explore this link on the map →

saved by

related reading