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

1 visualización (últimos 30 días)
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?

Respuestas (1)

David Franco
David Franco el 2 de Sept. de 2020
The input and targets must be 4x81 and 1x81. Use the transpose function.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by