码迷,mamicode.com
首页 >  
搜索关键字:learning to rank    ( 5900个结果
Learning OpenCV Lecture 3 (Counting the Pixels with Histograms)
Counting the Pixels with Histograms
分类:其他好文   时间:2014-07-22 23:14:32    阅读次数:283
Learning OpenCV Lecture 2 (Using the Strategy pattern in algorithm design)
Using the Strategy pattern in algorithm design
分类:其他好文   时间:2014-07-22 23:13:12    阅读次数:300
Learning OpenCV Lecture 1 (Using OpenCV in VS2010)
Using OpenCV in VS2010
分类:其他好文   时间:2014-07-22 23:07:32    阅读次数:253
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(2)
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(2)(一) 增长函数(Growth function) 在引入增长函数之前,我们先介绍一个例子,这个例子会有助于理解增长函数这个东西。在input spa...
分类:其他好文   时间:2014-07-22 22:53:14    阅读次数:242
图像处理、模式识别、模式分类、机器视觉推荐图书
源地址:http://blog.chinaunix.net/uid-26020768-id-3155898.html1、数字图像处理,冈萨雷斯,阮秋琦(译),电子工业出版社;2、opencv基础篇,于仕琦,刘瑞祯,北京航空航天大学出版社;3、Learning OpenCV computer visi...
分类:其他好文   时间:2014-07-22 00:38:34    阅读次数:212
[深度学习]Python/Theano实现逻辑回归网络的代码分析
2014-07-2110:28:34首先PO上主要Python代码(2.7), 这个代码在Deep Learning上可以找到. 1 # allocate symbolic variables for the data 2 index = T.lscalar() # index to...
分类:编程语言   时间:2014-07-22 00:29:38    阅读次数:352
Spark学习体系
1:Spark生态和安装部署 Spark生态 Spark(内存计算框架) SparkSteaming(流式计算框架) Spark SQL(ad-hoc) Mllib(Machine Learning) GraphX(bagel将被取代) 安装部署 Spark安装简介 Spark的源码编译 Spark Standalone安装 Spark Standalone H...
分类:其他好文   时间:2014-07-22 00:27:35    阅读次数:317
MapReduce原理——PageRank算法Java版
Page Rank就是MapReduce的来源,下文是一个简单的计算PageRank的示例。 import?java.text.DecimalFormat; /** ?*?Created?by?jinsong.sun?on?2014/7/15. ?*/ public?class?PageRankCaculator?{ ??...
分类:编程语言   时间:2014-07-21 10:22:18    阅读次数:301
ML | Naive Bayes
what's xxxIn machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (...
分类:其他好文   时间:2014-07-20 10:11:07    阅读次数:260
HDU 3436 Queue-jumpers
题意: n个人站成一排 一开始是从1到n有序的 现在有三个操作 Top操作是将一个人排到队首 Query操作是询问某个人现在排第几 Rank操作是询问排某个位置的人是谁 思路: 将队伍扭来扭去… 很像splay的旋转吧(哪像了!!) 这是个不错的splay题… 首先 n很大 但是操作不多 想到离散化 离散化还有个技巧 我们发现只有top和query操作对单人进行 rank和人没什么关系 所以要把top和query操作的人单独拿出来 那么其他的人就可以用区间的形式来表示了 我们只需要开...
分类:其他好文   时间:2014-07-19 23:24:09    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!