Skip to content

Official Implementation of HP-LSTM: Hawkes-Process-LSTM based detection of DDos attack for in-vehicle network

License

Notifications You must be signed in to change notification settings

jamesnulliu/HP-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hawkes-LSTM

Official Implementation of HP-LSTM: Hawkes-Process-LSTM based detection of DDos attack for in-vehicle network

Enverionment Setup

We recommend using Anaconda to manage your environment.

# Create a new environment
conda create -n hp_lstm python=3.10

# Activate the environment
conda activate hp_lstm

# Install everything
pip install -e .

Examples

You can use HP_LSTM as a normal PyTorch module to integrate with your own code.

Check examples/hp_lstm_inference.py for details.

About

Official Implementation of HP-LSTM: Hawkes-Process-LSTM based detection of DDos attack for in-vehicle network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages