Dengue Fever Detection using Long Short-term Memory Neural Network

© 2020 IEEE. In this research, long short-term memory is used for text classification. The LSTM model is used for the detection of dengue fever from symptoms. The inputs of the model are the text of symptoms in Thai language, as well as the sex and age of the patients. For Thai text processing, firs...

全面介紹

Saved in:
書目詳細資料
Main Authors: Wanchaloem Nadda, Waraporn Boonchieng, Ekkarat Boonchieng
格式: Conference Proceeding
出版: 2020
主題:
在線閱讀:https://www.scopus.com/inward/record.uri?partnerID=HzOxMe3b&scp=85091835865&origin=inward
http://cmuir.cmu.ac.th/jspui/handle/6653943832/70427
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:© 2020 IEEE. In this research, long short-term memory is used for text classification. The LSTM model is used for the detection of dengue fever from symptoms. The inputs of the model are the text of symptoms in Thai language, as well as the sex and age of the patients. For Thai text processing, first, we will token the sentence to words, and then correct the wrong words, and convert the words to vector using Word2Vec model and set as input data for LSTM model training. In addition, we use class balanced cross-entropy loss function for solving class imbalanced data problems. The results show that the G-mean (geometric mean of the accuracy of all classes) of LSTM with class balanced cross-entropy loss of function is greater than LSTM with cross-entropy loss function.