which type of input to be given to the neural network

2 ビュー (過去 30 日間)
suganya s
suganya s 2016 年 2 月 11 日
コメント済み: Greg Heath 2016 年 2 月 12 日
am using matrix as my input to the neural network classifier i want to know what are all the types of input to be given to the neural network

回答 (1 件)

Greg Heath
Greg Heath 2016 年 2 月 11 日
For N I-dimensional Inputs yielding N O-dimensional Outputs
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 件のコメント
suganya s
suganya s 2016 年 2 月 12 日
which type of input to be given to neural network?
Greg Heath
Greg Heath 2016 年 2 月 12 日
Any quantity that is correlated to the desired output.

サインインしてコメントする。

カテゴリ

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