LSTMCNN: A hybrid machine learning model to unmask fake news

Heliyon. 2024 Jan 28;10(3):e25244. doi: 10.1016/j.heliyon.2024.e25244. eCollection 2024 Feb 15.

Abstract

The widespread dissemination of false information across various online platforms has emerged as a matter of paramount concern due to the potential harm it poses to individuals, communities, and entire nations. Substantial efforts are currently underway in the research community to combat this issue. A burgeoning area of study gaining significant traction is the development of fake news identification techniques. However, this field faces formidable challenges primarily stemming from limited resources, including access to comprehensive datasets, computational resources, and evaluation tools. To overcome these challenges, researchers are exploring various methodologies. One promising approach involves the use of feature abstraction and vectorization techniques. In this context, we highly recommend utilizing the Python sci-kit-learn module, which offers many invaluable tools such as the Count Vectorizer and Tiff Vectorizer. These tools enable the efficient handling of text data by converting it into numerical representations, thereby facilitating subsequent analysis. Once the text data is appropriately transformed, the next crucial step involves feature selection. To achieve optimal results, researchers often employ feature selection methods based on misperception matrices. These methods allow for the exploration and selection of the most suitable features, which are essential for achieving the highest accuracy in fake news identification.

Keywords: CNN; Fake-news; LSTM; NLP.