I am trying to create an application to detect images that are advertisements on web pages. As soon as I discover that I will not allow them to appear on the client side.
From the help I got in https://stackoverflow.com/a/1369532/... , I thought SVM was the best approach to my goal.
So, I myself encoded SVM and SMO. The data set that I have from the UCI data repository has 3280 instances ( Link to the data set ), where about 400 of them belong to the class representing advertising images and the rest of them are images without advertising.
Now I take the first 2800 input sets and train SVM. But, looking at the accuracy, I realized that most of these 2800 sets of input data are from the ad-free advertising class. Therefore, I get very good accuracy for this class.
So what can I do here? About how many input sets should I provide SVM for training and how many of them for each class?
Thanks. Greetings. (Basically a new question was asked because the context was different from my previous question. Optimization of the input data of a neural network )
Thanks for the answer. I want to check if I get the C values ββfor the declaration and the class without the declaration correctly. Please let me know.

Or you can see the doc version here .
You can see the y1 eqaul graph for y2 here 
and y1 are not equal to y2 here 
source share