Storm-Kafka模块常用接口分析及使用方式,给出具体使用案例...
分类:
其他好文 时间:
2015-01-22 11:08:23
阅读次数:
183
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
在Deep Learning中,往往loss function是非凸的,没有解析解,我们需要通过优化方法来求解。Caffe通过协调的进行整个网络的前向传播推倒以及后向梯度对参数进行更新,试图减小损失。
Caffe已经封装好了三种优化方法,分别是Stochastic Gradient Descent (SGD), AdaptiveGradient (ADAGRAD), and Nesterov’...
分类:
其他好文 时间:
2015-01-21 09:06:32
阅读次数:
1047
1,DRPC原理
客户端给DRPC服务器发送要执行的方法的名字,以及这个方法的参数。实现了这个函数的topology使用DRPCSpout从DRPC服务器接收函 数调用流。每个函数调用被DRPC服务器标记了一个唯一的id。 这个topology然后计算结果,在topology的最后一个叫做ReturnResults的bolt会连接到DRPC服务器,并且把这个调用的结
果发送给DRPC...
分类:
其他好文 时间:
2015-01-21 08:58:57
阅读次数:
134
Avoid The Lakes
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 6409
Accepted: 3466
Description
Farmer John's farm was flooded in the most recent storm, a ...
分类:
其他好文 时间:
2015-01-20 20:37:59
阅读次数:
177
International Conference on Machine Learninghttp://icml.cc/2015/ICML is the leading international machine learning conference and is supported by theI...
分类:
其他好文 时间:
2015-01-20 17:44:38
阅读次数:
228
【转载】Deep Learning(深度学习)学习笔记整理
分类:
其他好文 时间:
2015-01-20 17:17:12
阅读次数:
258
1,报错如下:
ava.lang.RuntimeException: Error when launching multilang subprocess
Caused by: java.io.IOException: Cannot run program "python" (in directory "/tmp/eaf0b6b3-67c1-4f89-b3d8-23edada49b04/super...
分类:
其他好文 时间:
2015-01-20 15:50:56
阅读次数:
251
【转载】Machine Learning CMSC 422 Spring 2013
分类:
编程语言 时间:
2015-01-20 00:50:57
阅读次数:
472