-
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
-
Grove
量子计算matlab程序,包含量子蚁群算法程序,量子grove算法程序,量子神经网络算法程序等。(Quantum computing matlab procedures, including quantum ant colony algorithm, quantum grove algorithm, quantum neural network algorithm procedures.)
- 2021-03-14 09:59:24下载
- 积分:1
-
Chapter5
现代通信系统matlab第五章基带数字传输源代码(Modern communications systems Chapter matlab source code baseband digital transmission)
- 2014-01-11 16:16:16下载
- 积分:1
-
matlab_order
Matlab 矩阵的常用命令总结,供检索或快速查找用。(Matlab matrix summary of commonly used commands for quick retrieval or search by.)
- 2010-10-29 20:25:54下载
- 积分:1
-
fullofdm
IMPLEMENTATION MIMO SYSTEMS
- 2010-12-24 20:39:11下载
- 积分:1
-
Kalman-filter-for-Colored-noise
卡尔曼滤波处理有色噪声的matlab程序
-kalman filter(Kalman filter for Colored noise)
- 2015-01-26 10:50:24下载
- 积分:1
-
DC_AC
各种逆变方式的simuliink仿真(原创) 源码+总结文档(Various the inverter ways of simuliink simulation (original) source+ summary document)
- 2013-04-10 10:54:25下载
- 积分:1
-
array_factor
Array factor of an antenna using a simple code. Specifically for 1D antenna array
- 2013-04-29 03:35:12下载
- 积分:1
-
近场MVDR程序
线性阵列在近场区域运用MVDR算法定位噪声源,里面有几种简单的算法(Linear arrays use MVDR algorithm to locate noise sources in near field. There are several simple algorithms in it.)
- 2021-04-15 19:28:54下载
- 积分:1
-
watermarking_extraction
彩色水印提取算法,含说明,希望对大家有用(Color watermark extraction algorithm, with that, we hope to be useful)
- 2010-12-29 16:17:27下载
- 积分:1