|

Enabling TensorFlow Decision Forests in C

TensorFlow Decision Forests is a library that enables TensorFlow to run various decision forest models such as Gradient Boosting Trees (GBT) and Random Forests (RF). In some scenarios (e.g. tabular data) these models are easier to train and comprehend and can outperform deep neural network models (since they have fewer hyper parameters). On the other hand, deep neural networks generally excel in tasks...
(102)Like