Deep Learning(4)

四、拓展学习推荐

Deep Learning 经典阅读材料:

Deep Learning工具—— Theano

Theano是deep learning的Python库,要求首先熟悉Python语言和numpy,建议读者先看Theano basic tutorial,然后按照Getting Started 下载相关数据并用gradient descent的方法进行学习。

学习了Theano的基本方法后,可以练习写以下几个算法:

有监督学习:

  1. Logistic Regression - using Theano for something simple
  2. Multilayer perceptron - introduction to layers
  3. Deep Convolutional Network - a simplified version of LeNet5

无监督学习:

最后呢,推荐给大家基本ML的书籍:

原文链接:http://blog.csdn.net/abcjennifer/article/details/7826917

原文地址:https://www.cnblogs.com/549294286/p/3172717.html