资源列表
text-mining
- 文本挖掘,用词项-文档矩阵带入算法模拟出标签云和词条网络-text mining
DBSCAN
- DBSCAN算法的C++实现,方便大家对DBSCAN算法的理解和实现-Realization of DBSCAN C++ to facilitate understanding and implementation of algorithms for DBSCAN
knn_demo
- 可以demo的KNN分类器,对模式识别十分重要的作用,有着较好的分类效果,可以帮助新手更好的理解KNN原理,对人脸识别有着很好的演示作用。-Can demo KNN classifier, the pattern recognition is an important role, has a good classification effect, can help beginners a better understanding of KNN principle, has a very good
LDA
- LDA是监督式的降维算法,输入时需要为每一个数据打上标签信息。最多可以降到n-1维(n为数据点个数)-LDA Algorithm is used to realize dimensionality reduction. It can be used in the amount of projects such as face recognition.
pachong
- 汽车网站的爬虫,是一种按照一定的规则,自动地抓取万维网信息的程序或者脚本。另-Car web crawler
Kmean
- k-mean聚类算法。最简实现,全部做了中文注释-K-mean clustering algorithm. The simplest implementation, all done in Chinese Notes
kmeans
- k均值聚类方法。 在给定一个有n个对象的数据集,划分聚类技术将构造数据进行k个划分,每一个划分代表一个簇,k小于等于n。-k-means clustering method. Given a set of n objects data, dividing the data clustering techniques to construct k partitions, each partition represents a cluster, k less than or equal n.
POETR
- 此为POET的R语言源代码程序,目的是为实现最大方差估计-Large Covariance Estimation by Thresholding Principal Orthogonal Complements
禁忌搜索解决tsp问题
- 使用matlab应用禁忌搜索解决tsp问题,算法齐全,本人使用没有任何问题。
Locally-Line-Regress
- 《斯坦福公开课》局部线性回归算法(PS1)。-Locally Line Regress
k_clique
- [X,Y,Z] = k_clique(k,A) Inputs: k - clique size A - adjacency matrix Outputs: X - detected communities Y - all cliques (i.e. complete subgraphs that are not parts of larger complete subgraphs) Z - k-clique matrix-k-clique alg
crawler
- python 爬虫爬取http://accent.gmu.edu/网站上的音频文件-Using python crawler to scape data the George Mason University Department of English Speech Accent Archive.