码迷,mamicode.com
首页 >  
搜索关键字:deep learning    ( 5395个结果
Kaggle竞赛题目之——Titanic: Machine Learning from Disaster
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history.  On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 22...
分类:系统相关   时间:2014-11-25 23:47:39    阅读次数:365
Learning EntityFramework(4)
public class Destination{ public int DestinationId {get; set;} //以Id结尾,默认key。否则会报nokey的异常 public string Name {get; set;} public string Countr...
分类:其他好文   时间:2014-11-25 23:24:59    阅读次数:196
Leetcode: 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 ...
分类:其他好文   时间:2014-11-25 22:44:23    阅读次数:179
Deep learning:三十四(用NN实现数据的降维)
数据降维的重要性就不必说了,而用NN(神经网络)来对数据进行大量的降维是从2006开始的,这起源于2006年science上的一篇文章:reducing the dimensionality of data with neural networks,作者就是鼎鼎有名的Hinton,这篇文章也标志着d...
分类:其他好文   时间:2014-11-25 17:49:23    阅读次数:206
c 点点滴滴 ~ sleep
在linux开发平台,c语言中调用标准库函数 sleep(), 需要引入头文件 #include?<unistd.h> ps: windows平台, 需要引入 #include?<windows.h> deep learning: http://blog.csdn.net/lxmky/article/details/70269...
分类:其他好文   时间:2014-11-25 14:41:06    阅读次数:165
ELM 极限学习机与SVM支持向量机
在上一篇《DeepLearning 的挑战: Extreme Learning Machine(超限学习机)?》 中介绍了一些ELM与DL 的一些比较,这篇主要介绍ELM的原理。 首先,ELM的核心就是将复杂的迭代过程转变为隐层参数随机产生。 其次,ELM 是一个神经网络,有输入层、隐藏层,输出层。 最后,ELM 的多分类效果优于SVM。   对于训练样本集{xi,ti}  i=1-N,...
分类:其他好文   时间:2014-11-25 12:48:37    阅读次数:226
NVIDIA CuDNN 安装说明
CuDNN是专门针对Deep Learning框架设计的一套GPU计算加速方案,目前支持的DL库包括Caffe,ConvNet, Torch7等。CuDNN可以在官网免费获得,注册帐号后即可下载。官网没有找到安装说明,下载得到的压缩包内也没有Readme. 不过google一下就会找到许多说明。基本...
分类:其他好文   时间:2014-11-24 11:34:49    阅读次数:202
Learning EntityFramework(3)
Code First New Database创建表类型和里面的列int类型默认为主键类型??有两种类型的属性,Navigation属性(定义了对象间的关系)和Scalar属性使用virtual关键词的属性将被延迟加载,通常被使用在Navigation属性上。添加EntityFramework的引用...
分类:其他好文   时间:2014-11-24 00:38:24    阅读次数:183
Leetcode 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 ...
分类:其他好文   时间:2014-11-23 23:01:16    阅读次数:181
Learning Entity Framework(2)
Code First with existing database创建一个程序添加一个'ADO.NET Entity Data Model'在Entity Data Model Wizard中选择'Code First from database'然后选择已经存在的数据库确认之后,会在项目中添加一些...
分类:其他好文   时间:2014-11-23 22:55:57    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!