码迷,mamicode.com
首页 >  
搜索关键字:learning storm    ( 6182个结果
【转载】Project on Learning Deep Belief Nets
Deep Belief Nets (DBN's) will be explained in the lecture on Oct 29. Instead of learning layers of features by backpropagating errors, they learn one ...
分类:Web程序   时间:2015-04-20 20:47:59    阅读次数:172
paper
1 IR 小目标检测“Learning to detect small target A local kernel method”Xie K, Zhou T, Qiao Y, et al. Learning To Detect Small Target: A Local Kernel Method[...
分类:其他好文   时间:2015-04-20 18:18:09    阅读次数:107
spark streaming 与 storm的对比
spark stream和storm之间的争论源远流长。。http://xinhstechblog.blogspot.com/2014/06/storm-vs-spark-streaming-side-by-side.htmlhttp://www.slideshare.net/ptgoetz/apa...
分类:其他好文   时间:2015-04-20 16:39:24    阅读次数:198
【CTF】Reverse Backdoor 2015 Echo
来源: Backdoor CTF 2015 Little Suzie started learning C. She created a simple program that echo's back whatever you input. Here is the binary file. The ...
分类:其他好文   时间:2015-04-20 16:20:20    阅读次数:318
【软件分析与挖掘】A Comparative Study of Supervised Learning Algorithms for Re-opened Bug Prediction
摘要: 本文主要是评估多种监督机器学习算法的有效性,这些算法用于判断一个错误报告是否是reopened的,算法如下: 7种监督学习算法:kNN,SVM, SimpleLogistic,Bayesian Network, Decision Table, CARTand LWL; 3种集成学习算法: A...
分类:其他好文   时间:2015-04-20 10:58:45    阅读次数:160
Storm系列(三)Topology提交过程
提交示例代码: 1 public static void main(String[] args) throws Exception { 2 TopologyBuilder builder = new TopologyBuilder(); 3 builder.setSpout("random", ne...
分类:其他好文   时间:2015-04-19 22:45:34    阅读次数:1579
关于jedis的使用小结
1.pom.xml中依赖如下:<dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.6.1</version> </dependency>2.jedispool中ping的产生线上storm的bolt使用jedispool操作redis,高峰时压力..
分类:其他好文   时间:2015-04-19 19:41:01    阅读次数:254
storm写redis问题小结
最近一直在跟进storm的问题,从storm集群的稳定性到监控到升级到bolt写redis的问题,因为公司目前没有专业运维redis的,只能我们数据部门自己搞了。。下面记录下遇到的几个问题:总结下目前storm写redis问题:1.redis高峰写入异常,增加redis监控,发现cpu性能瓶颈(redis单线程,..
分类:其他好文   时间:2015-04-19 19:40:58    阅读次数:153
Continuous Learning
Continuous LearningClint ShankWE LiVE iN iNTERESTiNG TiMES. As development gets distributed across the globe, you learn there are lots of people capable of doing your job. You need to keep learning to...
分类:其他好文   时间:2015-04-19 13:14:21    阅读次数:149
Storm可靠性实例解析——ack机制
对于Storm,它有一个很重要的特性:“Guarantee no data loss” ——可靠性很显然,要做到这个特性,必须要track每个data的去向和结果。Storm是如何做到的呢——acker机制。先概括下acker所参与的工作流程:Spout创建一个新的Tuple时,会发一个消息通知ac...
分类:其他好文   时间:2015-04-19 10:05:25    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!