How to divide my dataset into validation and test set in deep networks with Auto-Encoders?

2 Ansichten (letzte 30 Tage)
i am using this example
i want to divide data like this but its not working
% Setup Division of Data for Training, Validation, Testing
net.divideParam.trainRatio = 80/100;
net.divideParam.valRatio = 15/100;
net.divideParam.testRatio = 15/100;
  2 Kommentare
mizuki
mizuki am 19 Feb. 2017
What is the error you get? or what is "not working" exactly?
It seems that 80+15+15=110, so the ratio of training, validation and test data becomes 0.8/1.1=0.727, 0.15/1.1=0.136 and 0.136.
Machine Learning Enthusiast
Machine Learning Enthusiast am 22 Feb. 2017
sorry.I replace 80 with 70 in training.So,total 70+15+15=100
i want to implement this division in above example(link),but still its not working.I am trying to get this kind of Confusion Matrix(as shown in figure).
I will be grateful if you share your email.I want to discuss with you. thank you

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Richard Palmer
Richard Palmer am 21 Feb. 2017
Your percentages do not add up to 1.

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by