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

4 Ansichten (letzte 30 Tage)
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?

Antworten (1)

David Franco
David Franco am 2 Sep. 2020
The input and targets must be 4x81 and 1x81. Use the transpose function.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by