搜索资源列表
根据鸢尾花多组数据先训练网络再对样本进行测试
- 基于BP神经网络,根据鸢尾花多组数据先训练网络再对样本进行测试,给出分类结果,Based on BP neural network, in accordance with multiple sets of data iris network before training again for testing classification results are given
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-classifer
- 一个基于BP神经网络的分类器处理IRIS数据。-A classification based on BP neural network processing IRIS data.
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.
基于遗传算法优化BP神经网络
- 利用遗传算法实现对BP神经网络的优。内容包含:GA主函数;GA-BPNN优化主函数;目标函数objfun;BPNN主函数;以及一个分类原始数据可供优化模型验证。