Skip to content

jblevins32/Perfect_Attackability_Detection_DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perfect Attackability Detection for Linear Systems with Deep Learning

This project seeks to find a solution for determining perfect attack matrices for LTI output feedback systems. It utilizes various NN models to accomplish this task.

File Structure:

  • src: Source code
    • attackability_model.py: Core function for training the model, called from run.py
    • model.py: NN model definition
    • optimal.py: Classic numerical optimization to compare NN model to
    • run.py: Generates inputs for the model and runs the training
    • ss_loss.py: Loss function
    • state_space_generator.py: Data generator for state space models to train/test/evaluate on
  • config.yaml: Model training parameters
  • model.pth: Saved model

About

Finding perfect solutions to undetectable attacks to LTI systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages