Metadata-Version: 2.1
Name: hepynet
Version: 0.4.1
Summary: High energy physics, python based, neural network framework
Home-page: https://github.com/StarPrecursor/hepynet
Author: Zhe Yang
Author-email: starprecursor@gmail.com
License: UNKNOWN
Description: # **Hepynet**
        
        **H**igh **e**nergy physics, **py**thon-based, neural-**net**work assistant framework
        
        ![forthebadge](https://img.shields.io/badge/hepynet-v0.4.1-blue)
        
        ## **Introduction**
        
        The goal of the hepynet: perform DNN related high energy physics analysis tasks with simple config files
        
        - for **ATLAS Analysis**: include supports for various ATLAS analysis jobs
        
        - **Config Driven**: all tasks defined by a simple config file
        
        - **Python Based**: codes are written in Python, which is the mainstream language for DNN studies
        
        ## **Installation**
        
        ```bash
        pip install hepynet
        ```
        
        ### GPU support
        
        - You can refer to [Tensorflow GPU support](https://www.tensorflow.org/install/gpu) to set up the environment to use GPU for training
        
        - This is not mandatory, CPU alone is enough to run hepynet
        
        ## **Set Up the Workspace**
        
        Please refer to [hepynet_example](https://github.com/Hepynet/hepynet_example) to see how to set up the workspace of hepynet.
        
        ## **Release Note - v0.4.1**
        
        - Use pandas.Dataframe to manage data
        - Better plots styles to meet ATLAS style requirements wit* the help of [atlas-mpl-style](https://pypi.org/project/atlas-mpl-style)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: <3.9,>=3.8
Description-Content-Type: text/markdown
