
Research Article
Drug Recommendations Using a Reviews and Sentiment Analysis by RNN
@INPROCEEDINGS{10.1007/978-3-031-48888-7_11, author={Pokkuluri Kiran Sree and SSSN Usha Devi N and Phaneendra Varma Chintalapati and Gurujukota Ramesh Babu and PBV Raja Rao}, title={Drug Recommendations Using a Reviews and Sentiment Analysis by RNN}, proceedings={Cognitive Computing and Cyber Physical Systems. 4th EAI International Conference, IC4S 2023, Bhimavaram, Andhra Pradesh, India, August 4-6, 2023, Proceedings, Part I}, proceedings_a={IC4S}, year={2024}, month={1}, keywords={RNN (Recurrent Neural Network) CA (Cellular Automata) Sentiment Analysis}, doi={10.1007/978-3-031-48888-7_11} }
- Pokkuluri Kiran Sree
SSSN Usha Devi N
Phaneendra Varma Chintalapati
Gurujukota Ramesh Babu
PBV Raja Rao
Year: 2024
Drug Recommendations Using a Reviews and Sentiment Analysis by RNN
IC4S
Springer
DOI: 10.1007/978-3-031-48888-7_11
Abstract
Sentiment analysis plays a crucial role in understanding the opinions and attitudes expressed in textual data. This paper explores the utilization of two distinct approaches, Recurrent Neural Networks (RNNs) and Cellular Automata (CA), for recommending drugs based on sentiment analysis of user reviews.
Recurrent Neural Networks (RNNs) have emerged as a powerful tool for analyz ing sequential data. In the context of sentiment analysis, RNNs excel at capturing contextual information and dependencies between words within a sentence. By training an RNN on a labeled dataset of drug reviews, sentiment patterns can be learned, enabling the model to predict the sentiment associated with unseen reviews.
Cellular Automata (CA) offer an alternative approach to sentiment analysis. CA are discrete systems where cells transition between states based on local interactions with neighboring cells. Applying CA to sentiment analysis involves repre senting each word or phrase in a review as a cell, and defining rules that govern sentiment state transitions based on neighboring cells’ sentiments. By iteratively updating the cellular automaton over multiple time steps, sentiment dynamics within the text corpus can be modeled.
RNNs are particularly adept at capturing long-term dependencies and contextual nuances within a text sequence. Conversely, CA provide a spatially extended framework that can capture spatial dependencies between words. We propose a hybrid method RNN-CA-DR using both of these methods for developing a robust and accurate classifier for drug recommendation. The developed classifier has reported an accuracy of 91.23% and outperformed few base line models when tested with various parameters F1 Score, precision and recall.