-
22
说明: 免疫算法详细编程,有中文介绍,很好的资源。。。(Immune algorithm detailed programming, a Chinese introduction, a good resource. . .)
- 2009-12-16 16:52:45下载
- 积分: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
-
ffelms
用LMS算法实线性均衡结构现光纤信道的自适应均衡,简单实用(LMS algorithm with real-balance structure is linear fiber channel adaptive equalization, simple and practical)
- 2010-01-16 09:03:58下载
- 积分:1
-
ImageProcessingMatlab
This ia about matlab image processing
- 2009-12-08 23:51:52下载
- 积分:1
-
0549a4498e1c
介绍了kf,ekf,ukf ,pf ,upf 的程序代码,是一个比较全的程序代码(Introduced kf, ekf, ukf, pf, upf of program code, is a more all the program code)
- 2010-08-26 10:43:43下载
- 积分:1
-
Spread_Spectrum
Spread-spectrum techniques are methods by which electromagnetic energy generated in a particular bandwidth is deliberately spread in the frequency domain, resulting in a signal with a wider bandwidth. These techniques are used for a variety of reasons, including the establishment of secure communications, increasing resistance to natural interference and jamming, and to prevent detec
- 2009-04-08 11:06:13下载
- 积分:1
-
mrac_lbs_grad
MRC + Gradient method
- 2011-09-16 16:12:13下载
- 积分:1
-
dongtaichuanjiankongjian
案例设计源程序,matlab动态创建控件,有函数有界面的设计(Case design source, matlab dynamically created controls, there are functions with interface design)
- 2013-09-02 16:02:46下载
- 积分:1
-
matlab
编写M文件,创建如下图形窗口,分别绘制如下图所示的曲线。
(1)曲线y=sin(t)sin(9t),要求采用红色,点线。横坐标取值范围[0~ ],标注x轴、y轴并加标题。
(2)一组余弦曲线,其振幅分别为0.4,0.6和0.8。横坐标取值范围[0~2 ]。添加图例与标题。进入图形编辑状态,调整图例的位置。
(3)分别绘制peaks函数的曲面图和网格线图。对曲面图做平滑处理,并添加标题与colorbar。
(Write M file, create the following graphics window, curves were plotted as shown below. (A) the curve y = sin (t) sin (9t), require the use of a red dotted line. The abscissa in the range [0 ~ ], labeled x-axis, y-axis and a title. (2) a set of a cosine curve, and the amplitude was 0.4, 0.6, 0.8. Abscissa value range [0 ~ 2 ]. Add a legend and title. Into the graphical editing mode, adjust the position of the legend. (3) were drawn surface chart peaks function and grid line graph. Surface charts do for smoothing and add titles and colorbar.)
- 2013-12-24 12:19:01下载
- 积分:1
-
Matlab-image-process
应用matlab 对图像进行灰度加强处理,相当不错!!!!!(image process)
- 2014-03-02 16:46:27下载
- 积分:1