├── .gitignore ├── README.md ├── RumorDetect_original.py └── RumorDetect_word2vec.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kjes89011/Rumor-Detection-with-RNN/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kjes89011/Rumor-Detection-with-RNN/HEAD/README.md -------------------------------------------------------------------------------- /RumorDetect_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kjes89011/Rumor-Detection-with-RNN/HEAD/RumorDetect_original.py -------------------------------------------------------------------------------- /RumorDetect_word2vec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kjes89011/Rumor-Detection-with-RNN/HEAD/RumorDetect_word2vec.py --------------------------------------------------------------------------------