码迷,mamicode.com
首页 >  
搜索关键字:deep    ( 1999个结果
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 copy of the list. 这题 是靠http://www.cnblogs.com/zuo...
分类:其他好文   时间:2015-01-24 11:38:29    阅读次数:159
CDZSC_2015寒假新人(1)——基础 F
DescriptionAn 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 b...
分类:其他好文   时间:2015-01-23 13:03:41    阅读次数:258
python Theano包--deep learning library--安装
Preface:工欲善其事,必先利其器。找deep learning资料时,发现有个python包:theano。便开始着手学习,当然,最好的资料还是官网文档了,没怎么找到比较好的中文文档,那就记录下来。theano官网教程。 deep learning tutorial:http://deeplearning.net/tutorial/。 Theano install:http://deep...
分类:编程语言   时间:2015-01-23 11:11:43    阅读次数:268
[theano]安装-python theano cuda
I want to learning deep learning, so config cuda is a essential step. luckily it is very easy in Ubuntuinstall theano+cuda in ubuntu1. install theanoa...
分类:编程语言   时间:2015-01-21 22:03:35    阅读次数:615
zsc_寒假训练 6
DescriptionAn 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 b...
分类:其他好文   时间:2015-01-21 21:54:14    阅读次数:155
一些项目——An inch 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 again. During the rest,...
分类:其他好文   时间:2015-01-21 18:24:18    阅读次数:170
Caffe中的优化方法
在Deep Learning中,往往loss function是非凸的,没有解析解,我们需要通过优化方法来求解。Caffe通过协调的进行整个网络的前向传播推倒以及后向梯度对参数进行更新,试图减小损失。  Caffe已经封装好了三种优化方法,分别是Stochastic Gradient Descent (SGD), AdaptiveGradient (ADAGRAD), and Nesterov’...
分类:其他好文   时间:2015-01-21 09:06:32    阅读次数:1047
【转载】Deep Learning(深度学习)学习笔记整理
【转载】Deep Learning(深度学习)学习笔记整理
分类:其他好文   时间:2015-01-20 17:17:12    阅读次数:258
【转载】A Brief Overview of Deep Learning
【转载】A Brief Overview of Deep Learning
分类:其他好文   时间:2015-01-20 00:49:50    阅读次数:219
【转载】Distributed Deep Learning on MPP and Hadoop
【转载】Distributed Deep Learning on MPP and Hadoop
分类:其他好文   时间:2015-01-19 22:16:34    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!