d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help With Machine Learning > Combining Models For Better Accuracy
Add Reply New Topic New Poll
Member
Posts: 3,857
Joined: Apr 24 2013
Gold: 7,295.56
Jul 22 2019 08:39am
I've got neurones, random forest and naive bayes which i need to combine to get better accuracy results on predicting what type a song is.

The models already work and learn, but i need to combine them.

LMK
Member
Posts: 12,703
Joined: May 17 2013
Gold: 12,935.00
Jul 22 2019 11:51am
How do you want to combine them? For an ensemble there are many ways, for example by majority vote or model stacking (training a model to learn which answers are most correct for certain types)

If you want actual help, I'm not going to do it for free :)

This post was edited by Klexmoo on Jul 22 2019 11:51am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll