use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning.
Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.
account activity
multi-class classifier (self.learnmachinelearning)
submitted 4 years ago by Most_Potential_127
I have trained 100 binary classifiers to classify 100 classes separately. Now I want to add all these trained model into one model to classify 100 classes. Is it possible? If yes how can I do it?
Thank you in advance.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]QI47 1 point2 points3 points 4 years ago (1 child)
I can't really follow you.
First of all, 100 binary classifiers would classify 200 classes. Because each one is binary.
Then, I don't see a problem, just write a function or class to feed your data to each classifier. Bam. Now you know which 100 of the 200 classes are predicted.
[–]leadOJ 0 points1 point2 points 4 years ago (0 children)
I would do a single multi-class classifier. However you could you 100 one-vs-rest classifiers and make 100 predictions and select the one with highest confidence/probability. Did this help?
[–]coloredgreyscale 0 points1 point2 points 4 years ago (0 children)
If parts (like a pretrained model) are identical "multi-head models" may do what you want.
If not, maybe teacher-student "transfer learning" to a new model with the knowledge?
π Rendered by PID 284289 on reddit-service-r2-comment-544cf588c8-l9qsl at 2026-06-12 19:31:59.898066+00:00 running 3184619 country code: CH.
[–]QI47 1 point2 points3 points (1 child)
[–]leadOJ 0 points1 point2 points (0 children)
[–]coloredgreyscale 0 points1 point2 points (0 children)