All Projects → bruceoutdoors → Cs231n

bruceoutdoors / Cs231n

my assignment solutions for CS231n Convolutional Neural Networks for Visual Recognition

Projects that are alternatives of or similar to Cs231n

Medium articles
Scripts/Notebooks used for my articles published on Medium
Stars: ✭ 199 (-1%)
Mutual labels:  jupyter-notebook
Sdc Lane And Vehicle Detection Tracking
OpenCV in Python for lane line and vehicle detection/tracking in autonomous cars
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Pratik Derin Ogrenme Uygulamalari
Çeşitli kütüphaneler kullanılarak Türkçe kod açıklamalarıyla TEMEL SEVİYEDE pratik derin öğrenme uygulamaları.
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Pyspark And Mllib
Getting start with PySpark and MLlib
Stars: ✭ 199 (-1%)
Mutual labels:  jupyter-notebook
Image To 3d Bbox
Build a CNN network to predict 3D bounding box of car from 2D image.
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Allensdk
code for reading and processing Allen Institute for Brain Science data
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Binpy
An electronic simulation library written in pure Python
Stars: ✭ 199 (-1%)
Mutual labels:  jupyter-notebook
Lsstc Dsfp Sessions
Lecture slides, Jupyter notebooks, and other material from the LSSTC Data Science Fellowship Program
Stars: ✭ 201 (+0%)
Mutual labels:  jupyter-notebook
Ropsten
Ropsten public testnet PoW chain
Stars: ✭ 199 (-1%)
Mutual labels:  jupyter-notebook
Keras deep clustering
How to do Unsupervised Clustering with Keras
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Traffic Sign Detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for traffic sign detection systems".
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
W Net
w-net: a convolutional neural network architecture for the self-supervised learning of depthmap from pairs of stereo images.
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Rosetta
Tools, wrappers, etc... for data science with a concentration on text processing
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Machine Learning With Python Cookbook Notes
(Part of) Chris Albon's Machine Learning with Python Cookbook in .ipynb form
Stars: ✭ 197 (-1.99%)
Mutual labels:  jupyter-notebook
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (+0%)
Mutual labels:  jupyter-notebook
Gpt 2 Colab
retrain gpt-2 in colab
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Spark Practice
Apache Spark (PySpark) Practice on Real Data
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Urban Informatics And Visualization
Urban Informatics and Visualization (UC Berkeley CP255)
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Pycon2017 Optimizing Pandas
Materials for PyCon 2017 presentation on optimizing Pandas code
Stars: ✭ 201 (+0%)
Mutual labels:  jupyter-notebook
Pyqstrat
A fast, extensible, transparent python library for backtesting quantitative strategies.
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook

CS231n Convolutional Neural Networks for Visual Recognition - Assignment Solutions

The course website: http://cs231n.stanford.edu/

Here are my solutions for this above course (Winter 2016), for the benefit of people who struggle greatly to solve them (like myself). I myself (and some of my coursemates) did not enrolled in Stanford to take this course; I just have generous access to the course notes, lecture videos and assignment code, which is made public for everyone. Therefore I do not guarantee that my solutions are correct, so if you spot any errors do let me know.

As of this writing I have yet completed the course material; completed assignments are marked [***done!***], otherwise they are as originally downloaded from the course site.

Assignment list:

  • Assignment #1
    • Q1: k-Nearest Neighbor classifier (20 points) [***done!***]
    • Q2: Training a Support Vector Machine (25 points) [***done!***]
    • Q3: Implement a Softmax classifier (20 points) [***done!***]
    • Q4: Two-Layer Neural Network (25 points) [***done!***]
    • Q5: Higher Level Representations: Image Features (10 points) [***done!***]
  • Assignment #2
    • Q1: Fully-connected Neural Network (30 points) [***done!***]
    • Q2: Batch Normalization (30 points)
    • Q3: Dropout (10 points)
    • Q4: ConvNet on CIFAR-10 (30 points)
  • Assignment #3
    • Q1: Image Captioning with Vanilla RNNs (40 points)
    • Q2: Image Captioning with LSTMs (35 points)
    • Q3: Image Gradients: Saliency maps and Fooling Images (10 points)
    • Q4: Image Generation: Classes, Inversion, DeepDream (15 points)

Oh, and you should check out MyHumbleSelf's Assignment Solutions. This guy is a Stanford student, so his answers would likely be what you will get if you enrolled yourself. His is from the previous intake; if you looking for Winter 2016 intake, check out ctheory's assignment solutions.

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].