Skip to content

harnoors/PowerGrid-Anomaly-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electrical Grid Cybersecurity: An Anomaly Detection Approach to Examine Abnormal Behaviour and Potential Security Intrusions

Summary

  1. Nowadays, many time series are generated by various types of critical infrastructure such as electrical power grids, thermal plants, public water utilities, etc.
  2. This project attempts to address the procedures and findings in exploration of available data from electricity consumption of households in the U.S. and the implementation of anomaly detection techniques to determine point and contextual anomalies in five sets of unseen data.
  3. Point anomalies are detected by applying the so-called moving average method.
  4. Contextual anomalies are determined by trained hidden Markov models (HMMs) and comparison of log-likelihoods to determine anomalous behaviour.
  5. For feature selection, a subset of dependent electrical variables is selected based on correlation coefficients and performing a Principal Component Analysis (PCA) on the provided training data set.
  6. The analysis and methodologies for the feature engineering, HMM training and testing as well as anomaly detection is addressed in detail within the report.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages