00mjk / deep-ensemble-jet

Ransomware analysis using DEL with jet-like architecture comprising two CNN wings, a sparse AE tail, a non-linear PCA to produce a diverse feature space, and an MLP nose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

References

Original Paper

Deep Ensemble Learning with Jet-Like architecture

  1. Tail > Sparse Autoencoder
  2. Wings > Two CNNs
  3. Body > Non-Linear PCA
  4. Nose > MLP

Architectural details

CNN1 (Left Wing)

conv layers = 3
fc layers = 1
filter size = (1,4)
input channels = 1
output channels = 3
stride = 1
padding = none
output features = 15

CNN2 (Right Wing)

conv layers = 4
fc layers = 1
filter size = (1,3)
input channels = 1
output channels = 3
stride = 1
padding = none
output features = 15

About

Ransomware analysis using DEL with jet-like architecture comprising two CNN wings, a sparse AE tail, a non-linear PCA to produce a diverse feature space, and an MLP nose


Languages

Language:Jupyter Notebook 100.0%