Skip to content
/ CS231 Public

Stanford course CS231n: Convolutional Neural Networks for Visual Recognition.

Notifications You must be signed in to change notification settings

huohuotm/CS231

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS231

This repository contains assignments of Stanford course CS231n: Convolutional Neural Networks for Visual Recognition. Course HomePage

homepage

Course Description

Computer Vision has become ubiquitous in our society, with applications in search, image understanding, apps, mapping, medicine, drones, and self-driving cars. Core to many of these applications are visual recognition tasks such as image classification, localization and detection. Recent developments in neural network (aka “deep learning”) approaches have greatly advanced the performance of these state-of-the-art visual recognition systems.

This course is a deep dive into details of the deep learning architectures with a focus on learning end-to-end models for these tasks, particularly image classification. During the 10-week course, students will learn to implement, train and debug their own neural networks and gain a detailed understanding of cutting-edge research in computer vision. The final assignment will involve training a multi-million parameter convolutional neural network and applying it on the largest image classification dataset (ImageNet). We will focus on teaching how to set up the problem of image recognition, the learning algorithms (e.g. backpropagation), practical engineering tricks for training and fine-tuning the networks and guide the students through hands-on assignments and a final course project. Much of the background and materials of this course will be drawn from the ImageNet Challenge.

Course content:

course_content

TODO

  • Lectures1-9
  • Assignment1
  • Assignment2
  • Lecture10 RNN
  • Lecture13 Generative Models
  • Lecture14: Deep Reinforcement Learning
  • Lecture15: Invited Talk: Song Han Invited Talk: Ian Goodfellow
  • Lecture16: Student spotlight talks, conclusions
  • Assignment3-Q2: Image Captioning with LSTMs
  • Assignment3-Q3: Network Visualization: Saliency maps, Class Visualization, and Fooling Images
  • Assignment3-Q4: Style Transfer
  • Assignment3-Q5: Generative Adversarial Networks

About

Stanford course CS231n: Convolutional Neural Networks for Visual Recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published