Is there any way to have the size of Outputs the same as the Inputs and different form Target datasize in neural network?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tom
el 6 de Mzo. de 2017
Respondida: Greg Heath
el 7 de Mzo. de 2017
My Inputs X=[k*n] and my Target T=[j*n]. Using the NN toolbox the Output (Y) data will always be the same dimensions as the Target :Y=[j*n]. I wonder if there is anyway to have Y=[k*n]? Thanks in advance
0 comentarios
Respuesta aceptada
Greg Heath
el 7 de Mzo. de 2017
No.
Since the net is designed to create outputs that are as close to the targets as possible,
What you are suggesting doesn't make sense.
Hope this helps.
Greg
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!