Filter löschen
Filter löschen

how to input different variables as input in Neural Network

1 Ansicht (letzte 30 Tage)
Rajat
Rajat am 12 Feb. 2014
Beantwortet: Greg Heath am 15 Feb. 2014
i have 4 attributes to be used for flood forecasting, namely rainfall, slope, flow accumulation and landuse/land cover, I need to provide these data as input to train neural network for flood forecasting? any suggestion on that how to do that.

Akzeptierte Antwort

Greg Heath
Greg Heath am 15 Feb. 2014
Use an input matrix, x, with N 4-dimensiomal column vectors. Use a target matrix, t, with a 2-dimensional matrix of ones and zeros.
Use patternnet:
help patternnet
doc patternnet

Weitere Antworten (0)

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by