-
1
说明: Signal system and Matlab courses in the series of high-level programming and engineering applications
- 2008-12-24 15:04:07下载
- 积分:1
-
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
-
(SP)Subspace-Pursuit
一个关于压缩感知的论文,是用子空间迭代法求出最后的稀疏解(a method for compressed sensing)
- 2013-12-17 22:23:24下载
- 积分:1
-
AC_DC-hybrid-microgrids
交直流混合微电网技术资料,主要涉及功率控制方面(technical materials on AC/D hybrid microgrids especially concerning power control)
- 2015-04-13 13:33:16下载
- 积分:1
-
EMIODist
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED
- 2010-05-30 09:43:40下载
- 积分:1
-
Isodata
基于PCA的Isodata聚类算法matlab实现(Isodata algorithm based on PCA method)
- 2011-07-04 09:49:05下载
- 积分:1
-
flybh
信号与系统中傅里叶变换相关函数,可方便实现信号的频域分析(Fourier transform of the correlation function of signals and systems, can easily achieve the signal frequency domain analysis)
- 2012-05-30 21:29:54下载
- 积分:1
-
PCMTITEST2010
雷达信号脉冲时域频域压缩/MTI/MTD仿真程序(Radar signal pulse in time domain frequency domain compression/MTI/MTD simulation program)
- 2011-09-09 20:24:23下载
- 积分:1
-
Improved-job-shop-scheduling-method
为了解决考虑生产总成本的车间调度问题,对引入加工成本、库存管理成本和拖期惩罚成
本的车间调度问题进行了研究,提出了一种改进的遗传算法求解该问题。论述了改进遗传算法的
编码、初始化、选择、交叉和变异操作,通过与基本遗传算法的仿真比较,验证了该算法在收敛速度
和最优解值上的优越性。
(In order to solve the job shop scheduling problem considering the total production cost, the process cost, inventory management cost and delay penalty are introduced.
This job shop scheduling problem is studied, and an improved genetic algorithm is proposed to solve this problem. The improved genetic algorithm is discussed.
Encoding, initialization, selection, crossover and mutation operation, the convergence speed of the algorithm is verified through simulation comparison with the basic genetic algorithm.
And the superiority of the optimal solution.
)
- 2016-05-07 10:24:33下载
- 积分:1
-
New-WinRAR-ZIP-archive
modulation coding for communication channel
- 2013-10-03 18:22:49下载
- 积分:1