Neural Network in Matlab

1 回表示 (過去 30 日間)
Tien Tran
Tien Tran 2015 年 11 月 26 日
コメント済み: Greg Heath 2015 年 12 月 2 日
I have input and output data to train neural network. How can I predict the following data using Matlab?

採用された回答

Greg Heath
Greg Heath 2015 年 11 月 27 日
For regression or curve-fitting see documentation and an example using
help fitnet
doc fitnet
For classification or pattern recognition see documentation and an example using
help patternnet
doc patternnet
Otherwise provide more thorough information
Hope this helps.
Greg
  8 件のコメント
Tien Tran
Tien Tran 2015 年 12 月 1 日
Thank Mr.Greg Heath
I have created a neural network for myself. The train performance, R is equal 1, so is it true? Because I have read that ANN just predict approximately
Greg Heath
Greg Heath 2015 年 12 月 2 日
It is not unusual to obtain R=1 for trivial problems.
Try your hand at the MATLAB examples obtained by using the commands
help nndatsets
doc nndatasets
Hope this helps.
Greg

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by