码迷,mamicode.com
首页 >  
搜索关键字:learning storm    ( 6182个结果
Storm wordcount Read from file
source code:package stormdemo;import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.FileNotFoundException;import java.io.FileRead...
分类:其他好文   时间:2015-02-13 09:16:07    阅读次数:132
概念学习和一般到特殊序
概念学习和一般到特殊序许多机器学习问题设计到从特殊训练样例中得到一般概念。给定一样例集合以及每个样例是否属于某一概念的标注,怎样自动推断出该概念的一般定义。这一问题被称为概念学习(concept learning)归纳学习假设:任一假设如果在足够大的训练样例中很好地逼近目标函数,它也能在未见实例中很好地逼近目标函数。 FIND-S:寻找极大特殊假设举例:#include //训练...
分类:其他好文   时间:2015-02-13 07:01:01    阅读次数:147
2015-2-12 log
Today I almost finished the sequence to sequence learning code. But there are still errors in gradient check. There are less error than I excepted:) H...
分类:其他好文   时间:2015-02-13 01:30:40    阅读次数:212
Spark 机器学习系列(一):入门介绍
还在用mahout吗,matlab,R,你已经out了,快来拥抱真正的分布式机器学习神器--spark machine learning,体验它强大的并发式计算能力,卓越的内存式运算性能,支持众多的算法包,以及scala语言的简洁!...
分类:其他好文   时间:2015-02-12 16:16:49    阅读次数:627
微软企业库5.0 学习之路——第十步、使用Unity解耦你的系统—PART1——为什么要使用Unity? (转)
http://www.cnblogs.com/kyo-yo/archive/2010/11/01/Learning-EntLib-Tenth-Decoupling-Your-System-Using-The-Unity-PART1-Why-Use-Unity.html
分类:编程语言   时间:2015-02-12 12:19:17    阅读次数:171
2015-2-11 log
Finish the sequence to sequence learning feed forward and backward function. TODO: SGD, outter loop and gradient check functions.In afternoon I had a ...
分类:其他好文   时间:2015-02-12 00:36:04    阅读次数:201
Machine Learning 学习笔记
Machine Learning 学习笔记在海军陆战队服役超过 10 年后,我于去年 7 月份退役了。随后在 8 月份找到了一份赌场的工作做公关,到今年 2 月中旬的时候又被辞退了。到 5 月中旬的时候我在 DE 协会找到了一份临时的“初级用户体验工程师”工作,而到了 8 月底我则成了正式的“用户体...
分类:系统相关   时间:2015-02-12 00:29:04    阅读次数:276
storm翻译(2):Concepts
Concepts:概念 原文:http://storm.apache.org/documentation/Concepts.html 这个列表展示了storm中的主要概念和相关详细信息。这些概念是: Topologies Streams Spouts Bolts Stream groupings Reliability Tas...
分类:其他好文   时间:2015-02-10 20:26:09    阅读次数:326
【机器学习中的数学】比例混合分布
比例混合分布(Scale Mixture Distribution) 混合分布是来自其他随机变量的集合构成的随机变量的概率分布:一个随机变量是根据给定的概率从集合随机选取的,然后所选随机变量的值就得到了( first, a random variable is selected by chance from the collection according to given probabil...
分类:其他好文   时间:2015-02-10 15:27:56    阅读次数:246
使用dom4j解析xml
xml文档: Harry Potter J K. Rowling Learning XML Erik T. Ray 示例一:用List列表的方式来解析xmlimport java.io.File;import jav...
分类:其他好文   时间:2015-02-10 15:05:27    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!