码迷,mamicode.com
首页 >  
搜索关键字:learning storm    ( 6182个结果
storm入门——本地模式helloworld
创建maven项目,在pom.xml中加入以下配置: org.apache.storm storm-core jar 0.9.3-rc1 创建SimpleSpout类用于获取数据流: 1 p...
分类:其他好文   时间:2014-10-17 15:08:08    阅读次数:263
A very small C program on prime decomposition and some thoughts on study
Today, I spent some time on learning how to program using C programming language, and I now have some thoughts to share. Firstly, I found it very bo.....
分类:其他好文   时间:2014-10-17 01:10:03    阅读次数:284
学习理论之感知器与最大间隔分类器
到目前为止,我们使用的学习方法都是批量学习(batch learning)方式,即首先给定训练集学习出拟合假设函数中的参数,然后评价的效果的时候使用独立的测试集。本篇博文将会介绍一种在线学习(online learning)方式,即算法必须在学习的过程中不断地作出预测,而不是批量学习方式一样,学习过...
分类:其他好文   时间:2014-10-16 13:54:32    阅读次数:204
个人阅读作业——读移山之道想到的问题
1.像这一类书籍,怎么阅读才更有效? 来自百度: 实践表明,直接光看书效果是不大的,必须learning by doing,寓学于干,看了书的知识,只有马上通过工程实践尝试过,才有直观深刻的印象,才能发现问题和优点。所以,我觉得我们边上课边做项目的课程安排是很合理的。2.命名规范为什么是加前缀?.....
分类:其他好文   时间:2014-10-16 13:23:02    阅读次数:143
Siamese Network
摘抄自caffe github的issue697Siamesenets are supervised models for metric learning [1].[1] S. Chopra, R. Hadsell, and Y. LeCun. Learning a similarity metri...
分类:Web程序   时间:2014-10-13 16:38:19    阅读次数:773
Swift学习资源
原文:http://leancodingnow.com/swift-learning-resources/Swift是Apple在今年的WWDC推出的一门新的编程语言,它的1.0版本跟着Xcode 6正式发布了。本文主要列出一些关于Swift的学习资源。Apple官方推出的iBookThe Swif...
分类:编程语言   时间:2014-10-13 12:03:19    阅读次数:239
[Machine Learning (Andrew NG courses)]IV.Linear Regression with Multiple Variables
[Machine Learning (Andrew NG courses)]IV.Linear Regression with Multiple Variables...
分类:系统相关   时间:2014-10-13 11:13:09    阅读次数:219
[Machine Learning (Andrew NG courses)]V. Octave Tutorial (Week 2)
[Machine Learning (Andrew NG courses)]V. Octave Tutorial (Week 2)...
分类:系统相关   时间:2014-10-13 10:04:59    阅读次数:242
Storm术语解释
本篇文章主要介绍storm的关键概念!(翻译摘取至徐明明博客)This page lists the main concepts of Storm and links to resources where you can find more information. The concepts dis...
分类:其他好文   时间:2014-10-12 23:35:39    阅读次数:417
Introduction to Machine Learning
引言 在现实生活中,我们每天都可能在不知不觉中使用了各种各样的机器学习算法。 例如,当你每一次使用 Google 时,它之所以可以运行良好,其中一个重要原因便是由 Google 实现的一种学习算法可以“学会”如何对网页进行排名。每当你使用 Facebook 或者 Apple 的照片处理应用时,它们都...
分类:系统相关   时间:2014-10-12 02:28:17    阅读次数:442
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!