An open API service indexing awesome lists of open source software.

https://github.com/zichunhao/cnn-jet-autoencoder

Convolutional neural network autoencoders for jets in HEP
https://github.com/zichunhao/cnn-jet-autoencoder

autoencoder convolutional-neural-networks high-energy-physics jet-image particle-physics physics

Last synced: 13 days ago
JSON representation

Convolutional neural network autoencoders for jets in HEP

Awesome Lists containing this project

README

        

# Convolutional Neural Network Autoencoders for Jets
Convolutional Neural Network (CNN) autoencoder on jet images in particle physics, used as a baseline for the [LGAE](https://github.com/zichunhao/lgn-autoencoder).

## Prepare Data
To prepare the data for training and testing, run the following script.
```bash
python3 data/preprocess.py --save-dir "data"
```