Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.19 KB

README.md

File metadata and controls

42 lines (28 loc) · 2.19 KB

Belle II analysis       drawing       drawing

Prerequisites

Python versions supported:

Installing

You can recreate the conda environment used for this analysis with:

conda env create -f environment.yml

Goal

One of the studies carried out with the Belle II experiment is time-dependent CP asymmetry in the decay channel :

We want to train and test a Deep Neural Network (DNN) with Keras and a Boosted Decision Tree with XGBoost on Montecarlo samples with labeled data and use the best models to find our signal in unlabelled data (Data Challenge).

At the end the branching fraction for the process is calculated.

Authors:

Supervised by:

Useful External Links:

  1. A high-bias, low-variance introduction to Machine Learning for physicists - Complete and continuously updated review provided with explanatory Jupyter notebooks.
  2. Scikit-HEP project - Particle physics data analysis in Python.
  3. CPV in the Standard Model - Some slides on the advanced physics behind the process considered.