# Neural Networks

* [WaveNet: A Generative Model for Raw Audio](https://deepmind.com/blog/wavenet-generative-model-raw-audio/)
* [TensorFlow Playground](http://playground.tensorflow.org/)
* [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com/index.html)
* [Deep Learning Book](http://www.deeplearningbook.org/)
* [Wikipedia Taylor Series](https://en.wikipedia.org/wiki/Taylor_series)

## Convolution

> In mathematics (and, in particular, functional analysis) convolution is a mathematical operation on two functions (f and g); it produces a third function, that is typically viewed as a modified version of one of the original functions, giving the integral of the pointwise multiplication of the two functions as a function of the amount that one of the original functions is translated. Convolution is similar to cross-correlation. It has applications that include probability, statistics, computer vision, natural language processing, image and signal processing, engineering, and differential equations. [Wikipedia](https://en.wikipedia.org/wiki/Convolution)

## Example

Teach your system to multiply
