深度学习资源汇总

发现知乎上的建议非常好,一下资源都是从知乎上搜集到的。

1. pandas库:可以对xlsx文件做各种操作。

http://pandas.pydata.org/pandas-docs/stable/10min.html

2. numpy库: 可以对多维矩阵进行操作。

https://docs.scipy.org/doc/numpy-dev/user/quickstart.html

3.CS 20SI: Tensorflow for Deep Learning Research:带字幕的课程网址

https://www.bilibili.com/video/av15898988/?p=1

课件地址:http://web.stanford.edu/class/cs20si/lectures/

4. 旧版CS 20SI: Tensorflow for Deep Learning Research
    https://web.stanford.edu/class/cs20si/2017/

  【课件和课程笔记在 绿色按钮Detailed syllabus,课程代码在红色按钮GitHub repo】


5. 新版CS 20:Tensorflow for Deep Learning Research
  【课件和课程笔记在 绿色按钮Detailed syllabus,课程代码在红色按钮GitHub repo,每周会更新】

    https://web.stanford.edu/class/cs20si/index.html

    https://web.stanford.edu/class/cs20si/syllabus.html
6. 2017年课程视频

   https://www.bilibili.com/video/av15898988/


7.  CS231n: Convolutional Neural Networks for Visual Recognition.

http://cs231n.github.io/

参考作业地址:https://github.com/lightaime/cs231n


8. 自然语言处理:

【新智元导读】斯坦福大学CS224n(全称:深度学习与自然语言处理)是自然语言处理领域很受欢迎的课程,由 Chris Manning 和 Richard Socher 主讲。本课程所有教学视频和课程材料同样在网上开放可得,新智元带来每课内容简介。

全部课程视频(英文字幕):http://t.cn/R6RGxtR

所有课程资料、PPT等:http://web.stanford.edu/class/cs224n/

9. 常用模型的资料网站:

http://mccormickml.com/tutorials/

其中有CS20 第4课中用到的skip-gram for word2Vec的说明



你可能感兴趣的:(tensorflow学习)