Artificial neural network k-cross validation.

I need Matlab source code for four fold cross-validation for evaluation!!! I need source code for 4 fold cross-validation for neural network in MatLab. I have three input and one output( 55 rows 4 column).I need to do cross validation in order to get overall accurracy,overall precision and recall.

 채택된 답변

Greg Heath
Greg Heath 2013년 4월 10일

0 개 추천

Which neural net? fitnet(regression/function-fitting), patternnet(classification/pattern-recognition), narxnet(timeseries regression/prediction) or ...?
Before getting into the source code using the command type, it is better to first use the command help , followed by using the command doc
Relevant functions are
cvpartition
cvpartition/training,
cvpartition/test
crossval
cvpartition/repartition
Hope this helps.
Greg

추가 답변 (0개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by