一、背景知识 1. Discriminant Learning Algorithms(判别式方法) and Generative Learning Algorithms(生成式方法) 现在常见的模式识别方法有两种,一种是判别式方法;一种是生成式方法。可以这样理解生成式方法主要是数据是如何生成的,从统 ...
分类:
其他好文 时间:
2017-05-31 00:18:17
阅读次数:
288
1、bellman-ford算法 对每条边松弛|V|-1次。 运行结果如下: (实现的例子) 2、All-pairs shortest path (choose one from the three algorithms) (实现的例子) 运行结果: 3、8-queen problem (back ...
分类:
编程语言 时间:
2017-05-29 16:36:01
阅读次数:
312
DFS https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Graphs/Implementation%20of%20Depth%20First%20Sear ...
分类:
其他好文 时间:
2017-05-25 22:07:04
阅读次数:
255
作者:桂。 时间:2017-05-24 10:06:39 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:http://pan.baidu.com/s/1hsj4Wlu,提取密码:9dmi 一、谱减的基本原理 A- ...
分类:
其他好文 时间:
2017-05-25 11:37:56
阅读次数:
165
Thoughts of Algorithms 博客园 首页 联系 订阅 管理 随笔 - 54 文章 - 1 评论 - 141 Thoughts of Algorithms Thoughts of Algorithms 博客园 首页 联系 订阅 管理 随笔 - 54 文章 - 1 评论 - 141 博 ...
分类:
编程语言 时间:
2017-05-19 15:11:52
阅读次数:
541
Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After several thrilling events we find her in the first s ...
分类:
其他好文 时间:
2017-05-18 09:43:45
阅读次数:
309
来源:http://www.cvchina.info/2011/09/05/matrix-factorization-jungle/ 美帝的有心人士收集了市面上的矩阵分解的差点儿全部算法和应用。因为源地址在某神奇物质之外,特转载过来,源地址 Matrix Decompositions has a l ...
分类:
移动开发 时间:
2017-05-13 20:00:21
阅读次数:
274
Andy the smart computer science student was attending an algorithms class when the professor asked the students a simple question, "Can you propose an ...
分类:
其他好文 时间:
2017-05-10 14:55:51
阅读次数:
231
# AIM: To Decrypt a text using MCMC approach. i.e. find decryption key which we will call cipher from now on. import string import math import random ...
分类:
Web程序 时间:
2017-05-04 20:13:22
阅读次数:
309
一 背景 1、现今 ,个性化技术被广泛用于推荐系统 。 特别是基于用户的偏好数据进行个性化预測的 协同过滤算法,已被证是实际可行的。然而 在某种程度上我们并不知道个性化推荐是否总是 能优于非个性化推荐.《Performance of recommender algorithms on top-n r ...
分类:
其他好文 时间:
2017-04-29 10:55:52
阅读次数:
259