Clear Filters
Clear Filters

As could cross validation in a neural network NarX?

2 views (last 30 days)
I would like to know how to raise the cross-validation for NarX neural network, in this way, not destroy correlations. I have a set of 1136 data and 1136 data input targets.
thank you very much

Answers (1)

Shashank Prasanna
Shashank Prasanna on 14 Feb 2013
You may want to use DIVIDEBLOCK instead of the default dividerand. DIVIDEBLOCK will maintain correlation since it doesn't shuffle the data but takes block of it for crossvalidation:

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!