码迷,mamicode.com
首页 >  
搜索关键字:learning to rank    ( 5900个结果
Error Curves(2010成都现场赛题)
F -Error CurvesTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionJosephina is a clever girl and addicted to Machine Learning rece...
分类:其他好文   时间:2014-07-25 03:22:24    阅读次数:312
HDU 3047 Zjnu Stadium 带权并查集
gg,y一下就是每个点到根的距离用rank维护,, #include #include #include #include #include #include #include #include using namespace std; #define mod 1000000007 #define ll int #define rank Rank #define N 100100...
分类:其他好文   时间:2014-07-24 23:04:23    阅读次数:225
Machine Learning in Action -- Support Vector Machines
虽然SVM本身算法理论,水比较深,很难懂 但是基本原理却非常直观易懂,就是找到与训练集中支持向量有最大间隔的超平面 形式化的描述: 其中需要满足m个约束条件,m为数据集大小,即数据集中的每个数据点function margin都是>=1,因为之前假设所有支持向量,即离超平面最近的点,的functio...
分类:其他好文   时间:2014-07-24 21:45:22    阅读次数:332
集成学习 概念介绍
集成学习(Esemble learning) 在机器学习领域,如何根据观察数据学习一个精确的估计数据是一个主要问题。 通常,我们通过训练数据应用某个算法得出一个训练模型,然后使用评估数据来评估这个模型的预测正确率,最后如果我们可以接受这个正确率就使用该模型进行预测数据。通常我们将训练数据进行交叉.....
分类:其他好文   时间:2014-07-24 17:32:05    阅读次数:234
hdu 4864 task 贪心
http://acm.hdu.edu.cn/showproblem.php?pid=4864【题意】 有n个机器每个机器都有一个最长工作时间和等级,m个任务,每个任务有一个需要花费的时间和任务等级,每个任务完成了可以得打到500*time+2*rank 块钱,一个机器只能对应做一个时间和等级都 .....
分类:其他好文   时间:2014-07-23 16:30:41    阅读次数:241
python的一些推荐
看到未名的几篇帖子 使我想起了和python的一些经历,于是写了一篇咚咚。1 书籍:python的syntax足够简单,semantics也不复杂,不怎么会使人混乱,一般来说看自带的文档足够可以学习了,看完两章便可以写出一些non-trivial的程序了。 硬要说入门书籍。 learning in ...
分类:编程语言   时间:2014-07-23 12:08:56    阅读次数:240
Learning OpenCV Lecture 4 (Transforming Images with Morphological Operations)
Transforming Images with Morphological Operations
分类:其他好文   时间:2014-07-22 23:28:47    阅读次数:820
Learning OpenCV Lecture 5 (Filtering the Images)
Filtering the Images
分类:其他好文   时间:2014-07-22 23:22:37    阅读次数:412
TopCoder SRM 628 DIV 2
250-point problemProblem StatementJanusz is learning how to play chess. He is using the standard chessboard with 8 rows and 8 columns. Both the rows a...
分类:其他好文   时间:2014-07-22 23:21:17    阅读次数:348
Learning OpenCV Lecture 6 (Extracting Lines,Contours, and Components)
Extracting Lines,Contours, and Components
分类:其他好文   时间:2014-07-22 23:18:17    阅读次数:641
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!