How to use non-integer(decimal) values as target values in neural network?

2 次查看(过去 30 天)
These are traget values they are in matrix form (column matrix) T = 98.3200 100.6100 i want use it for target value in Multilayer Neural Network what is the procedure thank you in advance

采纳的回答

Greg Heath
Greg Heath 2017-2-12
For N pairs of I-dimensional "I"nputs and corresponding O-dimensional "O"utput targets,
size(input) = [ I N ]
size(target) = [ O N ]
For regression/curve-fitting see the FITNET documentation with sample code:
help fitnet
and
doc fitnet
For classification/pattern-recognition see the PATTERNNET documentation:
help patternnet
and
doc patternnet
For more examples you can search the NEWSREADER and ANSWERS using
greg fitnet
or
greg patternnet
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 个评论
Harshith Bhat
Harshith Bhat 2017-2-13
编辑:Harshith Bhat 2017-2-16
sir can you please send me in codes i want to perform back-propagation algorithm, mean-squared error and sigmoid function inuput matrix is 2*4 its taking input but it is showing nothing for target values Neural network target value in matlab is not accepting values other than 0 and 1s and i dont know how to convert this
thank you in advance

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by