필터 지우기
필터 지우기

how to input different variables as input in Neural Network

조회 수: 1 (최근 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 CenterFile Exchange에서 Sequence 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