Filter löschen
Filter löschen

Continuous outputs on Neural Networks

4 Ansichten (letzte 30 Tage)
Andre
Andre am 6 Mär. 2014
Beantwortet: Greg Heath am 8 Mär. 2014
Hi,
can I have the nn toolbox working to output a continuous value ?
Instead of training it like: inputs: [10 15 34 41 3] output: [0 0 1]
Anyway to train like this: inputs: [10 15 34 41 3] output: 0.5
Thanks, André

Akzeptierte Antwort

Greg Heath
Greg Heath am 8 Mär. 2014
You have to have the same number of I dimensional "i"nput vectors and O dimensional "o"utput target vectors
{ I N ] = size(x)
[ O N ] = size(t)
Hope this helps
Thank you for formally accepting my answer
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by