How to set manually training and test data for training a neural network

조회 수: 24 (최근 30일)
Eduardo
Eduardo 2012년 6월 4일
답변: Greg Heath 2014년 6월 12일
Hello All,
I am making some experiments with mathlab neural network toolbox. Usually to train a neural network i give some training and test data and the net object takes care of dividing the data. However what i need to do is divide the data by myself and set the training and test data explicitly in the net object.
If it is needed some aditional explanation please tell me. Any help would be appreciated.
Thanks.
  댓글 수: 2
Geoff
Geoff 2012년 6월 4일
From memory, if you look at the help for 'net', it tells you how to do this. You can specify which ranges are used for training, validation and testing. I don't have the neural network toolbox anymore, so I can't be more useful than that.
Eduardo
Eduardo 2012년 6월 5일
Geoff thanks for your answer,
In the help I get the following:
" NET.inputs{i}.range
This property defines the minimum and maximum values of the input data
used to configure the input, or zero if the input is unconfigured.
"
However what I need is to set directly the test and training data. Again thanks for your suggestion.

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

채택된 답변

Geoff
Geoff 2012년 6월 5일
편집: John Kelly 2014년 6월 12일
  댓글 수: 2
Geoff
Geoff 2012년 6월 5일
Incidentally, I found that page by googling "matlab neural net data division".
MatLab Answers is great, but often Google is better ;-)
Eduardo
Eduardo 2012년 6월 5일
Thanks!, I think you point me out in the right way. This is helpful because I need to add external data to the training set and see if it helps in decreasing error (at least a little bit) in the test set.

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

추가 답변 (1개)

Greg Heath
Greg Heath 2014년 6월 12일
It is probably easier to use 'divideblock'
Hope this helps.
Greg

카테고리

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