Accuracy at the time of training
1 view (last 30 days)
Show older comments
Hi,
I am doing some training of data using SVM. However at the end of taining, it shows me some accuracy. What is meant by accuracy at the time of training? Does it mean that the kernel also perform some sort of prediction on the training data?
Please guide me.
Zulfi.
0 Comments
Answers (1)
Walter Roberson
on 1 Dec 2018
The training process aggregates the data as best it can, knowing what the proper result will be. However, the training process is seldom perfect. The training process continually calculates accuracy as it goes, trying to maximize accuracy. Eventually it gives up trying to make improvements, and reports the accuracy it has obtained.
See Also
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!