Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] unbalanced SVM results

Hi, im doing a project where I am classifying foreground and background elements using HOG features and SVM ,
I have a sliding window that goes over an image and extracts hog features, it compares each result to a ground truth image and stores the foreground and background in the correct array.

as the background is a lot larger i am currently taking the first x amount from background to match up with the foreground to make it even.

is this a good idea or should i run it with all the background data and make it unbalanced, or even more so, is it ok to keep repeating the foreground to match the background (i think this is a very bad / pointless idea)

Thanks in advance.

submitted by /u/ConorDrew
[link] [comments]