SlideShare une entreprise Scribd logo
1  sur  58
深度学习资源卡片汇总
(2014-08-13 持续更新中)
好东西传送门 - 微博上的轻问答
微博 http://www.weibo.com/haoawesome
Github https://github.com/memect/hao
内容许可证:Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
第一组:语音检索
第二组:文本挖掘, 自然语言处理
第三组:图像检索
第四组:最热深度学习Github项目
(点击卡片标题到网页/下载)
第一组:语音检索
2014-08-02
@钱知易 问有没有机器学习和深度学习在多媒体信息检索领域的资源?
答:机器学习应用太广,本条只涉及深度学习。其中图像检索@姚鹏鹏YPP 已
问过,见答案http://hao.memect.com/?p=2119 语音检索,Google语音组和微软
邓力等是领先的,他们主页上的文章基本代表了前沿,一些教程在此
http://bigdata.memect.com/?tag=speech+deeplearning
A Tutorial Survey of Architectures, Algorithms, and
Applications for Deep Learning
Deep Learning for Natural Language Processing and
Related Applications
Deep Learning: Methods and Applications
Speech Processing – Research at Google
Li Deng – Microsoft Research
第二组:文本挖掘, 自然语言处理
2014-08-01
@瀟灑小弟 问:有木有深度学习在文本挖掘或者自然语言处理(NLP)方面的好的
资源?
@panjf1987 提供答案:被推荐过最多是Richard Socher 的Deep Learning for
Natural Language Processing (without Magic) 这个tutorial在NAACL 2013和
ACL 2012都做过。讲稿,视频,参考文献整理如下
http://bigdata.memect.com/?tag=richardsocher+NAACL2013
Deep Learning for NLP (without Magic)
NAACL2013
Deep Learning for NLP (without Magic) References
Richard Socher – Parsing Natural Scenes And
Natural Language With Recursive Neural Networks
Richard Socher – Home Page
Deep Learning for NLP (without Magic) – Part 1 |
TechTalks.tv
Deep Learning for NLP (without Magic) – Part 2 |
TechTalks.tv
Neural Networks for Named Entity Recognition
CS294A Lecture notes Sparse autoencoder
UFLDL Tutorial – Ufldl
Deep Learning for NLP – NAACL 2013 Tutorial
Denoising Autoencoders (dA) — DeepLearning 0.1
documentation
Learning meanings for sentences
第三组:图像检索
2014-07-26
@姚鹏鹏YPP 问:能不能推荐深度学习或者机器学习在图像检索中的应用的论
文?
答:最权威的索引可以说是最近CVPR 2014上的深度学习在计算机视觉上的教
程,主讲人全是本领域的大拿,一共13个讲稿,基础/进阶/实践全有,顺着每个
后面附的文献列表可以把领域内重要论文一网打尽了。
http://bigdata.memect.com/?tag=cvpr2014+vision 这几个资料更具体,有百度和
Facebook的图像搜索方法 http://hao.memect.com/?tag=deeplearning+image
TUTORIAL ON DEEP LEARNING FOR VISION at
CVPR 2014
Torch7 Scientific Computing for LuaJIT
Supervised Deep Learning
Thenao and Pylearn2 for deep learning applied to
computer vision
Parallelizing Convolutional Neural Networks
Regression Methods for Localization
Multimodal learning and multitask learning
Deep Learning for Computer Vision
Object Detection
Brewing Deep Networks With Caffe – Google Slides
Caffe
Deep Learning & Structured Prediction
Unsupervised Learning
DeepFace: Closing the Gap to Human-Level
Performance in Face Verification
百度技术沙龙第46期回顾:读图时代的识图技术(含资料下
载)
百度图像搜索探秘_dengyafeng_新浪博客
Deep learning for transformations
第四组:最热深度学习Github项目
2014-07-21 18个最热深度学习Github项目逐一介绍(合集)
http://hao.memect.com/?p=405 有 convnetjs, DeepLearnToolbox, Yusuke
Sugomori's code, Lisa Lab's DeepLearningTutorials, deepnet, rbm-mnist 等。
主流深度学习模型如DBN RBM CNN等都有,实现语言包括Python, C/C++,
Matlab, Javascript, Java, Scala
前几天meta-guide.com列出了100个深度学习的源代码项目,但其中大部分都不
活跃。这里我们精选出18个最活跃的项目,每个都制作了信息卡片,一目了然,
方便比较和转贴。
所有18个项目的列表见
http://bigdata.memect.com/?tag=superhot+deeplearning
(meta-guide.com原完整项目列表见 http://memect.co/punt6PW )
18) @丕子 的PG_DEEP 这是一个C++实现的Demo,目前有20星。代码相对简单,非常适合入门学
习。http://bigdata.memect.com/?p=10354
17) n42 ,21星,一个nodejs的实现,可以直接npm install n42。实现了4个算法:Newral Network,
Logistics Regressio,Stacked denoised Autoencodern,Deep Belief Nets。代码不长,适合学习。虽
然nodejs并不适合计算密集型任务,作为教学例子还是很不错的,特别是需要在浏览器里做深度学习的
可视化时 (Javascript也参convnetjs,见后) http://bigdata.memect.com/?p=10402
16)宗师Hinton的代码,23星,是Matlab的。实现了autoencoder,Restricted Boltzmann Machine(
RBM) 。这个应用在图像领域。宗师出品,重要性不用解释。 http://bigdata.memect.com/?p=10294
15) stanford_dl_ex 这是另一个斯坦福深度学习公开课的习题解答,24星,作者Andrew Maas 和
Sameep Tandon。语言是Matlab。同样适合入门学习。http://bigdata.memect.com/?p=10303
14)DeepLearningBenchmarks 29星, 比较了Theano和其他几个实现的性能:eblearn, python
numpy, torch5, torch 7。 不过列表有些老,都是2011年前的,新的项目没有加进去。
http://bigdata.memect.com/?p=10190
13)deeplearning-class-2011 这个也是 UFLDF课程的一个实现,31星,语言是Octave,Matlab和
Python (NumPy) http://bigdata.memect.com/?p=10339
12) medal=Matlab Environment for Deep Architecture Learning,37星,是一个Matlab的示范库,也
实现了RBM,DBN, CRNM等主流的模型。 http://bigdata.memect.com/?p=10390
11)kaggle-blackbox ,作者Zając,53星 ,这是2013年Kaggle无监督学习竞赛的一个实现 。它实现了
一个随机森林算法和一个稀疏滤波算法。语言是Matlab,也可以用Octave跑。文档和说明参见
http://bigdata.memect.com/?tag=kaggle-blackbox
10) libdeep 这是个C的实现,目前54星。在Linux上可以安装到系统库,然后就可以在其他项目里调用
了。如果追求性能,这是个好选择。http://bigdata.memect.com/?p=10462
9) OpenDL 这是个很新的实现, 是基于spark的。语言是Java。除了spark还用到了Mallet机器学习包
和JBlas线性代数包。http://bigdata.memect.com/?p=10345 更多spark参考请看大数据精华区的专题
http://memect.co/FUdsSH9 。
8) UFLDL-tutorial ,作者Dan Luu,94星 ,这是斯坦福深度学习公开课和 Andrew Ng’s UFLDL(无监
督特征学习和深度学习)教程的所有练习的解答。代码是Matlab的,作者声称对Octave兼容,所以理论
上甚至可以从python调用。非常适合入门。http://bigdata.memect.com/?p=10423 UFLDL教程 @邓侃
曾组织翻译成了中文,入门必读
http://deeplearning.stanford.edu/wiki/index.php/UFLDL%E6%95%99%E7%A8%8B。
7) rbm-mnist 这个是hinton matlab代码( http://memect.co/r12f-q6 )的C++改写,189星。它还实现
了Rasmussen的共轭梯度Conjugate Gradient算法。http://bigdata.memect.com/?p=10327
6) neural-networks-and-deep-learning,243星 ,这是作者的书Neural Networks and Deep Learning
的配套代码,语言是Python。http://bigdata.memect.com/?p=10468 这本书是免费的,不过还没有写完
,可以预览前几章http://memect.co/2utGmkY
5) deepnet ,这个是GPU实现的深度学习算法,前向网络,RBM,DBN,Autoencoder, DBM, CNN包
括了,底层用的CUDA 。目前282星。实现语言是Python,做到了简洁性与计算性能的良好结合,特别
推荐。http://bigdata.memect.com/?p=10342
4) Lisa Lab的DeepLearningTutorials,也就是deeplearning.net上的教程和源代码。Python实现,是基
于pylearn2和Theano的。目前500多星,非常火爆。http://bigdata.memect.com/?p=10941 他们的wiki
上很不错的资源列表,如论文和数据集 http://memect.co/koF-C2P
3) Yusuke Sugomori(巣籠悠輔)的深度学习实现 。这个是特别热门的一个库,有近600星。从算法和
实现语言覆盖面上都是一网打尽,学习深度学习代码的必读之一,提供了5种语言的实现:Python,
C/C++, Java, Scala,囊括了各种主流深度学习算法:DBN, CDBN,RBM, CRBM,dA, SdA, LR等。
http://bigdata.memect.com/?p=10441
2) DeepLearnToolbox ,Matlab实现中最热门的库,700多星,囊括了CNN, DBN, SAE, CAE等主流模
型。非常简单好用。用Matlab做深度学习快速实验这个库可能是最好的
http://bigdata.memect.com/?p=10348
1) convnetjs 这个是目前最火的项目,有1300+颗星,实现了卷积神经网络,可以用来做分类,回归,
强化学习等。可以直接npm install convnetjs。convnetjs上有很多很酷的可视化演示
http://bigdata.memect.com/?p=10453

Contenu connexe

En vedette

Siri vs Alexa, Which is Better?
Siri vs Alexa, Which is Better?Siri vs Alexa, Which is Better?
Siri vs Alexa, Which is Better?Debbie Peterson
 
2015 Sport Analysis for March Madness
2015 Sport Analysis for March Madness2015 Sport Analysis for March Madness
2015 Sport Analysis for March MadnessYi Chun (Nancy) Chien
 
机器学习概述
机器学习概述机器学习概述
机器学习概述Dong Guo
 
AWS re:Invent 2016: Deep Learning in Alexa (MAC202)
AWS re:Invent 2016: Deep Learning in Alexa (MAC202)AWS re:Invent 2016: Deep Learning in Alexa (MAC202)
AWS re:Invent 2016: Deep Learning in Alexa (MAC202)Amazon Web Services
 
[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程台灣資料科學年會
 
Deep learning - Conceptual understanding and applications
Deep learning - Conceptual understanding and applicationsDeep learning - Conceptual understanding and applications
Deep learning - Conceptual understanding and applicationsBuhwan Jeong
 
[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)
[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)
[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)台灣資料科學年會
 
An original method for strengtheting in ancient stone domes in seismic region...
An original method for strengtheting in ancient stone domes in seismic region...An original method for strengtheting in ancient stone domes in seismic region...
An original method for strengtheting in ancient stone domes in seismic region...eSAT Publishing House
 
Training module engine (4)
Training module engine (4)Training module engine (4)
Training module engine (4)ashutosh dash
 
Security threats and detection technique in cognitive
Security threats and detection technique in cognitiveSecurity threats and detection technique in cognitive
Security threats and detection technique in cognitiveeSAT Publishing House
 
A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...
A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...
A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...eSAT Publishing House
 
TEDxNiamiha - партнерство
TEDxNiamiha - партнерствоTEDxNiamiha - партнерство
TEDxNiamiha - партнерствоTEDxNiamiha
 
Multilevel authentication using gps and otp techniques
Multilevel authentication using gps and otp techniquesMultilevel authentication using gps and otp techniques
Multilevel authentication using gps and otp techniqueseSAT Publishing House
 

En vedette (15)

Siri vs Alexa, Which is Better?
Siri vs Alexa, Which is Better?Siri vs Alexa, Which is Better?
Siri vs Alexa, Which is Better?
 
2015 Sport Analysis for March Madness
2015 Sport Analysis for March Madness2015 Sport Analysis for March Madness
2015 Sport Analysis for March Madness
 
机器学习概述
机器学习概述机器学习概述
机器学习概述
 
Machine learning with Google machine learning APIs - Puppy or Muffin?
Machine learning with Google machine learning APIs - Puppy or Muffin?Machine learning with Google machine learning APIs - Puppy or Muffin?
Machine learning with Google machine learning APIs - Puppy or Muffin?
 
AWS re:Invent 2016: Deep Learning in Alexa (MAC202)
AWS re:Invent 2016: Deep Learning in Alexa (MAC202)AWS re:Invent 2016: Deep Learning in Alexa (MAC202)
AWS re:Invent 2016: Deep Learning in Alexa (MAC202)
 
[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程
 
Deep learning - Conceptual understanding and applications
Deep learning - Conceptual understanding and applicationsDeep learning - Conceptual understanding and applications
Deep learning - Conceptual understanding and applications
 
[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)
[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)
[系列活動] 智慧製造與生產線上的資料科學 (製造資料科學:從預測性思維到處方性決策)
 
An original method for strengtheting in ancient stone domes in seismic region...
An original method for strengtheting in ancient stone domes in seismic region...An original method for strengtheting in ancient stone domes in seismic region...
An original method for strengtheting in ancient stone domes in seismic region...
 
Training module engine (4)
Training module engine (4)Training module engine (4)
Training module engine (4)
 
Security threats and detection technique in cognitive
Security threats and detection technique in cognitiveSecurity threats and detection technique in cognitive
Security threats and detection technique in cognitive
 
A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...
A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...
A model of hybrid genetic algorithm particle swarm optimization(hgapso) based...
 
Word Weavers 10th Anniversary
Word Weavers 10th AnniversaryWord Weavers 10th Anniversary
Word Weavers 10th Anniversary
 
TEDxNiamiha - партнерство
TEDxNiamiha - партнерствоTEDxNiamiha - партнерство
TEDxNiamiha - партнерство
 
Multilevel authentication using gps and otp techniques
Multilevel authentication using gps and otp techniquesMultilevel authentication using gps and otp techniques
Multilevel authentication using gps and otp techniques
 

Similaire à 好东西传送门-深度学习资源卡片汇总

Adobe Captivate 4 Training at Taiwan
Adobe Captivate 4 Training at TaiwanAdobe Captivate 4 Training at Taiwan
Adobe Captivate 4 Training at Taiwanyunjuli
 
Effective DevOps (Agile Tour HsinChu 2017)
Effective DevOps (Agile Tour HsinChu 2017)Effective DevOps (Agile Tour HsinChu 2017)
Effective DevOps (Agile Tour HsinChu 2017)Chen Cheng-Wei
 
Effective DevOps:一場文化與技術的轉型運動 (陳正瑋)
Effective DevOps:一場文化與技術的轉型運動  (陳正瑋)Effective DevOps:一場文化與技術的轉型運動  (陳正瑋)
Effective DevOps:一場文化與技術的轉型運動 (陳正瑋)AgileTour@TW
 
[台灣人工智慧學校] 人工智慧民主化在台灣
[台灣人工智慧學校] 人工智慧民主化在台灣[台灣人工智慧學校] 人工智慧民主化在台灣
[台灣人工智慧學校] 人工智慧民主化在台灣台灣資料科學年會
 
Introduction Hugging face.pdf
Introduction Hugging face.pdfIntroduction Hugging face.pdf
Introduction Hugging face.pdfKo Ko
 
[圣思园][Java SE]000 讲师张龙简介
[圣思园][Java SE]000 讲师张龙简介[圣思园][Java SE]000 讲师张龙简介
[圣思园][Java SE]000 讲师张龙简介ArBing Xie
 
from passion import profession
from passion import professionfrom passion import profession
from passion import professionTsungWei Hu
 
AI in Classroom
AI in ClassroomAI in Classroom
AI in ClassroomRyan Chung
 
Core ML Sessions in WWDC 18
Core ML Sessions in WWDC 18Core ML Sessions in WWDC 18
Core ML Sessions in WWDC 18Marvin Lin
 
Go 語言基礎簡介
Go 語言基礎簡介Go 語言基礎簡介
Go 語言基礎簡介Bo-Yi Wu
 
OO x Python @ Tainan.py x MOSUT x FP 2014.09.27
OO x Python  @ Tainan.py x MOSUT x FP 2014.09.27OO x Python  @ Tainan.py x MOSUT x FP 2014.09.27
OO x Python @ Tainan.py x MOSUT x FP 2014.09.27Chun-Yu Tseng
 
构建网络工具箱
构建网络工具箱构建网络工具箱
构建网络工具箱Lv Jian
 
oa rapid framework課程說明會
oa rapid framework課程說明會oa rapid framework課程說明會
oa rapid framework課程說明會Jimmy Weng
 
JCConf 2015 TW 高效率資料爬蟲組合包
JCConf 2015 TW 高效率資料爬蟲組合包JCConf 2015 TW 高效率資料爬蟲組合包
JCConf 2015 TW 高效率資料爬蟲組合包書豪 李
 
Building Chatbot With Huggging Face
 				Building Chatbot With Huggging Face 				Building Chatbot With Huggging Face
Building Chatbot With Huggging FaceKo Ko
 
如何,高效利用搜索引擎+构建网络工具箱
如何,高效利用搜索引擎+构建网络工具箱如何,高效利用搜索引擎+构建网络工具箱
如何,高效利用搜索引擎+构建网络工具箱84zhu
 
2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例
2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例
2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例Justin Lee
 
由BrickPi實現半自動循機車
由BrickPi實現半自動循機車由BrickPi實現半自動循機車
由BrickPi實現半自動循機車AStar CHEN
 
学习2.0:e learning2.0与web2.0(学习教练 肖刚)
学习2.0:e learning2.0与web2.0(学习教练 肖刚)学习2.0:e learning2.0与web2.0(学习教练 肖刚)
学习2.0:e learning2.0与web2.0(学习教练 肖刚)知行堂(zxt123.com)
 

Similaire à 好东西传送门-深度学习资源卡片汇总 (20)

Personal Learning & Performance-based Environment V7
Personal Learning & Performance-based Environment V7Personal Learning & Performance-based Environment V7
Personal Learning & Performance-based Environment V7
 
Adobe Captivate 4 Training at Taiwan
Adobe Captivate 4 Training at TaiwanAdobe Captivate 4 Training at Taiwan
Adobe Captivate 4 Training at Taiwan
 
Effective DevOps (Agile Tour HsinChu 2017)
Effective DevOps (Agile Tour HsinChu 2017)Effective DevOps (Agile Tour HsinChu 2017)
Effective DevOps (Agile Tour HsinChu 2017)
 
Effective DevOps:一場文化與技術的轉型運動 (陳正瑋)
Effective DevOps:一場文化與技術的轉型運動  (陳正瑋)Effective DevOps:一場文化與技術的轉型運動  (陳正瑋)
Effective DevOps:一場文化與技術的轉型運動 (陳正瑋)
 
[台灣人工智慧學校] 人工智慧民主化在台灣
[台灣人工智慧學校] 人工智慧民主化在台灣[台灣人工智慧學校] 人工智慧民主化在台灣
[台灣人工智慧學校] 人工智慧民主化在台灣
 
Introduction Hugging face.pdf
Introduction Hugging face.pdfIntroduction Hugging face.pdf
Introduction Hugging face.pdf
 
[圣思园][Java SE]000 讲师张龙简介
[圣思园][Java SE]000 讲师张龙简介[圣思园][Java SE]000 讲师张龙简介
[圣思园][Java SE]000 讲师张龙简介
 
from passion import profession
from passion import professionfrom passion import profession
from passion import profession
 
AI in Classroom
AI in ClassroomAI in Classroom
AI in Classroom
 
Core ML Sessions in WWDC 18
Core ML Sessions in WWDC 18Core ML Sessions in WWDC 18
Core ML Sessions in WWDC 18
 
Go 語言基礎簡介
Go 語言基礎簡介Go 語言基礎簡介
Go 語言基礎簡介
 
OO x Python @ Tainan.py x MOSUT x FP 2014.09.27
OO x Python  @ Tainan.py x MOSUT x FP 2014.09.27OO x Python  @ Tainan.py x MOSUT x FP 2014.09.27
OO x Python @ Tainan.py x MOSUT x FP 2014.09.27
 
构建网络工具箱
构建网络工具箱构建网络工具箱
构建网络工具箱
 
oa rapid framework課程說明會
oa rapid framework課程說明會oa rapid framework課程說明會
oa rapid framework課程說明會
 
JCConf 2015 TW 高效率資料爬蟲組合包
JCConf 2015 TW 高效率資料爬蟲組合包JCConf 2015 TW 高效率資料爬蟲組合包
JCConf 2015 TW 高效率資料爬蟲組合包
 
Building Chatbot With Huggging Face
 				Building Chatbot With Huggging Face 				Building Chatbot With Huggging Face
Building Chatbot With Huggging Face
 
如何,高效利用搜索引擎+构建网络工具箱
如何,高效利用搜索引擎+构建网络工具箱如何,高效利用搜索引擎+构建网络工具箱
如何,高效利用搜索引擎+构建网络工具箱
 
2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例
2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例
2011/08/20跨平台行動應用程式使用者介面開發—以titanium mobile為例
 
由BrickPi實現半自動循機車
由BrickPi實現半自動循機車由BrickPi實現半自動循機車
由BrickPi實現半自動循機車
 
学习2.0:e learning2.0与web2.0(学习教练 肖刚)
学习2.0:e learning2.0与web2.0(学习教练 肖刚)学习2.0:e learning2.0与web2.0(学习教练 肖刚)
学习2.0:e learning2.0与web2.0(学习教练 肖刚)
 

好东西传送门-深度学习资源卡片汇总