All Projects → machinelearningnanodegree → Stanford Cs231

machinelearningnanodegree / Stanford Cs231

Licence: mit
Resources for students in the Udacity's Machine Learning Engineer Nanodegree to work through Stanford's Convolutional Neural Networks for Visual Recognition course (CS231n).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stanford Cs231

Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (+27.31%)
Mutual labels:  stanford, jupyter-notebook, convolutional-neural-networks
Deep Learning Notes
My personal notes, presentations, and notebooks on everything Deep Learning.
Stars: ✭ 191 (-23.29%)
Mutual labels:  jupyter-notebook, udacity
Pytorch Vae
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
Stars: ✭ 181 (-27.31%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Traffic Sign Detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for traffic sign detection systems".
Stars: ✭ 200 (-19.68%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Capsnet Traffic Sign Classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
Stars: ✭ 166 (-33.33%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (-32.13%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-21.69%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Motion Sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope)
Stars: ✭ 159 (-36.14%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Aind Nlp
Coding exercises for the Natural Language Processing concentration, part of Udacity's AIND program.
Stars: ✭ 202 (-18.88%)
Mutual labels:  jupyter-notebook, udacity
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (-15.66%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Tfwss
Weakly Supervised Segmentation with Tensorflow. Implements instance segmentation as described in Simple Does It: Weakly Supervised Instance and Semantic Segmentation, by Khoreva et al. (CVPR 2017).
Stars: ✭ 212 (-14.86%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
A Journey Into Convolutional Neural Network Visualization
A journey into Convolutional Neural Network visualization
Stars: ✭ 165 (-33.73%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Cs231n
My assignment solutions for CS231n - Convolutional Neural Networks for Visual Recognition
Stars: ✭ 162 (-34.94%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Udacity Machine Learning Nanodegree
All projects and lecture notes of the Udacity Machine Learning Engineer Nanodegree.
Stars: ✭ 171 (-31.33%)
Mutual labels:  jupyter-notebook, udacity
Knowledge Distillation Keras
A machine learning experiment
Stars: ✭ 160 (-35.74%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (-24.5%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Tensorflow 101
TensorFlow Tutorials
Stars: ✭ 2,565 (+930.12%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (-38.15%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Deep Viz Keras
Implementations of some popular Saliency Maps in Keras
Stars: ✭ 154 (-38.15%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Image To 3d Bbox
Build a CNN network to predict 3D bounding box of car from 2D image.
Stars: ✭ 200 (-19.68%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks

Convolutional Neural Networks for Visual Recognition

Resources for students in the Udacity's Machine Learning Engineer Nanodegree to work through Stanford's Convolutional Neural Networks for Visual Recognition course.

Course Materials

Helpful Resources

Andrej Karpathy's blog

Andrew Trask's blog

Christopher Olah's blog on Neural Networks

Convolutional neural networks

Backpropagation and batchnorm regularization

How Convolutional Neural Networks Work

Make Your Own Neural Network

Student Solutions

A place for students to share code, double check their work and troubleshoot problems.

Honor Code

We ask that you not look at this section unless you have finished the assignment or have spent quality time figuring out the problem. Out of respect for Stanford releasing their class to the public, please do not abuse this policy. Try your best to figure out the solutions on your own, read the Reddit forms, or ask questions on our Slack channel before looking at solution code. Personally, I like to spend a few days trying to figure something out before looking at solution code.

Contributions

If you have finished the assignment, we hope you can add your answers to the repository for other students. If you choose to do so, please fork the repo and add a folder with your alias and put the assignments inside your folder. Always do a git pull before you do a git push so that there are no merge conflicts

git clone https://github.com/machinelearningnanodegree/stanford-cs231.git
cd stanford-cs231/solutions
mkdir yourdirectoryname

Copy the assignment1 into yourdirectoryname
cd /stanford-cs231/
cp -R /stanford-cs231/assignments/assignment1 /stanford-cs231/solutions/yourdirectoryname/assignment1
If there is no directory called assignment1 in your directory it will be automatically created with above

Download the dataset by:
cd yourdirectoryname/assignment1/cs231n/datasets
run ./get_datasets.sh inside the datasets directory

After everything is downloaded
cd into the assignment1 directory backwards 
and then run ipython notebook

=======

Thanks to Contributors: kvn219, LevinJ, pranayaryal, & vijendra-rana

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].