フィルターのクリア

Continuous outputs on Neural Networks

4 ビュー (過去 30 日間)
Andre
Andre 2014 年 3 月 6 日
回答済み: Greg Heath 2014 年 3 月 8 日
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é

採用された回答

Greg Heath
Greg Heath 2014 年 3 月 8 日
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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by