Data science

In the last two lecturs, we discuss a general model for learning, neural networks.

History and recent surge

From Wang and Raj (2017):

Learning sources

Single layer neural network

Multi-layer neural network

Practical issues

Neural networks are not a fully automatic tool, as they are sometimes advertised; as with all statistical models, subject matter knowledge should and often be used to improve their performance.

Convolutional neural networks (CNN)

Sources: https://colah.github.io/posts/2014-07-Conv-Nets-Modular/

Example: handwritten digit recognition.

Example: image classification

Recurrent neural networks (RNN)

Souces: http://web.stanford.edu/class/cs224n/
https://colah.github.io/posts/2015-08-Understanding-LSTMs/
http://karpathy.github.io/2015/05/21/rnn-effectiveness/
http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/