Second Opportunity For Convolutional Neural Networks Class
Written by Sue Gee   
Tuesday, 19 January 2016

A class that is the cutting edge of machine learning and artificial intelligence is being run for the second time at Stanford this trimester. It is also available online to anyone who cares to follow along, this time with videos of the live lectures.

The second presentation of CS231n: Convolutional Neural Networks for Visual Recognition, aka ConvNet, started on January 4th and its website, where you'll find the complete syllabus, already has four hour-long videos together with slides, notes and other resources including a Python/Numpy tutorial.

The course has been developed by members of the Stanford Vision Lab. The initial lecture, introducing the course by delivered by the lab's director Fei-Fei Li, who pointed out that as she was about to go on maternity leave it would be her Ph D students Andrej Karpathy and Justin Johnson who would be taking over the day-to-day running of the course.

As well as collaborating in creating this couse, Kaparthy maintains several deep learning libraries written in JavaScript, including ConvNetJS, a framework that brings deep neural networks to your browser, which IProgrammer welcomed as "a good and very useful piece of work" when we reported on it

The focus of this course is Computer Vision and much of its background and materials are drawn from the ImageNet Challenge, which will be familiar to I Programmer readers. 

 

convnnvispic

According to the course description:

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.

It is being opened up to those outside Standford as part of its aim to  built up into a comprehensive reference for building, training, understanding and debugging CNNs. 

While outsiders won't gain credit or be able to submit assignments for marking, it will be possible to try them out and see what happens. There is also a Reddit for discussion and questions from all participants and questions from online students are responded to.

One question early in the course was about how accessible it would be to an "ML newbie". One respondent provided the pre-requisites as outlined in the first lecture: 

  • Proficiency in Python, some high-level familiarity with C/C++
    • All class assignments will be in Python (and use numpy), but some of the deep learning libraries we may look at later in the class are written in C++.
    • A Python tutorial available on course website
  • College Calculus, Linear Algebra
  • Equivalent knowledge of CS229 (Machine Learning)
    • We will be formulating cost functions, taking derivatives and performing optimization with gradient descent.

Another respondent recommended the early lectures in Andrew Ng's Machine Learning MOOC on Coursera as filling the final pre-requisite. 

 

visionlab

Banner


Running PostgreSQL Inside Your Browser With PGLite
18/03/2024

Thanks to WebAssembly we can now enjoy PostgreSQL inside the browser so that we can build reactive, realtime, local-first apps directly on Postgres. PGLite is about to make this even easier.



Pi Day - The Great Unanswered Questions
14/03/2024

It's Pi day again, again, again... Even after so many, I still have things to say about this most intriguing number. The most important things about Pi is that it is irrational and one of the few tran [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 19 January 2016 )