Skip to content
/ APEMEN Public

Autoencoding Parton Emitting Model Encoded in Networks

Notifications You must be signed in to change notification settings

twoev/APEMEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APEMEN

Autoencoding Parton Emitting Model Encoded in Networks

Author: James Monk

This needs Keras, numpy, scipy. If you want to run on (multi) GPU, you need TensorFlow and (duh) a Nvidia GPU.

The model design ensures self-similarity and adds randomness via the FilterMask layer that is in utils/layers. The preprint of the paper explaining the network is available here: https://arxiv.org/abs/1807.03685

Create the model by

import utils.model as modelBuilder

model = modelBuilder.buildModel()

About

Autoencoding Parton Emitting Model Encoded in Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages