Describe Kernel Density Forests in related works (make sure to mention having a separate voting set)
Show some simulation of KDF performance and report their Brier Scores/ECE
Describe the algorithm to find polytope membership
Show some polytope composition networks for simple networks and then for more complicated networks
Describe treating the polytopes of networks as leaves and using the KDF algorithm for those polytopes/leaves (including training the network with a transformer set and filling in the polytope/leaf KDE's with a vote set)
Describe simplicity of implementation and convenient utilization of GPU
Show estimated posteriors of KDN on XOR and compare with Deep Networks (make sure to emphasize Deep Networks becoming more confident as distance from training data increases, failing to conform to the shape of the data)
Show some class accuracy and Brier score results on XOR and compare with Deep Nets
Show some class accuracy and Brier score results on MNIST and compare with Deep Nets