码迷,mamicode.com
首页 >  
搜索关键字:learning storm    ( 6182个结果
LUA Learning Note 6: 元表与元方法
--元表:是用来存放无方法的一个table. --table和userdata可以各种拥有独立的元表。 但是,其他类型的值就只能共享其类型所属的元表,比如,数字,所有的数字都共用一个元表。 --元方法:用来进行table 类型变量进...
分类:其他好文   时间:2015-04-01 13:43:00    阅读次数:121
机器学习和深度学习学习资料
比较全面的收集了机器学习的介绍文章,从感知机、神经网络、决策树、SVM、Adaboost到随机森林、Deep Learning。《机器学习经典论文/survey合集》介绍:看题目你已经知道了是什么内容,没错。里面有很多经典的机器学习论文值得仔细与反复的阅读。《Brief History of Mac...
分类:其他好文   时间:2015-03-31 23:53:16    阅读次数:362
storm UI
Storm UI ——本文主要解释下storm ui上各项属性的含义。通过http://UI_Server:8080可以打开Storm Web UI看看Storm集群的状态。1. mainpage 首页主要分为3块: a. Cluster Summary version:stor...
分类:其他好文   时间:2015-03-31 21:53:35    阅读次数:337
Machine Learning - XV. Anomaly Detection异常检测(Week 9)
机器学习Machine Learning - Andrew NG courses学习笔记 Anomaly Detection异常检测 Problem Motivation问题的动机 Gaussian Distribution高斯分布 Algorithm算法 Developing and Evaluating an Anomaly Detection S...
分类:系统相关   时间:2015-03-31 20:09:18    阅读次数:204
Storm on Yarn :原理分析+平台搭建
Storm on YARN: Storm on YARN被视为大规模Web应用与传统企业应用之间的桥梁。它将Storm事件处理平台与YARN(Yet Another Resource Negotiator)应用管理框架进行了组合,为此前进行批处理的Hadoop应用提供了低延迟的处理能力。诞生背景(....
分类:其他好文   时间:2015-03-31 19:33:28    阅读次数:190
Storm与Spark:谁才是我们的实时处理利器
Storm与Spark:谁才是我们的实时处理利器 ——实时商务智能目前已经逐步迈入主流,而Storm与Spark开源项目的支持无疑在其中起到了显著的推动作用。那么问题来了:实时处理到底哪家强? 实时商务智能这一构想早已算不得什么新生事物(早在2006年维基百科中就出现了关于这一概念的页面)。然而.....
分类:其他好文   时间:2015-03-31 17:32:29    阅读次数:123
HDU 4965 Fast Matrix Calculation(矩阵快速幂)
Description One day, Alice and Bob felt bored again, Bob knows Alice is a girl who loves math and is just learning something about matrix, so he decided to make a crazy problem for her.  Bob has...
分类:其他好文   时间:2015-03-31 12:52:29    阅读次数:129
About Me
Hello~ I'm a CSpostgraduate in SCUT. Machine Learning is my main research direction and I now do research in the region of Adversarial Learning (about...
分类:其他好文   时间:2015-03-30 13:00:30    阅读次数:97
Fault Tolerance —— Storm的故障容错性
本文讲解了Storm故障容忍性(Fault-Tolerance)的设计细节:当Worker、节点、Nimbus或者Supervisor出现故障时是如何实现故障容忍性,以及Nimbus是否存在单点故障问题。当一个Worker挂了会怎样?When a worker dies, the superviso...
分类:其他好文   时间:2015-03-30 13:00:26    阅读次数:172
[学习笔记1]机器学习的动机与应用
本系列博文记录斯坦福大学公开课-机器学习课程的学习笔记。Machine Learning definitionArthur Samuel(1959): Field of study that gives computers the ability to learn without being exp...
分类:其他好文   时间:2015-03-29 19:23:18    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!