필터 지우기
필터 지우기

Rainfall pattern Recognition / Classification using Neural Network

조회 수: 2 (최근 30일)
Muhammad Azeem
Muhammad Azeem 2015년 8월 29일
댓글: Muhammad Azeem 2015년 9월 10일
I am working on assignment titled "Pattern Recognition of Rainfall using ANN". For training and validation proposes, i have time-series rainfall data ranging from 1976 - 2006 of two metro-logical stations.. I have arranged the data in EXCEL from where i import and convert it into matrices . Input matrix contains 480 * 5 . where 480 cloums with 5 rows representing
  1. Input= Year, Month, Longitude, Latitude and elevation
  2. Target= matrix contains mean rainfall(mm) value of that month with size of 480 * 1.
My questions are:
  • What Kind of Neural Network will best to deal with this type of problem?
  • Are the above parameters of Inputs and Targets are in correct format and valid for accurate and precise results?
I have used "nprtool" i.e; PattternNet and "lvqnet" Learning vector quantization neural network for this porpose. But my respected teacher suggests me to improve the results as overall regression value (0.25) of mentioned network was not satisfactory.
Thanks for your time....!

채택된 답변

Greg Heath
Greg Heath 2015년 9월 2일
This is a timeseries problem. See the help and doc documentation for TIMEDELAYNET, NARNET & NARXNET
help narxnet
doc narxnet
Then search the NEWSGROUP and ANSWERS using
NARXNET TUTORIAL
NARNET TUTORIAL
TIMEDELAYNET TUTORIAL
Hope this helps.
Greg
  댓글 수: 5
Greg Heath
Greg Heath 2015년 9월 5일
You have to look at the target data and define which value intervals belong to which classes.
Muhammad Azeem
Muhammad Azeem 2015년 9월 10일
What Kind of Neural Network or other technique will best for this problem?

댓글을 달려면 로그인하십시오.

추가 답변 (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