Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 625 Bytes

File metadata and controls

23 lines (21 loc) · 625 Bytes

BinaryCompileClassification

Using deeplearning to solve binary code complie tag classification contains:

  • tensorflow RNN text classifiction

  • tensorflow CNN text classifiction

  • tensorflow CNN+RNN text classifiction

  • keras RNN text classifiction

  • keras CNN text classifiction

  • keras CNN+RNN text classifiction

  • keras hierarchical rnn text classifiction

file introduction

  1. backend Models from other person I use
  2. clean_utils cleaning utils for Text
  3. keras_cnn_rnn CNN and RNN models using Keras
  4. tensorflow_cnn_rnn CNN+RNN model using tensorflow
  5. tensorflow_rnn RNN model using tensorflow