资源列表
PCA
- python PCA算法。 以及主成分分析的相关文档,资料,数据集。-python PCA algorithm.
svm
- python,svm支持向量机例子。里面有文档和源码。-python, svm support vector machine example. There are documents and source code.
Cao-algorithm-
- Cao 算法,用于求解分形维数,研究混沌问题,我已经亲自试过啦。-Cao algorithm can be used to obtain the fractal dimension. I have been tested it.
clean
- 用于量化挖掘股票投资中,股票时间价格Tick序列数据的单位转换与数据清洗-Stock investment for quantifying mining, stock price time series data Tick unit conversion and data cleansing
cluster
- 数据挖掘cluster聚类算法实现源码!-cluster clustering algorithm source code
DM_Assignment3
- KNN CLASSiFICATION ANN CLASSiFICATION KNN C LASSiFICATION ANN CLASSiFICATION KNN CLASSiFICATION ANN CLASSiFICATION KNN CLASSiFICATION ANN CLASSiFICATION -KNN CLASSiFICATION ANN CLASSiFICATION KNN CLASSiFICATION KNN CLASS
data-mining-video
- 炼数成金数据挖掘视频,前两周,包括:数据挖掘概论,数据挖掘标准流程,适合刚入门的初学者作为了解-data mining video,the content including the introduction of data mining,data mining standard process,
cankao
- 基本属性约减文档 基本属性约减文档 -Save the document about the basic properties of the basic properties about the basic properties about the document Save Save document Save document about the basic properties
gmm
- Clustering of data points using Gaussian Mixture Model and EM Algorithm
meanshift
- Clustering using Meanshift Algorithm
viterbi
- 基础的viterbi算法实现,java代码实现,kmeans代码实现,代码源码-Based viterbi algorithm, java code, kmeans code, the code source
knn
- 一个简单的KNN实现,利用距离测试点最近的k个点的所属类别,进行投票表决,票数多的即为测试点所属的类别-the algorithm of k-nearest neiberhood to judge the test data s classification