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

1 view (last 30 days)
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. please help/

Accepted Answer

Greg Heath
Greg Heath on 2 Jun 2015
Use the help and doc commands on
dividetrain
dividerand
divideind
dividetint
divideblock
Hope this helps.
Greg
  1 Comment
rakhee Sharma
rakhee Sharma on 2 Jun 2015
Sir,i know these functions. what i need to know is should i write the entire codes to perform neural network on my data, or these functions can be executed in collaboration with neural network toolbox. becoz toolbox has not these options to set the values, or to set even the activation function.

Sign in to comment.

More Answers (0)

Categories

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

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!