how to input different variables as input in Neural Network

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개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 2월 12일

답변:

2014년 2월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by