필터 지우기
필터 지우기

My training data is too big for regression

조회 수: 7 (최근 30일)
John Albert
John Albert 2015년 11월 19일
댓글: Greg Heath 2015년 12월 17일
The training data input is (12925*7) and my training data output is (12925*1). It takes alot of time to train the network.Similarly the testing data is (4000*7)and (4000*1). I want to do estimation(regression) using neural network and rbfnn but the matlab rbfnn function doesnot work with this dataset. its too big for it to do the required task.All the data is numerical. I am new to data mining.What should i do? Need help

답변 (1개)

Greg Heath
Greg Heath 2015년 12월 16일
Randomly divide the dataset into m subsets that are small enough to train.
Run all of the data thru each of the m nets.
Rank the performances of the m nets.
If the performance of the best net is unsatisfactory, average the outputs of the best 2 nets, etc.
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 1
Greg Heath
Greg Heath 2015년 12월 17일
Since weight initialization and datadivision are random, it may take multiple runs to obtain good deigns for each of the m nets.

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

카테고리

Help CenterFile Exchange에서 Linear Regression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by