搜索资源列表
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.
根据鸢尾花多组数据先训练网络再对样本进行测试
- 基于BP神经网络,根据鸢尾花多组数据先训练网络再对样本进行测试,给出分类结果,Based on BP neural network, in accordance with multiple sets of data iris network before training again for testing classification results are given
bp
- c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据.rar-err
0903
- 基于遗传算法的bp神经网络对基因芯片数据进行分类,能进行准确的分类,能运行。很实用-bp svm matlab
Face_Angle_Neural_net
- 基于matlab的编程实现神经网络BP算法实现数据的分类-matlab bp
bp
- 基于MATLAB的BP神经网络的数据分类的实现。-MATLAB-based BP neural network implementation of data classification.
adapt
- 数据分类、BP神经网络、自适应模糊神经网络。所有程序是基于matlab编程的,可以实现对数据的预处理和建立相应的仿真模型-Data classification, BP neural network, adaptive fuzzy neural network. All program is based on the matlab programming, data preprocessing and a corresponding simulation model
bp
- bp神经网络实现数据分类——基于语音信号的特征分类-bp neural network data classification- classification based on the characteristics of the speech signal
neural-network
- 基于BP神经网络的非线性分类,及运用其解决异或问题,并对Iris数据进行分类-Nonlinear classification based on BP neural network and the xor problem, and its appplication on the data of Iris.
jiyubpshenjingwangluo
- 用matlab实现,实现基于bp神经网络数据分类,欢迎大家使用。-Using matlab to achieve, bp neural network-based data classification, welcome everyone to use.
BP-pattern-recognition
- 基于神经网络的分类,实验数据与结果均在文件夹里,简单的例子将会初学者学习怎么样通过神经网络进行分类与模式识别,很实用的入门程序。-Classification based on the experimental data and the results of neural networks are in the folder, a simple example would be for beginners to learn how to classify and pattern recognit
BP-classifer
- 一个基于BP神经网络的分类器处理IRIS数据。-A classification based on BP neural network processing IRIS data.
data-classification
- 一种基于BP神经网络数据分类的有效实现方法-Effective implementation of a BP neural network based data classification
train1
- 基于bp神经网络进行大量数据的分类分析训练。-Large amounts of data based on bp neural network classification analysis training.
nihe
- 模式分类中基于BP神经网络的曲线拟合;根据BP神经网络的模型,调用MATLAB工具箱函数,通过对样本数据进行训练,对测试样本数据进行成功的预测,预测的输出值与实际值之间几乎没有偏差。-Pattern classification of curve fitting based on BP neural network Based on BP neural network model, call MATLAB toolbox function, through the training sampl
BP
- 基于Visual C++实现一个简单的BP神经网络算法,对数据进行简单的分类。-Based on Visual c++ to realize a simple algorithm of BP neural network, the classification of the data is simple.
BP
- 基于BP_Adaboost的分类器,RBF神经网络的回归,GRNN的数据预测,离散hopfield神经网络的分类,LIBSVM的实例解析。-BP_Adaboost classifier, RBF neural network regression, GRNN data prediction, discrete hopfield neural network classification, LIBSVM case analysis.
BPDLX
- 基于matlab的bp神经网络学习算法用于数据的分类--主要针对语音信号进行分类。本案例中选举了民歌、古筝、摇滚和流行音乐四类不同类型,用bp神经网络实现对这四类音乐的有效分类(Based on matlab bp neural network learning algorithm for data classification - mainly for voice signal classification. In this case, four different types of folk
案例1 BP神经网络的数据分类-语音特征信号分类
- 基于BP神经网络的聚类分析数据分类例如语音信号识别(Clustering analysis based on BP neural network)
基于遗传算法优化BP神经网络
- 利用遗传算法实现对BP神经网络的优。内容包含:GA主函数;GA-BPNN优化主函数;目标函数objfun;BPNN主函数;以及一个分类原始数据可供优化模型验证。