https://github.com/piercingdan/cnn-cs231n
Neural Networks for Visual Recognition.
https://github.com/piercingdan/cnn-cs231n
convolutional-neural-networks cs231n material neural-network recurrent-neural-networks
Last synced: 11 months ago
JSON representation
Neural Networks for Visual Recognition.
- Host: GitHub
- URL: https://github.com/piercingdan/cnn-cs231n
- Owner: PiercingDan
- Created: 2016-07-24T03:20:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T20:37:13.000Z (over 8 years ago)
- Last Synced: 2025-02-14T18:23:06.497Z (over 1 year ago)
- Topics: convolutional-neural-networks, cs231n, material, neural-network, recurrent-neural-networks
- Language: Jupyter Notebook
- Homepage:
- Size: 20.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural Networks for Visual Recognition
Based off [Stanford cs231n](http://cs231n.github.io/).
Neural Networks for Visual Recognition.
This is my work on the Stanford cs231n Winter 2016 assignments.
In these assignments, I coded the layer architecture needed for vanilla neural networks, convolutional neural networks and recurrent neural networks, such as the loss functions, and the forward/backward passes for convolutional layers, pooling layers, affine layers, recurrent and LSTM layers.
### Guide for Students
I have implemented both naive and vectorized versions of layer passes whenever required. I try to make my code short and efficient, for elegance of appearance. The downside is that it may be hard to decipher at times my implementations; however since my code is fairly well commented, you may understand it given a background in the material.
I am not a Stanford student but I found the material really interesting. The assignments really helped me get an understanding for the material. Use my work as a guide if you wish but please do not plagarize! Remember, the marks aren't worth much, but the understanding of neural networks that comes with completing (and struggling at times) the assignments yourself is priceless!