Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 6.9 KB

README.md

File metadata and controls

65 lines (45 loc) · 6.9 KB

Hits

"Computer Vision" , "ImageNet", "Fei Fei Li" are analogous, I love the idea of taking CS231n. All the memories, with my experience with Vision and working for "Inceptionism and Residualism in the Classification of Breast Fine-Needle Aspiration Cytology Cell Samples". GoogLeNet, ResNet , all the emotions with "Visiting the Stanford Vision Lab". Thank You ! I would love to go through CS231n again, in a much more detailed manner, steering through Mathematics. Let's get started, CS231n here I come :)

CS231n course lecture video's from Spring 2017 | 2017 course website )

Grade : Assignment #1: 15%, Assignment #2: 15%, Assignment #3: 15%, Midterm: 15% and Final Project: 40%

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.

♞ Module 0: Preparation

♞ Module 1: Neural Networks

♞ Module 2: Convolutional Neural Networks

Computer vision Nanodegree Udacity | OpenCV | colah.github.io | awesome-cv | awesome-Deep Vision | cs231n summary

FINAL PROJECT | Past Project

This is it, this project needs to be awesome. The past projects of CS231n are sooo awesome. All the information on conference, datasets, posters can be found here. As part of CS231n, I did, " ".