Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
I have a dataset with multi-label classification outputs. These are (fortunately) binary, so a typical output is basically a binary vector like [1, 0, 0, 1, 1]. The length of this vector is fixed.
The dataset is pretty biased towards all 0’s, and since it is a multi-label output (and not like a one-hot encoding), I’m not sure what is the best way to undersample or oversample the dataset for my training epochs, since traditional stratification cannot work here.
Edit: All kinds of suggestions are welcome, be it simple beginner methods or ICLR papers 😉
submitted by /u/parekhnish
[link] [comments]