Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cthorey/CS231
My corrections for the Standford class assingments CS231n - Convolutional Neural Networks for Visual Recognition
https://github.com/cthorey/CS231
Last synced: 3 months ago
JSON representation
My corrections for the Standford class assingments CS231n - Convolutional Neural Networks for Visual Recognition
- Host: GitHub
- URL: https://github.com/cthorey/CS231
- Owner: cthorey
- Created: 2016-01-27T08:53:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T15:47:29.000Z (about 6 years ago)
- Last Synced: 2024-04-06T04:33:10.916Z (7 months ago)
- Language: Jupyter Notebook
- Size: 27.5 MB
- Stars: 585
- Watchers: 39
- Forks: 287
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Github-Repositories - class assingments CS231n
README
# CS231n: Convolutional Neural Networks for Visual Recognition
These past weeks, I have been following the Stanford CS class
[CS231n: Convolutional Neural Networks for Visual Recognition](http://cs231n.github.io/). You
can find my solutions to the assignment in this repo.I also wrote two blog posts related to this resolution.
- One on the implementation of batch-norm that you can find
[here](http://cthorey.github.io./backpropagation/).
- Another on the implementation of a conv-net that you can find [here](http://cthorey.github.io./backprop_conv/).A big thank to all the team from the CS231 Stanford class who do a
fantastic work in vulgarizing the knowledge behind neural networks.