We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5f1a34 + e9725fe commit 0457921Copy full SHA for 0457921
doc/gettingstarted.txt
@@ -96,7 +96,7 @@ MNIST Dataset
96
memory and therefore bypassing the overhead.
97
Because the datapoints and their labels are usually of different nature
98
(labels are usually integers while datapoints are real numbers) we
99
- suggest to use different variables for labes and data. Also we recomand
+ suggest to use different variables for label and data. Also we recommend
100
using different variables for the training set, validation set and
101
testing set to make the code more readable (resulting in 6 different
102
shared variables).
0 commit comments