References
[1] Perceptron: https://en.wikipedia.org/wiki/Perceptron
[2] Feedforward Neural Network: https://en.wikipedia.org/wiki/Feedforward_neural_network
[3] Biologically Inspired Computing: https://en.wikipedia.org/wiki/Bio-inspired_computing
[4] By Glosser.ca - Own work, Derivative of File:Artificial neural network.svg, CC BY-SA 3.0: https://commons.wikimedia.org/w/index.php?curid=24913461
[5] Zero-Shot Translation with Google's Multilingual Neural Machine Translation System: https://research.googleblog.com/2016/11/zero-shot-translation-with-googles.html
[6] Convolutional Neural Network: https://en.wikipedia.org/wiki/Convolutional_neural_network
[7] Recurrent Neural Network: https://en.wikipedia.org/wiki/Recurrent_neural_network
[8] Reinforcement Learning: https://en.wikipedia.org/wiki/Reinforcement_learning
[9] LSTM: https://en.wikipedia.org/wiki/Long_short-term_memory
[10] The Unreasonable Effectiveness of RNNs: http://karpathy.github.io/2015/05/21/rnn-effectiveness/
[11] Understanding LSTM...