Computing resources
DESY NAF
Jupyter Lab on DESY NAF: http://naf-jhub.desy.de
Documentation: https://confluence.desy.de/display/IS/Jupyter+on+NAF
Python packages
Puma
puma-hepis a plotting package specifically designed to evaluate the performance and show the input feature distributions of ATLAS flavour tagging algorithms. https://github.com/umami-hep/pumaMatplotlib
matplotlibprovides a universal plotting ecosystem for python. The puma package depends heavily on it. https://matplotlib.orgPandas
pandasprovides handling of dataframes for the columnar analysis of input datasets. https://pandas.pydata.org/docs/user_guide/index.htmlHDF5 for python
h5pyprovides an interface to get the content of files stored in the HDF5 format into python, e.g. asnumpyarrays. https://docs.h5py.org/en/stable/TensorFlow
tensorflowis a machine-learning library which features thekerasinterface to define and create neural networks using a high-level language for specifying their properties. https://www.tensorflow.org/
Last updated