All Projects → MahanFathi → Cs231

MahanFathi / Cs231

Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition

Projects that are alternatives of or similar to Cs231

Stanford Cs231
Resources for students in the Udacity's Machine Learning Engineer Nanodegree to work through Stanford's Convolutional Neural Networks for Visual Recognition course (CS231n).
Stars: ✭ 249 (-21.45%)
Mutual labels:  stanford, jupyter-notebook, convolutional-neural-networks
Teacher Student Training
This repository stores the files used for my summer internship's work on "teacher-student learning", an experimental method for training deep neural networks using a trained teacher model.
Stars: ✭ 34 (-89.27%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Traffic Sign Classifier
Udacity Self-Driving Car Engineer Nanodegree. Project: Build a Traffic Sign Recognition Classifier
Stars: ✭ 12 (-96.21%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Deep learning projects
Stars: ✭ 28 (-91.17%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Sigmoidal ai
Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
Stars: ✭ 103 (-67.51%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (+102.52%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Deeplearning.ai Assignments
Stars: ✭ 268 (-15.46%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (+15.77%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Automatic Image Captioning
Generating Captions for images using Deep Learning
Stars: ✭ 84 (-73.5%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-captioning
Convisualize nb
Visualisations for Convolutional Neural Networks in Pytorch
Stars: ✭ 57 (-82.02%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-87.07%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, 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 (-40.69%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (-55.52%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-captioning
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-38.49%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Netket
Machine learning algorithms for many-body quantum systems
Stars: ✭ 256 (-19.24%)
Mutual labels:  convolutional-neural-networks, neural-networks
CS231n
CS231n Assignments Solutions - Spring 2020
Stars: ✭ 48 (-84.86%)
Mutual labels:  stanford, image-captioning
Place Recognition Using Autoencoders And Nn
Place recognition with WiFi fingerprints using Autoencoders and Neural Networks
Stars: ✭ 256 (-19.24%)
Mutual labels:  jupyter-notebook, neural-networks
Graph Based Deep Learning Literature
links to conference publications in graph-based deep learning
Stars: ✭ 3,428 (+981.39%)
Mutual labels:  jupyter-notebook, neural-networks
Deeplearning.ai Notes
These are my notes which I prepared during deep learning specialization taught by AI guru Andrew NG. I have used diagrams and code snippets from the code whenever needed but following The Honor Code.
Stars: ✭ 262 (-17.35%)
Mutual labels:  jupyter-notebook, neural-networks
Deeplearning Challenges
Codes for weekly challenges on Deep Learning by Siraj
Stars: ✭ 264 (-16.72%)
Mutual labels:  jupyter-notebook, neural-networks

CS231n Assignment Solutions

Completed Assignments for CS231n: Convolutional Neural Networks for Visual Recognition Spring 2017.

I have just finished the course online and this repo contains my solutions to the assignments! What a great place for diving into Deep Learning. Big thanks to all the fellas at CS231 Stanford!

Find course notes and assignments here and be sure to check out video lectrues for Winter 2016 and Spring 2017!

Assignment 1:

  • Q1: k-Nearest Neighbor classifier. (Done)
  • Q2: Training a Support Vector Machine. (Done)
  • Q3: Implement a Softmax classifier. (Done)
  • Q4: Two-Layer Neural Network. (Done)
  • Q5: Higher Level Representations: Image Features. (Done)

Assignment 2:

  • Q1: Fully-connected Neural Network. (Done)
  • Q2: Batch Normalization. (Done)
  • Q3: Dropout. (Done)
  • Q4: Convolutional Networks. (Done)
  • Q5: PyTorch / TensorFlow on CIFAR-10. (Done in TensorFlow)

Assignment 3:

  • Q1: Image Captioning with Vanilla RNNs. (Done)
  • Q2: Image Captioning with LSTMs. (Done)
  • Q3: Network Visualization: Saliency maps, Class Visualization, and Fooling Images. (Done in TensorFlow)
  • Q4: Style Transfer. (Done in TensorFlow)
  • Q5: Generative Adversarial Networks. (Done in TensorFlow)
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].