Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
spatial_batchnorm_backward working. next up: train final good model
31b5760View on GitHub3Layer network confirmed working now. Next up: spatial batchnorm
36d9db8View on GitHubGot the 3 layer working. Need to validate one epoch gets me >40% accuracy. if it does, we're done
b6bd13aView on GitHubSkipping the naive backward impls, and marking as such via asserts that always fail.
37ce22eView on GitHubconv_forward_naive finished (super naive, all for loops, no matrix cleverness)
9065a50View on GitHubgot 48.4% accuracy, using the middle learning rate, on the final exercise
c49ab42View on GitHubRemoved a debug message, all that's left now is the last bit "Train a good model!"
44be007View on GitHub