ShallowNeuralDecisionForest
ShallowNeuralDecisionForest copied to clipboard
Implementation of Deep Neural Decision Forest based on MSR paper
In your initial setting, the depth of tree is 5, so there are 2^5=32 leaf nodes while just 2^5-1=31 internal nodes which are designed to be the output of the...
Hi, 1. Please, I beg of you, move to Python 3.6 2. I had to load the latest version of Lasagne `using:` ``` pip install --upgrade --no-deps https://github.com/Theano/Theano/archive/master.zip pip install...
Hi, I am also trying to implement this paper, and your code really helps. One question is about the pi_iter, in your code you may update \pi for about 20...
Hi SkidanovAlex, I am implement the paper "monocular depth estimation using neural regression forest". It is a follow-up paper of "deep neural decision forests". Both of them use probabilistic routing...