├── README.md ├── chinese_binary.py ├── chinese_multi.py ├── data ├── design.txt ├── health.txt └── tech.txt ├── example_in_colab.ipynb ├── health_and_tech.h5 ├── health_and_tech_design.h5 ├── requirements.txt └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/README.md -------------------------------------------------------------------------------- /chinese_binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/chinese_binary.py -------------------------------------------------------------------------------- /chinese_multi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/chinese_multi.py -------------------------------------------------------------------------------- /data/design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/data/design.txt -------------------------------------------------------------------------------- /data/health.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/data/health.txt -------------------------------------------------------------------------------- /data/tech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/data/tech.txt -------------------------------------------------------------------------------- /example_in_colab.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/example_in_colab.ipynb -------------------------------------------------------------------------------- /health_and_tech.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/health_and_tech.h5 -------------------------------------------------------------------------------- /health_and_tech_design.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/health_and_tech_design.h5 -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jinkeycode/keras_lstm_chinese_document_classification/HEAD/utils.py --------------------------------------------------------------------------------