欢迎交流 1.1.26public class TestApp { public static void main(String[] args) { int a = StdIn.readInt(); int b = StdIn.readInt(); ...
分类:
其他好文 时间:
2014-10-22 20:16:11
阅读次数:
215
这篇论文比较短,正如题目所说,主要还是简单地介绍了一下推荐系统的一些算法以及评估的方法。 推荐系统之前是基于关键字信息的过滤系统,后来发展成为协同过滤系统,解决了两个问题:1、通过人工审核去评价那些具有大量关键字的文档;2、基于人们的品味去过滤一些非文本文件,如音乐。 之后,推荐系统研究领域出现了分...
分类:
其他好文 时间:
2014-10-18 16:52:59
阅读次数:
236
交集:http://www.boost.org/doc/libs/1_56_0/libs/geometry/doc/html/geometry/reference/algorithms/intersection.html并集:http://www.boost.org/doc/libs/1_56_0/...
分类:
其他好文 时间:
2014-10-16 14:03:52
阅读次数:
161
最近正在学习Coursera的算法课,打算跟着Sedgewick大神重新过一遍算法这一核心课程。这门课程的配套教材是Algorithms 4th Edition,官方网站为http://algs4.cs.princeton.edu/,这篇文章主要介绍本书源码的配置过程。
1,jar包的导入
作为小白,之前我使用Eclipse比较少,所以在配置初期遇到了不少问题,首先便是如何导入他的jar包...
分类:
编程语言 时间:
2014-10-15 10:11:06
阅读次数:
276
学习资源《Algorithms》,作者S.Dasgupta,C.H.Papadimitriou,and U.V.Vazirani。
电子版可到资源库中下载http://download.csdn.net/detail/segen_jaa/7900765。
1、问题描述
Fibonacci数列想必大家都比较熟悉,后一位数字是前两位的和。
0,1,1,2,3,5,8,13,21,34
对...
分类:
编程语言 时间:
2014-10-13 17:37:20
阅读次数:
253
[1] The success of machine learning algorithms generally depends on data representation, and we hypothesize that this is because different representat...
分类:
其他好文 时间:
2014-10-09 13:51:53
阅读次数:
245
Analysis of Algorithms:First part of the course is focused on analysis.Second part of the course is focused on design.The analysis of algorithm is the...
分类:
其他好文 时间:
2014-10-06 13:21:00
阅读次数:
182
This paper provides an overview and some conclusions from the HOUSING datasets disposed by the classical algorithms Kmeans and Hierarchical clustering. The total process of the project is divided into five parts including data preprocessing, selecting the ...
分类:
其他好文 时间:
2014-10-03 13:14:24
阅读次数:
141
普林斯顿大学算法课 Princeton University Algorithms, Part I 学习资源
分类:
其他好文 时间:
2014-09-30 00:56:11
阅读次数:
285
Overview of the Evaluated Algorithms for the Personal Recommendation Systems 顾名思义,这篇中文论文讲述的是推荐系统的评价方法,也就是,如何去评价一个推荐系统的好与不好。引言 1.个性化推荐系统通过建立用户与产品之间的二元....
分类:
其他好文 时间:
2014-09-24 21:44:47
阅读次数:
288