* Contribution on the topic.
Added some basic information on the concept of Multi Layer Perceptron. Added an image for better understanding of the concept.
* Added extra information.
Check out the following piece of data on MLP.
* Update index.md
* Update index.md
Intuition is that pooling creates "fuzzier" images through subsampling (also known as down-sampling). Good example where reducing information actually makes an algorithm more efficient by reducing overfitting.
* Create initial RNN description, added more information link
Included a generic RNN diagram of a stacked and unfolded RNN. Motivated material with example sentence.
* Add additional link
* Add helpful link on LSTMs