-
BP.m
在工程应用中 经常会遇到一些复杂的非线性系统, 这些系统状态方程复杂, 难以 用数学方
法准确建模。 在这种情况下, 可以 建立 BP 神 经网 络表达这些 非 线 性系 统。 该方法把未 知 系
统看成是一个黑箱, 首先用 系 统 输入输出 数据 训 练 BP 神 经网 络, 使网 络能 够表达该未 知 函
数, 然后就可以 用训练好的 BP 神经网络预测系统输出 。
本章拟合的非线性函 数为
y = x1^2+x2^2.
。
(In engineering applications often encounter some complex nonlinear systems, which complicated the equation of state, can not be accurately modeled mathematically. In this case, BP neural network can be established to express these nonlinear systems. The method of the unknown system as a black box, the first input and output data with systematic training BP neural network, the network can express the unknown function, then you can use the trained BP neural network forecasting system output. Chapter for fitting non-linear function y = x1 ^ 2+x2 ^ 2..)
- 2014-12-13 21:39:55下载
- 积分:1
-
朴素贝叶斯
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 (process called CM = Confusion_matrix (train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB (DP, test_targets, CM) DP, three-dimensional array (i, j, k) for the k samples of DP matrix targets for 0 1 2 )
- 2005-08-06 09:48:36下载
- 积分:1
-
H_DownRangeImag
点目标的高分辨一维距离像的仿真程序,代码中会生成回波数据。(Point target high resolution range profile simulation program, the code will be generated in the echo data.)
- 2014-06-18 11:01:44下载
- 积分:1
-
DSP_chaper8_Code
本资源是现代数字信号处理理论及算法(何子述版)的作业仿真第八章的代码(This resource is the code of the eighth chapter of operational simulation of modern digital signal processing theory and algorithm (He Zishu Edition))
- 2018-07-09 19:43:22下载
- 积分:1
-
MCL
Drop-Dead Simple Monte Carlo Codes
数个文件啊 好东西(Drop-Dead Simple Monte Carlo Codes several documents ah good things! !)
- 2007-05-07 20:34:09下载
- 积分:1
-
Wiener-Filter
Matlab Program
includes Wiener filter iMPLEMENTATION
vERY USEFUL
- 2015-03-25 17:37:50下载
- 积分:1
-
QrEnCodeDelphi
生成二维码源码,直接输入相关参数即可生成二维码(generate qrcode)
- 2015-11-19 14:10:57下载
- 积分:1
-
pca1
主成份分析的MATLAB源代码。一起学习。(principal component analysis of MATLAB source code. Learning together.)
- 2007-04-15 16:36:28下载
- 积分:1
-
9-input-4-output
一个9输入4输出的矩阵,利用BP神经网络训练并预测。通过不断的调试获取最可靠地输出。(A 9-input 4-output matrix, using BP neural network training and prediction. Continue to debug access to the most reliable output.)
- 2013-04-28 14:28:58下载
- 积分:1
-
Artificial-Neural-Network-algorthims
The esiest way to learn the backpropagation algorithm and theory.
- 2014-11-06 22:21:08下载
- 积分:1