码迷,mamicode.com
首页 >  
搜索关键字:deep-learning    ( 929个结果
深度学习阅读资料整理
1、技术向:一文读懂卷积神经网络2、机器学习编程语言之争,Python夺魁3、Deep learning with Theano 官方中文教程(翻译)(四)—— 卷积神经网络(CNN)
分类:其他好文   时间:2015-10-22 15:40:25    阅读次数:184
Deep Learning for NLP学习翻译笔记(2)
Deep Learning for NLP Deep Learning for NLPLecture 2:Introduction to Teanoenter link description hereNeural...
分类:其他好文   时间:2015-10-17 22:05:36    阅读次数:393
Convolution Neural Network (CNN) 原理与实现
本文结合Deep learning的一个应用,Convolution Neural Network 进行一些基本应用,参考Lecun的Document 0.1进行部分拓展,与结果展示(in python)。分为以下几部分:1. Convolution(卷积)2. Pooling(降采样过程)3. C...
分类:Web程序   时间:2015-10-11 10:12:12    阅读次数:441
Does Deep Learning Come from the Devil?
Does Deep Learning Come from the Devil?Deep learning has revolutionized computer vision and natural language processing. Yet the mathematics explainin...
分类:其他好文   时间:2015-10-10 20:06:32    阅读次数:276
UFLDL接听教程练习(来自编码器和矢量编程疏)
最近想在深入学习研究,开始看UFLDL(unsuprisedfeature learning and deep learning)教程了。特将课后习题答案放在这里,作为一个笔记。笔记:1:自编码算法是一个无监督学习算法。它通过学习hw,b(x) = x,因此最后的outputlayer单元数与inp...
分类:其他好文   时间:2015-09-23 10:32:44    阅读次数:170
Deep Learning(深度学习)学习笔记整理
内容转载自http://blog.csdn.net/zouxy09/article/details/8782018
分类:其他好文   时间:2015-09-17 09:57:41    阅读次数:3462
机器学习资源
按语言对库的分类:http://www.teglor.com/b/deep-learning-libraries-language-cm569/ 不定时更新。。。。。。
分类:其他好文   时间:2015-09-16 08:36:57    阅读次数:124
[DEEP LEARNING An MIT Press book in preparation]Linear algebra
线性代数是数学的一个重要分支,它经常被施加到project问题,要了解学习和工作深入研究的深度,因此,对于线性代数的深刻理解是非常重要的。下面是我总结的距离DL book性代数中抽取出来的比較有意思的一些理解基础线代问题的还有一些很形象易懂的思路。2.3 Identity and inverse m...
分类:其他好文   时间:2015-09-11 12:13:22    阅读次数:129
nvcc fatal : Cannot find compiler 'cl.exe' in PATH解决方法
我在测试安装的deep learning工具theano。按照官网Baby Steps - Algebra一步步输入。>>> import theano.tensor as T>>> from theano import function>>> x = T.dscalar('x')>>> y = T...
分类:其他好文   时间:2015-09-10 10:57:50    阅读次数:1977
正则化方法:L1和L2 regularization、数据集扩增、dropout
原文:http://blog.csdn.net/u012162613/article/details/44261657本文是《Neural networks and deep learning》概览中第三章的一部分,讲机器学习/深度学习算法中常用的正则化方法。(本文会不断补充)正则化方法:防止过拟合...
分类:其他好文   时间:2015-09-07 00:19:30    阅读次数:256
929条   上一页 1 ... 62 63 64 65 66 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!