Hacker News new | ask | show | jobs
by SAI_Peregrinus 2053 days ago
And you can even do both. Decision tree to get to a smaller problem space, then NN on the output. You end up with a bunch of neural nets, each of which performs better than a single monolithic net due to solving a simpler problem.
1 comments

Yeah! Stacking models and playing on each types strength is a great strategy.