搜索资源列表
prefixspan
- 经典序列模式挖掘算法prefixspan的python实现-Classic sequence pattern mining algorithm prefixspan
dataset
- 自己写的python canny算法,可以对图片进行边缘检测,要求见PPT,可根据需要调整代码-Write your own python canny algorithm that can detect the edge of the picture, asked to see the PPT, the code can be adjusted as needed
python-quantitive
- python 分类算法量化投资 SVM 神经网络算法 沪深300指数-python classification algorithm quantitative investment
Ap
- 数据挖掘中关联规则挖掘算法-apriori,的Python实现,代码中有测试样本-Data mining association rule mining algorithm-apriori, implementation of Python code in a test sample
FPtree
- 数据挖掘中关联规则算法的FPtree算法的Python实现。FPtree算法比apriori算法更擅于处理大规模的数据-Data Mining Association Rules algorithm FPtree algorithm implemented in Python. FPtree algorithm apriori algorithm is more than adept at handling large data
gplvm
- 这是一个用于高斯过程隐变量模型的工具箱,其中包含了MATLAB/C/PYTHON三种语言版本-As of July 2005 a C++ implementation of the GPLVM exists which has most of the flexibility of this software but runs much faster. However as of this time it cannot handle very large data sets as the spar
KNN
- 基于Python的算法,主要实现KNN算法。-The algorithm based on Python,which mainly realized the function of KNN.
treePlotter
- 机器学习中的决策树,利用python实现的算法-Decision tree in machine learning, using Python to achieve the algorithm
bayes
- 机器学习中的朴素贝叶斯算法,利用python实现的算法-The naive Bayesian algorithm in machine learning, using Python to achieve the algorithm
logRegres
- 机器学习中的逻辑回归算法,利用python实现的算法-Logic regression algorithm in machine learning, using Python to achieve the algorithm
dbscan_
- 数据挖掘中DBSCAN聚类算法的实现,用python语言实现,亲测可用。-The realization of DBSCAN clustering algorithm in data mining, using Python language to achieve, pro test available.
K-means
- 本程序是用python写的一个K均值算法,通过该算法可以学习一python实现算法的流程,以及学习该算法的使用。-The program is written in python a K-means algorithm, the algorithm can learn a python algorithm implementation processes, and learning to use the algorithm.
KNN-implement-by-python
- 该程序是用python编写一个K近邻算法,通过该例子可以掌握K近邻算法,是学习数据挖掘的一个高效的算法。-The program is written in python a K-nearest neighbor algorithm, this example can grasp the K-nearest neighbor algorithm, a learning data mining and efficient algorithms.
Python-ELM-master
- 经典的ELM算法,适合做小样本回归预测,亲测有用,亲测有效-The classical ELM algorithm, suitable for small sample regression, pro test useful, pro test effective
FP_Growth-python
- FP-Tree算法,用python实现的。-FP-tree algorithm implemented with Python.
python-fp-growth-master
- source code for fp_grouth algorithm by paython
python-knn
- 主要利用Python软件,利用KNN算法对垃圾邮件进行分类(This paper mainly uses Python software to classify spam mail by using KNN algorithm)
python-logistic
- 对因变量为0-1属性变量,利用Logistic算法,对其进行回归预测(The dependent variable is the 0-1 attribute variable, and the Logistic algorithm is used to predict it)
FM algorithm
- 因子分解机( FM)算法是一种基于矩阵分解的机器学习算法,是一种常用的推荐算法。(Factorization algorithm is a matrix-based machine learning algorithm, which is a commonly used recommendation algorithm.)
DTW
- 时间序列的动态时间规整python算法,用于对不同长度的两个时间序列进行等长处理(Time-series dynamic time warping python algorithm for equal length processing of two time sequences of different lengths.)