搜索资源列表
bp神经网络的车辆分类
- c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据。-based BP neural network image of the vehicle classification, Feature Extraction which is the same image moments, the image is unchanged Moments sample data and test data.
c_means
- 自己写的一个C均值法,可以用来对简单的数据进行分类,结果以矩阵的形式给出-himself wrote a C-means, can be used for simple data classification results in a matrix form is
Adaboost_train
- ADBOOST的训练代码,有供训练的数据,弱分类器训练,强分类器训练,和错误率,对理解ADABOOST是很好的例程-codes of adaboost traning,containing data for traning, implementation of weakleaner and cascad,and error as well,it can help us leaning ADABOOST
1
- 用于实现蝴蝶与蛾的图像分类,主要根据其触角及体长等特征提取图像数据进行处理,得出结果。-Butterflies and moths used to achieve image classification, mainly based on its long tentacles and body feature extraction image data processing, the result.
Image
- 遥感图像的打开处理程序,能够打开单波段,多波段图像,几何图像变换,线性拉伸变换,平滑 处理包括并行和串行,锐化处理包括梯度锐化、Roberts锐化、laplace锐化、sobel锐化等,还 有用绝对距离和马氏距离算法进行的监督分类算法等,包括了RAW格式数据资源-The opening of remote sensing image processing, to open the single-band, multi-band images, geometric image
mode
- 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a
bp
- 基于MATLAB的BP神经网络的数据分类的实现。-MATLAB-based BP neural network implementation of data classification.
03
- 类的目的就是根据现有的图像特征建立一个分类器,能够对未知的图像类型进行预测。在现有众多分类 算法中,贝叶斯分类器由于其坚实的数学理论基础并能综合先验信息和数据样本信息,成为"-3前机器学习和数据挖 掘的研究热点之一。本文论述了内容图像检索中基于贝叶斯分类器的图像分类技术。介绍了贝叶斯分类器,叙述了 利用贝叶斯分类器进行图像分类的方法,以及图像特征的分布假定。最后通过对分类器的探讨,总结了贝叶斯估计 分类的不足。-The purpose of class is based on a
BP-neural-network-classification
- 利用BP神经网络的数据分类的方法实现语音特征信号分类。-BP neural network data classification method voice feature signal classification.
matlab_wine
- matlab下,wine数据,基于支持向量机的数据分类-under matlab, wine data, data based on support vector machine classification
三维数据转为二维数据
- 处理多光谱、高光谱图像,需要先进行图像信息的数据转化,转为二维数据后才能进行进一步分类等工作
Pattern-Recognition
- 用于模式识别,一维和二维的数据分类及提取特征方程和分类边界。-For pattern recognition, one-dimensional and two-dimensional data classification and feature extraction and classification boundary equation.
matlab
- BP神经网络的数据分类———语音特征信号分类 本案例选取了民歌、古筝、摇滚和流行四类不同音乐,用BP神经网络实现对这四类音乐 的有效分类。-Data speech characteristic signal classification of BP neural network, selects the guzheng, folk, rock and pop four different types of music, the realization of the four types
WineClass
- 基于SVM的数据分类预测 葡萄酒种类识别,代码经测试可用-SVM-based prediction data classification- identifying the type of wine, the code has been tested and is available
python_self learning
- 数据分类,python语言进行的数据分类(Data classification; data classification by Python language)
finetune_alexnet_with_tensorflow-master
- 用以图像分类,可以设计自己的数据集训练模型(For image classification, you can design your own data set training model)
贝叶斯分类作业数据_PR邹月娴_顾容之_20170927
- 贝叶斯分类的数据,用于测试贝叶斯分类是否有效(Bias classification data used to test whether the Bias classification is valid)
多光谱影像PCA与遍历显示matlab实现
- 基于多光谱影像的地物分类预处理算法,使用matlab将数据tif影像打开,并展示,在数据波段中,使用PCA算法,使得信息集中利于分类。(Preprocessing algorithm of object classification based on multi spectral image)
random forest
- 利用matlab编程来实现多光谱遥感数据的随机森林分类(Random Forest Classification by Multispectral Remote Sensing)
决策树训练及分类
- 该压缩包包括两个文件: 1、main.m 将训练数据输入到决策树中,训练并在自动分好的测试数据上测试,并保存训练好的决策树 ctree.mat文件。 2、classification.m 加载训练好的决策树,使用决策树对新输入的数据进行分类。 该方法主要用于对SLIC超像素块进行分类,稍加修改可以用于其他数据分类。(The compression package consists of two files: 1. Main. m inputs training data into decisio