Skip to content

INN for density-based anomaly search in particle jets.

License

Notifications You must be signed in to change notification settings

ThorstenBuss/jet-inn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jet-inn

INN for density-based anomaly search in particle jets.

dependences

run

To try out the network, you can use the top tagging dataset, for example. You can download the test dataset here, which is large enough for training and testing. If the file was saved under ~/Downloads/test.h5, you can train the network with the following commands.

# install dependences
python3 -m pip install -r requirements.txt

# preprocessing
python3 prepare_data/split.py ~/Downloads/test.h5
python3 prepare_data/cons2efps.py

# training
python3 src/main.py params/top.json
python3 src/main.py params/qcd.json

# ploting
python3 src/plot.py

For questions/comments about the code contact: buss@thphys.uni-heidelberg.de


This code was written for the paper:

What’s Anomalous in LHC Jets?
https://arxiv.org/abs/2202.00686
Thorsten Buss, Barry M. Dillon, Thorben Finke, Michael Krämer, Alessandro Morandini, Alexander Mück, Ivan Oleksiyuk and Tilman Plehn

About

INN for density-based anomaly search in particle jets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages