matlab線性神經網絡相關函數

函數介紹 newlind——設計一個線性層 newlind函數返回的net已經訓練完畢,不需要再自行調用train函數訓練 最小二乘法演示 newlind擬合直線 x=-5:5; y1=3*x-7; % 直線方程 randn(‘state’,2); % 設置種子,便於重複執行 y=y1+randn(1,length(y1))1.5;% 加入噪聲的直線 plot(x,y,‘o’,x,y1,’-’);
相關文章
相關標籤/搜索