搜索资源列表
根据鸢尾花多组数据先训练网络再对样本进行测试
- 基于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_NET
- 一个简单的BP神经网络,分类和识别代码,在输入提示下输入数据,即可看到代码的运行结果;-A simple BP neural networks, classification and identification code, the input prompt, enter data, you can see the results of the operation code
shenjing
- 使用bp神经网络进行分类。包括鸢尾花数据,以及训练过程和分类结果。包含非常详细的注释。-Use of bp neural network classification. Including the iris data, and training process and classification results. Contains very detailed notes.
BP1
- BP神经网络 数据分类 语音特征信号分类-BP neural network classification of data signal classification speech features
BP-Neural-Network-
- BP神经网络的数据分类,语言特征信号分类。选取了民歌、古筝、摇滚和流行四类不同音乐,用BP神经网络实现有效分类。-BP neural network data classification, language characteristic signal classification. Selected folk songs, zither, four different types of rock and pop music, with BP neural network for effecti
BP-classifer
- 一个基于BP神经网络的分类器处理IRIS数据。-A classification based on BP neural network processing IRIS data.
BP神经网络的数据分类-语音特征信号分类
- 利用BP神经网络对样例中语音信号进行分类(The BP neural network is used to classify the speech signals in the sample)
BP神经网络数据分类
- BP神经网络数据分类,包含源代码,很适合初学者使用(The file includes BP network's progranmme,it's useful and you can use it to learn BP network.)
CS_BP_OK-low
- 使用布谷鸟算法优化BP神经网络进行分类。替换数据即可使用。(The BP neural network was classified by using the cuckoo algorithm. Replacement data can be used.)
改进的PSOBP
- 使用改进的PSO算法优化BP神经网络是实现数据的分类。调试通过,替换样本数据即可使用(Optimizing BP neural network using improved PSO algorithm is the classification of data. Debug through, replace sample data can be used)
案例1 BP神经网络的数据分类-语音特征信号分类
- 利用BP神经网络的数据分类-——语音特征信号分类(Data classification using BP neural network -- Classification of speech feature signals)
BP.m
- BP神经网络建模归一化数据处理神经网络训练分类以及遗传算法优化的BP神经网络函数拟合(BP neural network modeling normalized data processing neural network training classification and genetic algorithm optimization BP neural network function fitting)
案例1
- BP神经网络的数据分配,对语言特征信号进行分类。(The data distribution of the BP neural network is used to classify the language characteristic signals.)
BP_Hidden
- 用BP神经网络对已经处理好的语音数据进行分类(Classification of processed voice data with BP neural network)
BP
- 利用BP神经网络实现 鸢尾花数据分类(Data classification of iris using BP neural network)
Untitled 14 BP NN
- 用bp神经网络对故障信号进行分类,通过训练和测试数据,来验证结果(Using bp neural network to classify fault signals and verify results by training and testing data)
BP神经网络的数据分类-语音特征信号分类
- BP神经网络的数据分类-语音特征信号分类(Data classification of BP neural network speech feature signal classification)
bp_mnist
- matlab写的bp神经网络对mnist数据集进行学习分类(Learning and classification of MNIST data sets based on BP neural network written by MATLAB)
《MATLAB 神经网络43个案例分析》源代码&数据
- 《MATLAB 神经网络43个案例分析》全书源代码和数据,注释详细,神经网络学习很有帮助。内含《MATLAB 神经网络43个案例分析》目录:第1章BP神经网络的数据分类语音特征信号分类;第2章 BP神经网络的非线性系统建模-非线性函数拟合等。(Analysis of 43 Cases of Neural Network in MATLAB source code data, detailed comments. Included in the catalogue of 43 Cases Anal
基于遗传算法优化BP神经网络
- 利用遗传算法实现对BP神经网络的优。内容包含:GA主函数;GA-BPNN优化主函数;目标函数objfun;BPNN主函数;以及一个分类原始数据可供优化模型验证。