搜索资源列表
BP-neural-network-algorithm
- BP神经网络算法的matlab代码,本程序根据训练好的网络文件预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比-BP neural network algorithm Matlab code, the procedures under the trained network file to predict new data file, the mean square error and draw the comparison of the predicted data and the
bp
- bp神经网络算法,具体的代码。 是正确的,能给出正确的结果-bp algorithm code。A bp algorithm can run
BP-ann
- 机器学习,BP人工神经网络算法 代码实现-BP artificial neural network algorithm
GABPMain
- 基于遗传算法的BP神经网络优化算法的MATLAB代码,用遗传算法优化BP网络计算。-BP neural network based on genetic algorithm (ga) optimization algorithm of MATLAB code, and use genetic algorithm to optimize BP network computing
GA-BP-matlab-socure-code
- matlab写的神经网络代码,其中含有遗传算法对神经网络的权值和阈值优化模块,解释比较详细,师兄的毕业设计部分代码-Written in Matlab neural network code, which contains the genetic algorithm of neural network weights and threshold optimization module, a more detailed explanation, senior graduation design p
qiugen_v11
- BP神经网络的整个训练过程,分形维数计算的毯子算法matlab代码,仿真图是速度、距离、幅度三维图像。- The entire training process BP neural network, Fractal dimension calculation algorithm matlab code blankets, FIG simulation speed, distance, amplitude three-dimensional image.
bp
- BP神经网络算法的matlab代码,本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差-the procedures under the trained network file ANN.mat anticipating new data files, be mean square error
g
- 遗传算法化BP神经网络的程序代码,很实用,只需要换上自己的需要算的数据,就可以运行了。- 遗传算法化BP神经网络的程序代码,很实用,只需要换上自己的需要算的数据,就可以运行了。 Genetic algorithm BP neural network program code, it is practical, just need to change their own needs to calculate the data, you can run.
BP神经网络算法代码
- BP神经网络算法代码的C++源代码,亲试可用(BP neural network algorithm code C++ source code, pro test available)
案例1 BP神经网络的数据分类-语音特征信号分类
- 前馈循环神经网络,用于处理语音识别,里面是matlab源代码,以及实例。学习神经网络算法很有帮助。(Feed forward recurrent neural network for speech recognition, which is the matlab source code, and an example. Learning neural network algorithms is very helpful.)
BPGA代码
- 利用遗传算法实现BP人工神经网络的matlab代码,可用于matlab编程分析