iclr20-locally-constant-nets

Decision Tree Network

Develops decision trees from derivatives of ReLU networks to improve model interpretability and robustness

"Oblique Decision Trees from Derivatives of ReLU Networks" (ICLR 2020, previously called "Locally Constant Networks")

GitHub

21 stars
4 watching
8 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
greenfish77/gaenari A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time. 25
matenure/fastgcn Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency 519
florentavellaneda/inferdt This C++ project provides an implementation of decision tree algorithms for classification tasks 7
serengil/chefboost A Python library providing a lightweight framework for building decision trees with categorical feature support 460
aia-uclouvain/pydl8.5 An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface 61
hongyanggao/lgcn An implementation of learnable graph convolutional networks for efficient graph processing 46
liqimai/gcn An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. 45
benedekrozemberczki/sgcn An implementation of a deep learning algorithm for graph data 268
igrigorik/decisiontree An implementation of the ID3 algorithm for building decision trees 1,439
johnstonskj/rml-decisiontrees An implementation of decision trees for classification in Racket machine learning. 4
zhengwang100/rect A deep learning framework for graph representation learning with partially labeled data 18
guanghelee/neurips19-certificates-of-robustness Tight certificates of adversarial robustness for randomly smoothed classifiers 17
locuslab/optnet A PyTorch module that adds differentiable optimization as a layer to neural networks 513
kaurao/hddt An R implementation of Hellinger distance decision tree algorithm. 10
imatge-upc/saliency-2016-cvpr This project proposes a solution to predict salient areas in images using convolutional neural networks. 185