Newer
Older
Goal: Clustering of PandoraPFOs into jets based on TrueJet data
`mamba create -n graphjet_pyg python=3.11 -c conda-forge && mamba activate graphjet_pyg && mamba install jupyterlab tqdm ipywidgets==7.7.2 pip matplotlib numpy seaborn uproot tabulate && pip install pyvis pyg torch`
For documentation on PyTorch Geometric/PyG, see [here](https://pytorch-geometric.readthedocs.io/en/latest/).
Fully connected graph of final state particles with nodes consisting of four momenta and edges as [0,1] labels displaying the connection of the elements. Objective: Edge prediction.