Skip to content

sammy4321/Android-Malware-Detection-Using-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAS Module 3 Team members Ujjwal Pasupulety: 15IT150 Samarth Mohan: 15IT236

Paper link- https://arxiv.org/pdf/1712.08996.pdf

Module 3 progress

The following Feature selection algorithms have been used:

  1. Variance threshold(varthresh.py)
  2. Select K Best(selkbest.py)
  3. L1 sparse learning(l1.py)
  4. Extra Tree classifier(tree.py)

The algorithms take in features stored as a dataframe(in features.csv) and select a certain set of features. Neural network is trained on these features and the corresponding h5 weight files are stored.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages