码迷,mamicode.com
首页 >  
搜索关键字:deep-learning    ( 929个结果
CMU Deep Learning 2018 by Bhiksha Raj 学习记录(10)
http://deeplearning.cs.cmu.edu/slides/lec11.recurrent.pdf I think the subscripts in this lecture is quite confusing, and even incorrect sometimes. Jac ...
分类:其他好文   时间:2018-04-21 23:37:19    阅读次数:228
有效防止softmax计算时上溢出(overflow)和下溢出(underflow)的方法
《Deep Learning》(Ian Goodfellow & Yoshua Bengio & Aaron Courville)第四章「数值计算」中,谈到了上溢出(overflow)和下溢出(underflow)对数值计算的影响,并以softmax函数和log softmax函数为例进行了讲解。这 ...
分类:其他好文   时间:2018-04-21 14:28:31    阅读次数:282
CMU Deep Learning 2018 by Bhiksha Raj 学习记录(7)
https://zhuanlan.zhihu.com/p/22810533 L2 -> Regression Problems KL -> Classification Problems http://deeplearning.cs.cmu.edu/slides/lec8.stochastic_gr ...
分类:其他好文   时间:2018-04-19 21:58:36    阅读次数:222
CMU Deep Learning 2018 by Bhiksha Raj 学习记录(2)
...
分类:其他好文   时间:2018-04-17 23:44:52    阅读次数:217
CMU Deep Learning 2018 by Bhiksha Raj 学习记录(1)
Recitation 2 numpy operations array index x = np.arange(10) 2 x:[ 0 1 4 9 16 25 36 49 64 81] print(x[:: 1]) all reversed print(x[8:1: 1]) reversed sli ...
分类:其他好文   时间:2018-04-17 22:17:51    阅读次数:531
ResNet笔记
参考: "Deep Learning TensorFlow (14) CNN卷积神经网络_深度残差网络 ResNet" 先前的研究已经证明,拥有至少一个隐层的神经网络是一个 通用的近似器 ,只要提高网络的深度,可以近似任何连续函数。因此,理想情况下,只要网络不过拟合,深度神经网络应该是越深越好。但是 ...
分类:Web程序   时间:2018-04-13 21:23:37    阅读次数:473
看过的文档地址——个人留存
#Deep Learning回顾#之LeNet、AlexNet、GoogLeNet、VGG、ResNet https://zhuanlan.zhihu.com/p/22094600 #Deep Learning回顾#之基于深度学习的目标检测 https://zhuanlan.zhihu.com/p/ ...
分类:其他好文   时间:2018-04-12 22:20:04    阅读次数:153
Teaching Machines to Understand Us 让机器理解我们 之二 深度学习的历史
Deep history 深度学习的历史 The roots of deep learning reach back further than LeCun’s time at Bell Labs. He and a few others who pioneered the technique wer ...
分类:系统相关   时间:2018-04-10 17:46:07    阅读次数:217
图像识别 | AI在医学上的应用
参考:登上《Cell》封面的AI医疗影像诊断系统:机器之心专访UCSD张康教授 Identifying Medical Diagnoses and Treatable Diseases by Image-Based Deep Learning 2018-2-22 Cell 读《Identifying ...
分类:其他好文   时间:2018-04-05 20:06:09    阅读次数:312
tensorflow 待阅读的资料
tensorflow性能调优实践 https://www.jianshu.com/p/937a0ce99f56 2018.04.01 Deep Learning 之 最优化方法 https://blog.csdn.net/bvl10101111/article/details/72615621 20 ...
分类:其他好文   时间:2018-04-01 11:50:36    阅读次数:128
929条   上一页 1 ... 21 22 23 24 25 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!