Filter löschen
Filter löschen

Neural Network in Matlab

1 Ansicht (letzte 30 Tage)
Tien Tran
Tien Tran am 26 Nov. 2015
Kommentiert: Greg Heath am 2 Dez. 2015
I have input and output data to train neural network. How can I predict the following data using Matlab?

Akzeptierte Antwort

Greg Heath
Greg Heath am 27 Nov. 2015
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 Kommentare
Tien Tran
Tien Tran am 1 Dez. 2015
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 am 2 Dez. 2015
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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by