cs231n / cs231n.github.io

Public facing notes page
MIT License
10.12k stars 4.06k forks source link

A few typos #236

Open CodexForster opened 4 years ago

CodexForster commented 4 years ago

Under section "Layer Sizing Patterns" of the "Convolutional Neural Networks: Architectures, Convolution / Pooling Layers" chapter in Module 2, there seems to be an incomplete sentence: "Another slightly less common setting is to use 3x3 receptive fields with a stride of 2, but this makes." Under section "Mini-batch gradient descent" of the Optimisation chapter in Module 1, there is an incorrect sentence: "the training data can have on order of millions of examples" instead of "the training data can have an order of millions of examples".