卷积神经网络 文本多分类 小例子: http://blog.csdn.net/diye2008/article/details/53105652?locationNum=11&fps=1
Theano 做多logistic regression 分类任务
http://deeplearning.net/tutorial/logreg.html#logreg
http://deeplearning.net/tutorial/contents.html
theano 基本语法:
http://deeplearning.net/software/theano/library/
keras 学习网站:
https://keras.io/#getting-started-30-seconds-to-keras
keras 做多分类任务:
https://keras.io/getting-started/sequential-model-guide/