91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 631KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-14
  • 語言: Matlab
  • 標(biāo)簽: MATLAB??

資源簡介

本課題為基于MATLAB的BP神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別系統(tǒng)。帶有GUI人機交互式界面。讀入測試圖片,通過截取某個數(shù)字,進行預(yù)處理,經(jīng)過bp網(wǎng)絡(luò)訓(xùn)練,得出識別的結(jié)果。可經(jīng)過二次改造成識別中文漢字,英文字符等課題。

資源截圖

代碼片段和文件信息

%%訓(xùn)練神經(jīng)網(wǎng)絡(luò)
%%?Read?the?image
I?=?imread(‘sample.bmp‘);

%%?Image?Preprocessing
img?=?edu_imgpreprocess(I);
for?cnt?=?1:50
????bw2?=?edu_imgcrop(img{cnt});
????charvec?=?edu_imgresize(bw2);
????out(:cnt)?=?charvec;?
end

%%?Create?Vectors?for?the?components?(objects)
P?=?out(:1:40);?
T?=?[eye(10)?eye(10)?eye(10)?eye(10)];
Ptest?=?out(:41:50);

%%?Creating?and?training?of?the?Neural?Network
net?=?edu_createnn(PT);

%%?Testing?the?Neural?Network
[ab]=max(sim(netPtest));
disp(b);



?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-07-31?23:31??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\
?????文件??????112049??2020-07-31?18:46??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\GUI設(shè)計圖.jpg
?????文件?????????193??2020-07-31?18:45??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\ReadMe.txt
?????文件?????????518??2020-07-31?18:47??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\char3.m
?????文件????????3807??2008-06-26?13:07??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\charGUI.asv
?????文件???????15284??2020-07-31?18:50??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\charGUI.fig
?????文件????????3035??2020-07-31?18:50??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\charGUI.m
?????文件???????10515??2005-10-01?23:40??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\data.mat
?????文件?????????492??2020-07-31?18:47??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\edu_createnn.m
?????文件?????????698??2020-07-31?18:47??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\edu_imgcrop.m
?????文件?????????837??2020-07-31?18:47??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\edu_imgpreprocess.m
?????文件?????????278??2020-07-31?18:47??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\edu_imgresize.m
?????文件??????152934??2005-09-30?11:41??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\sample.bmp
?????文件?????????572??2020-07-31?23:24??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\打開方式.txt
?????文件??????456822??2020-07-31?18:46??MATLAB神經(jīng)網(wǎng)絡(luò)手寫數(shù)字識別(GUI,論文)\運行預(yù)期ps圖.jpg

評論

共有 條評論