==About the Deep Models==
There are basically two big categories of deep neural networks - the convolutional neural networks and the recurrent neural networks. The first one, convolutional neural networks, are more suitable dealing with the image based classification tasks. The second one, recurrent neural networks, are in general for sequential information based classification tasks.
==Package Dependences==