四、拓展学习推荐

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

相关文章:

  • 2021-12-03
  • 2021-08-22
  • 2021-08-19
  • 2021-04-27
猜你喜欢
  • 2021-06-21
  • 2021-07-18
  • 2022-01-29
  • 2021-10-21
  • 2021-05-12
  • 2022-12-23
相关资源
相似解决方案