My training data is too big for regression

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

Antworten (1)

Greg Heath
Greg Heath am 16 Dez. 2015

0 Stimmen

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 Kommentar

Greg Heath
Greg Heath am 17 Dez. 2015
Since weight initialization and datadivision are random, it may take multiple runs to obtain good deigns for each of the m nets.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 19 Nov. 2015

Kommentiert:

am 17 Dez. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by