搜索资源列表
LogisticRegression
- 关于Logistic回归统计算法的matlab实现,内容包括建模、输出变量预测和预测误差分析。数据来自UCI数据库中的Ionosphere database,有351个统计实例,输出变量是二分类变量,代表电波从电离层反射的好坏情况,共有32个特征值。(压缩包中包含已经处理好的数据)-on Logistic regression algorithm to achieve the Matlab, including modeling, va
BPclassification
- BP学习算法应用——模式分类 应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类,速度快,精度高。iris.arff为数据库文件,可用Weka数据挖掘软件打开。Iris.csv为源代码读取的数据文件,通过Weka软件转换得到。 将源文件Iris_classify.m和Iris.csv文件放入matlab的work文件夹中直接运行即可。
UCI_arff1
- 数据仓库或是数据库开发的数据员,非常有用-database or data warehouse development of the data, very useful
LogisticRegression
- 关于Logistic回归统计算法的matlab实现,内容包括建模、输出变量预测和预测误差分析。数据来自UCI数据库中的Ionosphere database,有351个统计实例,输出变量是二分类变量,代表电波从电离层反射的好坏情况,共有32个特征值。(压缩包中包含已经处理好的数据)-on Logistic regression algorithm to achieve the Matlab, including modeling, va
BPclassification
- BP学习算法应用——模式分类 应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类,速度快,精度高。iris.arff为数据库文件,可用Weka数据挖掘软件打开。Iris.csv为源代码读取的数据文件,通过Weka软件转换得到。 将源文件Iris_classify.m和Iris.csv文件放入matlab的work文件夹中直接运行即可。-BP learning algorithm applications-
UCI
- 是UCI数据库中的一些有代表性的数据集,用相关软件打开后即可使用-UCI database are some typical data sets, using the relevant software to open, ready for use
1234
- uci机器学习数据库关于字符识别的源数据。是字符识别的研究的关键数据来源。包括手写字体和印刷体两类,手写的数字和印刷体的字母。-uci machine learning database on the source character recognition data. Character recognition research is the key source of data. Including two types of han
k-means-iris
- 针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性-For the well-known UCI machine learning repository of the iris data of kmeans cluster analysis procedure, a representative
NB_breast_cancer_wisconsin_original
- 基于朴素贝叶斯的分类练习,在UCI数据库中的breast数据集上进行的测试-Bayesian classification based on practice, in the UCI database data set on breast test
LR_adult
- 基于逻辑回归的分类实验,在UCI数据库的audlt数据集上进行测试-Classification based on logistic regression test, the database in the UCI data set to test audlt
Ex1
- 模式识别某次课程的作业,完成了高斯分布下的两种贝叶斯分类器,以及非参数的K近邻、Parzen窗方法,采用UCI机器学习数据库中的某些数据作为样本,使用交叉验证方法确定参数-Pattern recognition of a particular course work, completed under the two Gaussian Bayesian classifier, and the non-parametric K-neares
semeion
- semeion.data UCI数据库 对于机器学习手写数据分析可以用到锻炼的数据-semeion.data UCI
K-Meansl
- 自己编写了一个c++的k均值聚类算法,使用起来很方便,数据存储在txt文件里,可以 改成自己的数据,方便使用,目录里给了两组UCI机器学习数据库上的数据,供实验用 。可以用这个文件直接运行就好了,里面给出了详细的使用说明。-k means clustering by array.
Untitled
- 手写体数字辨别,样本数据与训练数据均来自UCI 机器学习数据库网站:http://archive.ics.uci.edu/ml/datasets.html 采用BP多学习率算法-BP algorithm of neuro network
knn
- knn算法实现 采用的是 机器学习数据库中的Letter Recognition Data Set-The KNN algorithm is used to achieve the UCI Machine Learning Repository: Letter Recognition Data Set
Handwritten-recognition
- 用BP算法设计分类器,实现对UCI 机器学习数据库中0-9 这10 个手写体数字的训 练和测试。-BP algorithm designed classifier, to achieve the UCI machine learning database 0-9 10 handwritten digits training and testing.
liqiang-bp
- 利用bp神经网络对UCI数据库进行训练,分析数据的特性,希望能对需要初级学习matlab的人们有所帮助 -Bp using neural network trained on UCI database, the characteristics of the analysis of data, hoping to junior matlab help people learn
beiyes_result
- 贝叶斯分类器:利用贝叶斯分类器的原理对从UCI数据库中下载的心脏病数据集进行分类-Bayes classifier utilizing the data set classification,Bayes classifier utilizing the principle of the downloaded the UCI classification datasets heart disease
sjwj
- 利用数据挖掘分类器的原理对从UCI数据库中下载的心脏病数据集进行分类-The principles of data mining classifier downloaded UCI dataset heart disease classification
svm分类预测
- wine的数据来源是UCI数据库,记录的是在意大利同一区域里三种不同品种的葡萄酒的化学成分分析,数据里含有178个样本,每个样本含有13个特征向量(化学成分),每个样本的类别标签已给,该程序主要实现意大利葡萄酒种类识别。(The data source for wine is the UCI database, which records the chemical composition of three different varie