フィルターのクリア

how to input different variables as input in Neural Network

2 ビュー (過去 30 日間)
Rajat
Rajat 2014 年 2 月 12 日
回答済み: Greg Heath 2014 年 2 月 15 日
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.

採用された回答

Greg Heath
Greg Heath 2014 年 2 月 15 日
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

その他の回答 (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