Skip to content

a C++ implementation of a Boosted Decision Tree Neural Network with ROOT dependencies.

License

Notifications You must be signed in to change notification settings

LeeoBianchi/BDT_NeuralNetwork

Repository files navigation

BDT Neural Network

A C++ implementation of a Boosted Decision Tree Neural Network exploiting some ROOT Classes for signal/background separation.

a) plots the histogram of the data separated in signal and background categories.

b) compare the error function resulting from the same algorithm run with different boosting iteration number values. It allows to see the iteration number upper bound for not letting the network fall in overtraining.

A makefile is included. Compile the program typing "make". ROOT is required, visit https://root.cern/install/ for intallation details.

About

a C++ implementation of a Boosted Decision Tree Neural Network with ROOT dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published