├── Gramolin_ALEPH2015.pdf ├── LICENSE ├── README.md ├── bst1.model ├── bst2.model ├── data └── README.txt ├── features.py ├── parameters.py ├── predict.py └── train.py /Gramolin_ALEPH2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/Gramolin_ALEPH2015.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/README.md -------------------------------------------------------------------------------- /bst1.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/bst1.model -------------------------------------------------------------------------------- /bst2.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/bst2.model -------------------------------------------------------------------------------- /data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/data/README.txt -------------------------------------------------------------------------------- /features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/features.py -------------------------------------------------------------------------------- /parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/parameters.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/predict.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gramolin/flavours-of-physics/HEAD/train.py --------------------------------------------------------------------------------