-
shenjingwangluo
T=[1 0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1]
输入向量的最大值和最小值
threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]
net=newff(threshold,[31 3],{ tansig , logsig }, trainlm )
训练次数为1000,训练目标为0.01,学习速率为0.1
net.trainParam.epochs=1000
net.trainParam.goal=0.01
LP.lr=0.1
net = train(net,P,T)
测试数据,和训练数据不一致
P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319
0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
- 2011-05-21 16:47:44下载
- 积分:1
-
altitude-control
四旋翼无人机的PID高度控制matlab仿真(Four-rotor UAV simulation matlab height control)
- 2014-12-27 21:18:19下载
- 积分:1
-
hanming
Huffman、汉明编译码:首先对给定的信源序列进行概率统计,得出信源符号的概率 p,之后进行Huffman 编码,再进行信道汉明编码。(Huffman coding and decoding: firstly given source sequence probability and statistics, the probability derived source symbols p, after Huffman coding.)
- 2020-07-06 08:48:58下载
- 积分:1
-
OFDM-QPSK-Modulation
此程序是用于ofdm的调制的,采用QPSK的方法进行调制解调(This procedure is used for OFDM modulation, and the use of QPSK modulation and demodulation method)
- 2020-07-02 05:00:02下载
- 积分:1
-
SVR
在线向量回归分析,有包涵一个例子和内定函数等(On-line vector regression analysis, there is an example of indulgence and unofficially functions, etc.)
- 2009-10-27 21:32:19下载
- 积分:1
-
meanshift
meanshift跟踪的matlab源码,利用物体的颜色对物体进行跟踪(meanshift tracking matlab source, using the color of objects on the object tracking)
- 2008-08-01 22:16:00下载
- 积分:1
-
esprit
ESPRIT 算法matlab源代码,用于对信号进行频率估计。(ESPRIT algorithm matlab source code for the signal frequency estimation.)
- 2013-12-04 20:44:15下载
- 积分:1
-
Chapter_5
Matlab files of chapter 5 kalman filtering 3 edition of grewal
- 2009-06-12 17:49:04下载
- 积分:1
-
sharping_filter
for sharping your blur image
- 2010-01-15 15:35:45下载
- 积分:1
-
adefdtd1
一维等离子体的ade—fdtd算法程序,也可推广到一般色散介质。(One-dimensional plasma ade-fdtd algorithm program can also be extended to general dispersive media.)
- 2011-02-15 11:27:26下载
- 积分:1