No project description provided
Project description
A Graph Neural Network Framework for High Energy Particle Physics
Getting Started:
The framework and tutorials are outlined within read the docs.
Introduction:
The aim of this package is to provide Particle Physicists with an intuitive interface to Graph Neural Networks, whilst remaining Analysis agnostic. Following a similar spirit to AnalysisTop, the physicist defines a custom event class and matches variables within ROOT files to objects that they are a representation of. A simple example of this would be a particle, since these generally have some defining properties such as the four vector, mass, type, etc.
From a technical point of view, the particle would be represented by some Python object, where attributes are matched to the ROOT leaf strings, such that framework can identify how variables are matched. A similar approach can be taken to construct event objects, where particle objects live within the event and are matched accordingly to any other particles e.g. particle truth matching. This hierarchical architecture allows for complex event definitions, first basic building blocks are defined and then matched according to some rule (see tutorial below).
To streamline the transition between ROOT and PyTorch Geometric (a Deep Learning framework for Graph Neural Networks), the framework utilizes event graph definitions. These simply define which particles should be used to construct nodes on a PyTorch Geometric (PyG) Data object. Edge, Node and Graph features can be added separately as simple python functions (see tutorial below). Post event graph construction, events are delegated to an optimization step, which trains a specified model with those graphs.
To avoid having to deal with additional boiler plate book keeping code, the framework tracks the event to the originating ROOT file using a hashing algorithm. The hash is constructed by concatenating the directory, ROOT filename and event number into a single string and computing the associated hash. This ensures each event can be easily traced back to its original ROOT file.
Or naviate to the tutorial folder, which outlines a few core concepts of this framework.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for AnalysisG-4.5.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df9aaac45d7636c4c91eb894f276c4f5dcb06a1380f1a5213cc35f8de4894d60 |
|
MD5 | 9af99dba528e6c8189816aedd468133d |
|
BLAKE2b-256 | 9d73c1fffb11ed903f9253988d3ba143f2997464a3f6cb1b0998524bfa176906 |
Hashes for AnalysisG-4.5.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76716b0a386492918f8c451642d770461ee03a22246242f0f32df719aa591dfe |
|
MD5 | 68dc9d413a8813c980a6300b30893ed4 |
|
BLAKE2b-256 | e77d6ced368831f9108d445c275f4a9bb026e4611a6d47be1d50cc07c72cd234 |
Hashes for AnalysisG-4.5.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 025b24a75eda5006395bc7b5f73d59d9927ab3c10ddf15f97138f04f907ce0cc |
|
MD5 | 88acc19352cee745789f09f31370f7d8 |
|
BLAKE2b-256 | be9ba53548e4cf214f9a96bed406e49d803212b700bb3ec851b5ec64ca3a53b4 |
Hashes for AnalysisG-4.5.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30e3817c5dc06688dafd1a861c2842d043ba2da7ed61f426d5f1ff75103f02e1 |
|
MD5 | 7d245362c3f022fcf7441d1c2f953913 |
|
BLAKE2b-256 | fa6b6ae5a99e088b4d20f7f0ecf72ca4e12e425df82ac58c409f5015b4528abb |
Hashes for AnalysisG-4.5.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5755991b9e1e72b67622f8f66cfb6d8e952a55ab14766d41619df5a48123b9d4 |
|
MD5 | 10361c74c26545ea5b15af01ff51b58f |
|
BLAKE2b-256 | c05773cbfa3210cee7e10d6ac029f0769069e4f42b23d68a3e02f936d300a010 |