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
- backend Models from other person I use
- clean_utils cleaning utils for Text
- keras_cnn_rnn CNN and RNN models using Keras
- tensorflow_cnn_rnn CNN+RNN model using tensorflow
- tensorflow_rnn RNN model using tensorflow