Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Which input is wrong whether target vector or input to network?

3 ビュー (過去 30 日間)
jayamala pakhare
jayamala pakhare 2018 年 7 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
t=ones(3,20); [x] = featureVector; net = patternnet(10); net = train(net,x,t); view(net) y = net(x); perf = perform(net,t,y); classes = vec2ind(y);

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by