← Search

Colin Sullivan

3 accepted papers

2024

Adaptive Sampling for Efficient Softmax Approximation

NeurIPS 2024poster

The softmax function is ubiquitous in machine learning and optimization applications. Computing the full softmax evaluation of a matrix-vector product can be computationally expensive in high-dimensional settings. In many applications, however, it is sufficient to calculate only the top few outputs…

Cited by 0SourcePDFScholar
2024

MAPTree: Beating “Optimal” Decision Trees with Bayesian Decision Trees

AAAI 2024technical

Decision trees remain one of the most popular machine learning models today, largely due to their out-of-the-box performance and interpretability. In this work, we present a Bayesian approach to decision tree induction via maximum a posteriori inference of a posterior distribution over trees. We fir…

2023

Harnessing the power of choices in decision tree learning

NeurIPS 2023poster

We propose a simple generalization of standard and empirically successful decision tree learning algorithms such as ID3, C4.5, and CART. These algorithms, which have been central to machine learning for decades, are greedy in nature: they grow a decision tree by iteratively splitting on the best a…