?? example52_test2.m
字號:
%hg2_test:test the network
%==============
%==============
figure('name','任意隨機輸入矢量的收斂過程','numbertitle','off');
clc
hold on
color='rgbmy';
max_epoch=str2num(max_epoch);
for i=1:25
a=rands(2,1);
[a,a1]=simuhop(a,W,B,max_epoch);
plot(a1(1,1),a1(2,1),'b+',a1(1,:),a1(2,:),color(rem(i,5)+1))
drawnow
end
echo off
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -