搜索资源列表
对UCI数据集之一进行PCA特征抽取实验
- 对UCI数据集之一进行PCA特征抽取实验,给出在二维PCA特征空间的数据散点图。,UCI data sets on one of PCA feature extraction experiments are given in the two-dimensional PCA feature space of the data scatter.
RBF_example_IRIS
- RBF神经网络应用于IRIS数据集的例子-Am example of RBF-NN applied on IRIS Data Set
matlab-functions
- :在有限区域内分布的稀疏不均的、具有一定分布结构的海量数据集的高效、高精度聚 类问题是一个尚未完全圆满解决的难题。针对Affinity Propagation 聚类算法(AP)的不足之处, 提出了两个改进型的聚类算法-n limited areas of uneven distribution of sparse, has certain distribution structure of the mass datasets of high efficiency, high precis
mat
- 用于人工智能分类算法仿真的数据集 UCI数据集 已经过集成-Simulation of artificial intelligence classification algorithm for data sets UCI data sets have been integrated
classification
- 多种实现三组数据集(iris测试数据)分类的算法实现(LMS、MSE、HK等。-several methods(LMS,MSE,HK) to achieve classification of three data set(iris data set).
cloudPlot
- 一种用于生成二维数据分布图形的函数,在观察大数据量的数据集合是很有效.-A function to plot the distribution of 2-dimensional data
popular-UCI-datasets
- 一些非常有用的数据集,适合我们从事机器学习的人使用,matlab下的mat格式和excel格式,包括注明的iris,糖尿病等数据集-some useful datasers for machine learning learners,such as diabeters,iris and so on
dbscan
- DBSCAN算法,利用数据集中密度差异来区分不同聚类。-DBSCAN algorithm, the density difference between the use of data sets to distinguish between different cluster.
kmeans
- 经典的k-means程序,包含了很多的数据集,具有几点的聚类程序的描述。以供大家参考。-kmeans
dat_banana
- 香蕉形(banana)标准数据集,用于测试机器学习与模式识别算法。-Banana-shaped standard data set for testing machine learning and pattern recognition algorithm.
NB
- 自己编写的NB函数,可以读取UCI数据集中任意一个数据集。-I have written the NB function, can read any of the UCI data set data set.
cloudPlot
- 说明 cloudPlot将有助于形象化的一个二维数据集的分布。这是特别有用当在非常大的数据集凡redular阴谋(的x,y, . )只是填充纯色的情节,因为测量点重叠看着对方。 cloudPlot使用内置的例程在MATLAB中轴线设置限制,并适当格点的数据。 MATLAB的释放MATLAB的7.7(R2008b) -Descr iption cloudPlot will help visualize the distribution of a 2-dimensi
PSO
- PSO算法,粒子群算法,其中包括5个UCI数据集,还包括数据处理部分,-PSO algorithm, particle swarm optimization, including five UCI data sets, including data processing section,
LDAfenlei
- 此程序主要用来对iris数据集进行分类,主要训练二分类器。(This program is mainly used to classify iris data sets)
Iris数据集BP神经网络实例代码
- Iris数据集BP神经网络实例代码,该例子程序提供AForge.NET实现和matlab实现两种途径(Iris data set, BP neural network example code)
xigua
- 该程序为BP网络训练程序,以西瓜数据集3.0为样本集。在MATLAB上运行,供大家学习(The program is BP network training program, watermelon data set 3 as a sample set. Run on MATLAB for everyone to learn)
knn-MATLAB
- 这是一个实现简单的多数表决法的KNN算法。KNN算法涉及三个重要的步骤,分别是决定K的大小;距离的表达方法(一般有欧式距离,曼哈顿距离,Minkowski距离);决策方法(多数表决法,KD树法等)。本程序是采用多数表决的决策方法,距离表达采用欧式距离。适用于小样本少特征的数据集。(KNN algorithm realized by MATLAB, useful for small training set and less features.)
MATLAB实现鸢尾花数据集分类
- 基于BP算法的鸢尾花数据集分类,在MATLAB平台下编程实现BP算法,可计算识别率。(Based on the BP algorithm, iris data set is classified. Under the MATLAB platform, the BP algorithm is programmed and the recognition rate can be calculated.)
NASA锂电池数据集及matlab加载文件
- 针对NASA锂电池数据集,使用MATLAB的M文件函数编程方式获取其中的容量数据。 压缩包中包含数据集和代码两部分。(For the NASA lithium battery data set, the capacity data are obtained by using the M file function programming method of MATLAB.The compressed package contains two parts: data set and code.)
基于MATLAB的手写识别(可以自行添加数据集)
- 本案例使用MATLAB的GUI设计的一个手写板,利用BP神经网络实现手写识别的项目,案例中可以利用手写板自己建立数据集,并且完成训练来添加字库。