This repo is for the screening of suicide users based on their social media information. It mainly includes three parts: the exploratory linguistic data analysis, the SVM classifiers based on the n-gram model and the hierarchical attention neural network.
- Numpy
- Tensorflow 1.10
- sklearn
- NLTK
The implementation of the hierarchical attention neural network.