i want to train neural network with nntool but input and target size donot match error occur

2 ビュー (過去 30 日間)
kamal
kamal 2020 年 9 月 2 日
コメント済み: kamal 2020 年 9 月 4 日
i am taking input as data as 81*4 as target as 81*1 and while training using nntool i am getting error that input and target samples do not match. how to correct it?

回答 (1 件)

David Franco
David Franco 2020 年 9 月 2 日
The input and targets must be 4x81 and 1x81. Use the transpose function.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by