The repository contains code for my engineering thesis "Track classification using machine learning techniques for LHCb experiment"
Contents:
- Seed Classifier Development - Python code and notebooks for building, training and evaluating the Neural Network model for T-seed classification.
- Seed Classifier Implementation - C++ code which implements the exported model inside the PatLongLivedTracking algorithm[1][2] using the LWTNN library[3]
- Seed Classifier Performance Analysis - evaluation of Downstream Tracking efficiency with the new algorithm
- data - input training files and ROOT -> Python converter
- models - final model json files
Read more:
3.LWTNN