Detail

Interaction Network (with reduced inputs and simpler architecture) to identify Hbb jets from QCD background

riyajj2_illinois/Hbb_Interaction_Network_v7
Copy
Python static method

Input

particle track and vertex features
Type: tuple
Track features
Type: (ndarray)
Vertex features
Type: (ndarray)

Output

QCD and Hbb jet class probabilities
Type: ndarray
Shape: ['None', '2']

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('riyajj2_illinois/Hbb_Interaction_Network_v7', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('riyajj2_illinois/Hbb_Interaction_Network_v7')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation