码迷,mamicode.com
首页 >  
搜索关键字:deep    ( 1999个结果
Deep Learning 调参
整理一下如何调参,开始是准备翻译,后来加入了一些自己的理解,有少部分不是很确定的没有写出来,如果有问题可以看原文,在末尾有写出。水平有限,如果有错误请指出。 获取数据:确保有足够多的高质量输入-输出的数据集,而且要有代表性。 有时并没有这么大的数据集,比如字符识别中对mnist数据库的训练,很容易就可以达到98%的识别率,但是真正用在实际中会发现效果并没有那么好,把数据库的图片存到硬盘...
分类:其他好文   时间:2015-08-28 23:19:11    阅读次数:417
HDU 1049.Climbing Worm【水!水!水!】【8月25】
Climbing Worm Problem Description An inch worm is at the bottom of a well n inches deep. It has enough energy to climb u inches every minute, but then has to rest a minute before climbing agai...
分类:其他好文   时间:2015-08-25 21:49:30    阅读次数:190
26 THINGS I LEARNED IN THE DEEP LEARNING SUMMER SCHOOL
26 THINGS I LEARNED IN THE DEEP LEARNING SUMMER SCHOOLIn the beginning of August I got the chance to attend the Deep Learning Summer School in Montrea...
分类:其他好文   时间:2015-08-25 21:13:25    阅读次数:265
【LeetCode】138. Copy List with Random Pointer
题目:A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep co...
分类:其他好文   时间:2015-08-21 21:16:59    阅读次数:145
Image Scaling using Deep Convolutional Neural Networks
Image Scaling using Deep Convolutional Neural NetworksThis past summer I interned at Flipboard in Palo Alto, California. I worked on machine learning ...
分类:Web程序   时间:2015-08-21 15:33:38    阅读次数:473
Alex / OverFeat / VGG 中的卷积参数
研究需要,统计了一些经典CNN结构的卷积层参数。 Alexnet Layer Input Kernel Output Stride Pad 1 256 * 3 * 227 * 227 48 * 3 * 11 * 11 256 * 48 * 55 * 55 4 0 2 256 * 48 * 27 * 27 128 * 48 *...
分类:其他好文   时间:2015-08-20 20:58:02    阅读次数:372
jQuery.extend()源码解读
// extend方法为jQuery对象和init对象的prototype扩展方法// 同时具有独立的扩展普通对象的功能jQuery.extend = jQuery.fn.extend = function() { /* *target被扩展的对象 *length参数的数量 *deep是否深...
分类:Web程序   时间:2015-08-19 16:29:43    阅读次数:123
HDU4815
Little Tiger vs. Deep MonkeyTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 1587Accepted Submissio...
分类:其他好文   时间:2015-08-19 11:02:26    阅读次数:141
Neural Networks for Machine Learning by Geoffrey Hinton (1~2)
机器学习能良好解决的问题 识别模式识别异常预测 大脑工作模式 人类有个神经元,每个包含个权重,带宽要远好于工作站。 神经元的不同类型 Linear (线性)神经元  Binary threshold (二值)神经元  ReLu(Rectified Linear Units) 神经元    ...
分类:Web程序   时间:2015-08-17 17:31:45    阅读次数:428
[Tue, 11 Aug 2015 ~ Mon, 17 Aug 2015] Deep Learning in arxiv
FV + CNN; rerank for multiple IR results; analysis of CNN...
分类:其他好文   时间:2015-08-17 11:59:35    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!