MATLAB: 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 theself and s

Deep Learning Toolbox

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/

Best Answer

Use the help and doc commands on
dividetrain
dividerand
divideind
dividetint
divideblock
Hope this helps.
Greg