As a person who does a lot of autonomous learning, the Internet in these days offer a huge amount of possibilities to read/learn about any topic you might think of. There might be more the problem of filtering out useful/good content from the nearly infinite amount of sources. Inspired by a colleague I will try to give a record of whatever I read/saw and can recommend on specific topics. I will also try to add specific links that I have already studied in the past but may help any interested reader (or myself as lookup). Most stuff will be about machine learning in general and more specific about computer vision/image classification as my master thesis is related to these topics. But from time to time I might add also some more fun related topics.
Machine learning
Courses
- MIT 6.034 Artificial Intelligence by Patrick Winston (23 lectures + 7 Mega-Recitations)
- Coursera - Machine Learning by Stanford University - online class by Andrew Ng (highly recommended)
- Undergraduate machine learning at UBC 2012 - by Nando de Freitas (33 lectures)
- Deep Learning at Oxford 2015 - by Nando de Freitas (16 lectures)
- CS231n - CNNs for Visual Recognition - by Fei-Fei Li and mainly Andrej Karpathy (Overview)
- Neural networks class - Université de Sherbrook by Hugo Larochelle (92 mostly short videos)
- Deep Learning Talk MLSS 2014 - by Yoshua Bengio at MLSS 2014 (3 Parts)
Videos
- Visualizing Data Using t-SNE - GoogleTechTalk by Laurens van der Maaten presenting t-SNE
- Visualizing and Understanding DNNs by Matt Zeiler presenting deconv-nets for visualizing DNNs
- Fun demo of CNN from ‘93 - Yann LeCun presenting his CNN for handwritten digits.
- MarI/O - NEAT applied on Super Mario World by SethBling
- The Art of neural networks - Mike Tyka talking about the evolution of art and programming
Blogs/Sites
- Andrej Karpathys Blog - Blog with a lot of well written articles mainly about CV and CNNs
- CS231n - corresponding site to the CS231n course from Standford university. Each topic covered in an article.
- UFLDL Tutorial - Unsupervised Feature Learning and Deep Learning Tutorials by Standford University
- Understanding LSTMs - Some nice write up about LSTM-Nets by Christopher Olah
Programming
Videos
- Introduction to DL with Python - Presentation by Alec Radford giving an overview of Deep Learning with Theano
Blogs/Sites
- Undocumented Matlab - One of the best Matlab related Sites I know.
- CheckiO - Online game-based learning of Python
- Theano Tutorial - Introduction to Theano (Python libary)
- Theano Examples - some more applied, though advanced tutorials.
General Scientific stuff
Videos
-How to write a Scientific Paper - Talk by Simon Peyton Jones