how to train and test data in DNN

1 view (last 30 days)
SAUMENDRA MOHAPATRA
SAUMENDRA MOHAPATRA on 22 Sep 2017
load('train.mat'); inputdata = train; % load('test.mat','outputdata') load('test.mat'); outputdata = test;

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!