|
|
|
|
|
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. |
|