Class assignment - Classifying from small-NORB dataset
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Adding model fully connected with two layers (hidden layer of size 900 and tanh activation)
4252cc3View on GitHubAdding fully connected network, to test dataset on a simple model
6955899View on GitHubCalculating validation accuracy every intermediate number of steps
1c84de8View on GitHubAdjusting LeCun's version (no dropout was used in the original)
86e12c0View on GitHub