alvinwan / neural-backed-decision-trees

Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet

Home Page:https://nbdt.aaalv.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it work better than original nerual network in binary classification

study1157 opened this issue · comments

I mean apply NBDT with soft loss.., you know the inner node weight can't be update with the soft loss in binary classfication due to the special inner probability computing method.