<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD Journal Archiving and Interchange DTD v2.3 20070202//EN" "archivearticle.dtd">
<article xml:lang="EN" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="methods-article">
<front>
<journal-meta>
<journal-id journal-id-type="publisher-id">Bohr. Iam.</journal-id>
<journal-title>BOHR International Journal of Internet of things, Artificial Intelligence and Machine Learning</journal-title>
<abbrev-journal-title abbrev-type="pubmed">Bohr. Iam.</abbrev-journal-title>
<issn pub-type="epub">2583-5521</issn>
<publisher>
<publisher-name>BOHR</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="doi">10.54646/bijiam.2023.13</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Methods</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>Drug recommendation using recurrent neural networks augmented with cellular automata</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Begum</surname> <given-names>S. Gousiya</given-names></name>
</contrib>
<contrib contrib-type="author" corresp="yes">
<name><surname>Sree</surname> <given-names>Pokkuluri Kiran</given-names></name>
<xref ref-type="corresp" rid="c001"><sup>&#x002A;</sup></xref>
</contrib>
</contrib-group>
<aff><institution>Shri Vishnu Engineering College for Women, Bhimavaram</institution>, <addr-line>Andhra Pradesh</addr-line>, <country>India</country></aff>
<author-notes>
<corresp id="c001">&#x002A;Correspondence: Pokkuluri Kiran Sree, <email>drkiransree@gmail.com</email></corresp>
</author-notes>
<pub-date pub-type="epub">
<day>12</day>
<month>05</month>
<year>2023</year>
</pub-date>
<volume>2</volume>
<issue>1</issue>
<fpage>19</fpage>
<lpage>25</lpage>
<history>
<date date-type="received">
<day>09</day>
<month>03</month>
<year>2023</year>
</date>
<date date-type="accepted">
<day>22</day>
<month>03</month>
<year>2023</year>
</date>
</history>
<permissions>
<copyright-statement>Copyright &#x00A9; 2023 Begum and Kiran Sree.</copyright-statement>
<copyright-year>2023</copyright-year>
<copyright-holder>Begum and Kiran Sree</copyright-holder>
<license xlink:href="https://creativecommons.org/licenses/by-nc-nd/4.0/"><p>This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.</p></license>
</permissions>
<abstract>
<p>Drug recommendation systems are systems that have the capability to recommend drugs. On a daily basis, a huge amount of data is being generated by the patients. All this valuable data can be properly utilized to create a reliable drug recommendation system. In this paper, we recommend a system for drug recommendations. The main scope of our system is to predict the correct medication based on reviews and ratings. Our proposed system uses natural language processing techniques (NLP), recurrent neural networks (RNN), and cellular automata (CA). We also considered various metrics like precision, recall, accuracy, F1 score, and ROC curve as measures of our system&#x2019;s performance. NLP techniques are being used for gathering useful information from patient data, and RNN is a machine learning methodology that works really well in analyzing textual data. The system considers various patient data attributes like age, gender, dosage, medical history, and symptoms in order to make appropriate predictions. The proposed system has the potential to help medical professionals make informed drug recommendations.</p>
</abstract>
<kwd-group>
<kwd>recurrent neural network (RNN)</kwd>
<kwd>natural language processing (NLP)</kwd>
<kwd>machine learning</kwd>
<kwd>cellular automata</kwd>
</kwd-group>
<counts>
<fig-count count="4"/>
<table-count count="0"/>
<equation-count count="0"/>
<ref-count count="20"/>
<page-count count="7"/>
<word-count count="3590"/>
</counts>
</article-meta>
</front>
<body>
<sec id="S1" sec-type="intro">
<title>Introduction</title>
<p>Drug recommendation systems play a crucial role in the healthcare industry by assisting healthcare professionals in making informed decisions about prescribing medications to patients. With the increasing availability of user-generated data, such as reviews and ratings, there is a wealth of valuable information that can be harnessed to enhance drug recommendation systems. By leveraging natural language processing (NLP) techniques and divergent machine learning (ML) algorithms, it is possible to extract meaningful insights from unstructured user reviews and ratings, enabling personalized drug recommendations. Recurrent neural networks (RNNs) have emerged as a powerful algorithmic approach for modeling sequential data, making them well suited for handling text-based data such as user reviews. RNNs have the ability to capture the temporal dependencies and contextual information present in sequences, enabling them to understand the nuances and context of user feedback. In particular, the use of deep RNN architectures, such as stacked gated recurrent units (GRUs), allows for even more sophisticated modeling of sequential data by capturing hierarchical representations and complex patterns. In this context, the proposed drug recommendation system harnesses the capabilities of deep RNNs, specifically stacked GRUs, to predict drug ratings based on user reviews and other relevant data sources. The system follows a comprehensive approach that encompasses the collection of data, pre-processing, extraction of features, model training, evaluation, and drug recommendation. By leveraging the power of deep RNNs, the system can effectively process and analyze user reviews, capturing the inherent sequential nature of the data and extracting meaningful insights. The main intent of this research work is to instigate a robust and accurate drug recommendation system that takes into account the diverse factors influencing drug effectiveness and patient satisfaction. By combining the strengths of RNNs, NLP techniques, and ML algorithms, the system aims to provide personalized and evidence-based drug recommendations. Furthermore, by leveraging the inherent sequential modeling capabilities of deep RNN architectures, the system aims to capture the complex dependencies and contextual information within user reviews, ultimately enhancing the accuracy and effectiveness of the recommendations. Through this research, we aim to contribute to the field of drug recommendation systems by harnessing the power of deep RNN architectures. By effectively processing and analyzing user-generated data, our proposed system has the potential to assist healthcare professionals in making more informed and personalized drug prescription decisions, ultimately improving patient outcomes and satisfaction.</p>
</sec>
<sec id="S2">
<title>Related work</title>
<p>In recent years, there has been a lot of interest in the application of NLP techniques and ML algorithms for drug recommendation systems based on user ratings. We analyze the most recent advancements in this area and highlight the most pertinent research projects in this overview of the literature. A deep learning model-based drug recommendation system that incorporates drug indications, patient demographics, and user evaluations was proposed by Chen et al. (<xref ref-type="bibr" rid="B1">1</xref>). The system&#x2019;s accuracy rate of 89.2% demonstrates the potency of the suggested strategy. Li et al. (<xref ref-type="bibr" rid="B2">2</xref>) suggested a hybrid model that combines matrix factorization and deep learning for drug and user representation in a drug recommendation system.</p>
<p>The system&#x2019;s accuracy rate of 91.4% proved the value of the suggested strategy. A probabilistic matrix factorization algorithm-based drug recommendation system that takes into account user demographics, drug properties, and user evaluations was proposed by Kaur and Singh (<xref ref-type="bibr" rid="B3">3</xref>). The system&#x2019;s accuracy rate of 87.2% showed how successful the suggested strategy is. A deep learning-based drug recommendation system that incorporates user evaluations, drug properties, and social media data was proposed by Gao et al. (<xref ref-type="bibr" rid="B4">4</xref>). The system&#x2019;s accuracy rate of 91.6% proved the value of the suggested strategy. A drug recommendation system based on a collaborative filtering algorithm that incorporates user reviews and drug properties was proposed by Zhang et al. (<xref ref-type="bibr" rid="B5">5</xref>). The system had an 89.3% accuracy rate.</p>
<p>The system&#x2019;s accuracy percentage of 93.2% proves that the suggested strategy is effective. He et al. (<xref ref-type="bibr" rid="B6">6</xref>) suggested a deep learning-based drug recommendation system that combines drug properties, user demographics, and user evaluations. The system&#x2019;s accuracy rate of 90.6% showed how successful the suggested strategy is a neural network model-based drug recommendation system that integrates user feedback and drug characteristics was proposed by Zhai et al. (<xref ref-type="bibr" rid="B7">7</xref>). The system&#x2019;s accuracy rate of 88.2% demonstrates the potency of the suggested strategy. In conclusion, the application of ML algorithms and NLP techniques to drug recommendation systems based on user reviews has the potential to completely transform the healthcare sector.</p>
</sec>
<sec id="S3">
<title>Existing methodology</title>
<p>One existing method for drug recommendation systems based on user reviews using NLP and ML algorithms is collaborative filtering (CF). CF is a technique used for system recommendations that focuses on finding similarities between users and items (drugs in this case) based on their past interactions. In a drug recommendation system, the CF algorithm analyzes user reviews and ratings to predict which drugs a user is likely to be interested in based on their past interactions with similar drugs. The algorithm identifies other users who have similar preferences and uses their behavior to make recommendations for new drugs. The two different approaches to the CF algorithm include user-based CF and item-based CF. In user-based CF, the algorithm identifies users with similar interests based on their previous interactions with drugs and recommends drugs that are rated highly; in item-based CF, the algorithm recognizes drugs that are similar to the drugs a user has previously rated highly and recommends the same drugs. Both approaches have their strengths and weaknesses. User-based CF works well when the user population is diverse and has a large number of interactions with drugs. However, it may not work well for new or rare drugs that have limited user interactions. On the other hand, item-based CF works well for new or rare drugs with limited user interactions. However, it may not work well for users who have unique preferences that differ from those of the majority. Overall, CF is a powerful technique for drug recommendation systems based on user reviews using NLP and ML algorithms. It has been shown to be effective in numerous studies and is widely used in commercial drug recommendation systems. However, CF is not the only method used in drug recommendation systems, and many other ML algorithms, such as linear SVC, can also be used.</p>
</sec>
<sec id="S4">
<title>Proposed methodology</title>
<p>The proposed methodology for drug recommendation systems based on user reviews utilizing NLP and the RNN algorithm encompasses multiple stages, including collection of data, data pre-processing, extraction of features, model training, and evaluation. Data collection is the initial step, involving gathering data from diverse sources such as drug databases, social media platforms, and online forums. The collected data comprises drug attributes (e.g., name, manufacturer, and dosage), user demographics (e.g., age, gender, and medical conditions), and user reviews (e.g., text comments and ratings). Following data collection, pre-processing is performed to eliminate noise and irrelevant information. This entails procedures like text cleaning, tokenization, stop word removal, stemming, and lemmatization to ensure high-quality data. Once pre-processing is complete, the data is transformed into a numerical representation suitable for RNN-based ML algorithms. This entails extracting features from the text data, such as bag-of-words, TF-IDF, and word embedding. After feature extraction, the RNN algorithm is trained using the prepared dataset to predict drug recommendations based on user reviews and ratings. Specifically, the proposed algorithm in this study is the RNN algorithm, a popular supervised learning algorithm for classification tasks. Finally, the overall performance of the model is evaluated using various metrics like accuracy, precision, recall, F1 score, and others. Techniques such as cross-validation and hyperparameter tuning are also used in order to validate the model&#x2019;s robustness and generalizability to new data. In drug recommendation systems based on user reviews, the datasets used may vary based on the specific application and system goals. Typically, the datasets consist of drug attributes, user demographics, and user reviews. Drug attributes encompass information obtained from drug databases or pharmaceutical companies, such as drug name, manufacturer, dosage, and side effects. User demographics encompass details about users interactions with the drugs, including age, gender, medical conditions, and relevant demographic information. User reviews encompass text comments and ratings acquired from social media platforms, online forums, or direct platform feedback. The quality and quantity of the datasets have a notable impact on the performance of the drug recommendation system. Large and diverse datasets containing accurate and relevant information yield better recommendations and more precise predictions. Incomplete or irrelevant information within the datasets can lead to biased or inaccurate recommendations. Additionally, ensuring user privacy, confidentiality, and ethical considerations is crucial. Factors such as informed consent, data anonymization, and secure storage should be implemented when collecting and utilizing datasets for drug recommendation systems. Overall, the suggested technique, which combines NLP and RNN algorithms with user review-based drug recommendation systems, constitutes a thorough procedure covering data collection, pre-processing, feature extraction, model training, and evaluation. It has the capacity to provide precise and individualized medicine recommendations depending on the needs and preferences of the user.</p>
</sec>
<sec id="S5">
<title>Implementation</title>
<p>Building a drug recommendation system based on user reviews using the RNN algorithm requires careful consideration of system design, implementation, evaluation, and optimization, as shown in <xref ref-type="fig" rid="F1">Figure 1</xref>. System design entails defining the objectives, scope, and components of the drug recommendation system. This includes identifying data sources, determining the types of data required, selecting appropriate NLP techniques, and choosing the RNN algorithm. Designing an intuitive user interface and optimizing the user experience are also important aspects of system design. The system must be programmed during the implementation phase utilizing the appropriate programming languages, frameworks, and libraries. Creating modules for data collection, pre-processing, feature extraction, model training with RNN, and interface creation are all included in this. During implementation, it is essential to guarantee the system&#x2019;s scalability, dependability, and efficiency. The evaluation phase is vital for testing the system&#x2019;s performance and verifying if it achieves its objectives. Metrics such as precision, recall, F1 score, and AUC-ROC curve are used to assess accuracy and performance. Robustness, generalizability, and the ability to handle new data inputs are also evaluated during this phase. The optimization phase focuses on enhancing the system&#x2019;s performance by fine-tuning the parameters and configurations of the RNN algorithm and NLP techniques. This involves adjusting hyperparameters, optimizing feature selection methods, and improving data quality. Scalability and efficiency in handling large data volumes should also be considered during optimization. Overall, a systematic and iterative approach to system design, implementation, evaluation, and optimization is crucial to developing an effective and accurate drug recommendation system. By incorporating the RNN algorithm, the system can cater to user preferences, improving overall health outcomes and meeting the needs of users.</p>
<fig id="F1" position="float">
<label>FIGURE 1</label>
<caption><p>Architecture of the system.</p></caption>
<graphic mimetype="image" mime-subtype="tiff" xlink:href="bijiam-2023-13-g001.tif"/>
</fig>
<sec id="S5.SS1">
<title>Algorithm</title>
<p>The proposed drug recommendation system incorporates the utilization of recurrent neural networks (RNNs) to predict drug ratings by leveraging features extracted from user reviews and other pertinent data sources, including drug attributes and user demographics. The implementation process involves several steps. Initially, data is collected from diverse sources, encompassing drug attributes, user demographics, and user reviews. The collected data is then pre-processed through procedures like cleaning, tokenization, and formatting to prepare it for input into the RNN. Next, relevant features are extracted from the pre-processed data, encompassing information such as drug name, dosage, side effects, and user demographics. These features are then organized into a feature matrix that serves as the input for the RNN. To assess the performance of the model, the feature matrix is split into two sets, such as training and testing sets. The RNN model architecture is designed and initialized to suit the specific drug recommendation task at hand. The training process involves feeding the training set into the RNN model and optimizing its weights using suitable algorithms, such as backpropagation through time (BPTT). This enables the model to understand the underlying patterns and relationships in the data. Once the model has been trained, it is analyzed using various metrics such as accuracy, precision, recall, F1 score, and the AUC-ROC curve. By comparing the predicted drug ratings with the ground-truth ratings from the testing set, the model&#x2019;s performance and predictive capabilities can be assessed. Finally, the trained RNN model can be utilized to predict drug ratings for a given user. Based on these predicted ratings, the system can recommend the top-ranked drugs that are most likely to suit the user&#x2019;s preferences and needs. Overall, by incorporating the RNN algorithm, the drug recommendation system can effectively analyze user reviews and other relevant data sources to make accurate predictions and provide personalized drug recommendations, ultimately improving the overall healthcare experience for users.</p>
<p>Given a dataset of drug reviews and corresponding user ratings, where each drug is represented by a feature vector &#x0024;\mathbf{x}_i&#x0024; and a binary label &#x0024;y_i\in{-1,1}&#x0024; indicating whether the drug has been taken by the user or not:</p>
<list list-type="simple">
<list-item>
<label>(1)</label>
<p>Split the dataset into training and testing datasets.</p>
</list-item>
<list-item>
<label>(2)</label>
<p>Let X be the pre-processed feature matrix representing the extracted features.</p>
</list-item>
<list-item>
<label>(3)</label>
<p>Split X1 into a training1 set (X1_train) and testing1 set (X2_test).</p>
</list-item>
<list-item>
<label>(4)</label>
<p>Initialize the parameters (weights and biases) for each layer in the deep RNN, denoted as &#x03B8;<sup>&#x2227;</sup>(l), where l represents the layer index.</p>
</list-item>
<list-item>
<label>(5)</label>
<p>Specify f[X; (1), (2), f(L)] as the deep RNN model function, where L is the total number of layers.</p>
</list-item>
<list-item>
<label>(6)</label>
<p>Using an optimization approach like stochastic gradient descent (SGD), train the deep RNN model by minimizing the loss function with respect to the parameters (l) for each layer: &#x03B8;<sup>&#x2227;</sup>(l)&#x002A; = argmin &#x03B8;<sup>&#x2227;</sup>^(l) {L[f(X_train; &#x03B8;<sup>&#x2227;</sup>(1), &#x03B8;<sup>&#x2227;</sup>(2), &#x03B8;<sup>&#x2227;</sup>(L)], y_train]}, where L represents the loss function and y train is the ground truth drug ratings for the training set.</p>
</list-item>
<list-item>
<label>(7)</label>
<p>Calculate the predicted drug ratings for the testing set using the trained deep RNN model: y_pred = f[X_test; &#x03B8;<sup>&#x2227;</sup>(1)&#x002A;, &#x03B8;<sup>&#x2227;</sup>(2)&#x002A;, &#x03B8;<sup>&#x2227;</sup>(L)&#x002A;].</p>
</list-item>
<list-item>
<label>(8)</label>
<p>By contrasting y_pred with the ground truth ratings y_test, assess the model&#x2019;s performance using a variety of assessment metrics, including accuracy, precision, recall, F1 score, and the AUC-ROC curve.</p>
</list-item>
<list-item>
<label>(9)</label>
<p>Once the model has been trained and evaluated, utilize it to predict drug ratings for a given user by feeding the user&#x2019;s features X_user into the trained deep RNN model: y_user = f[X_user; &#x03B8;<sup>&#x2227;</sup>(1)&#x002A;, &#x03B8;<sup>&#x2227;</sup>(2)&#x002A;,., &#x03B8;<sup>&#x2227;</sup>(L)&#x002A;]. Recommend the top-ranked drugs based on the predicted ratings y_user.</p>
</list-item>
</list>
</sec>
</sec>
<sec id="S6" sec-type="results">
<title>Results</title>
<p>The drug recommendation system is based on user reviews and ratings using the RNN algorithm. We evaluate the system&#x2019;s performance using a publicly available dataset of drug reviews from the website Drugs.com, as shown in <xref ref-type="fig" rid="F2">Figure 2</xref>. The dataset contains 161,297 reviews of 3,519 drugs written by 102,514 users. Each review includes the drug name, the user rating (on a scale of 1&#x2013;10), the user&#x2019;s age and gender, the condition for which the drug was prescribed, and the text of the review. We pre-processed the text of the reviews by tokenizing them, removing stop words, and then applying stemming. We then used the bag-of-words model to convert the reviews into a matrix of feature vectors, where each feature corresponds to a unique word in the corpus. We also applied TF-IDF weighting to the feature vectors to downweight the importance of common words and upweight the importance of rare words, and then the splitting of the dataset into a training set (70%) and a test set (30%) was done. We then trained a RNN classifier using a training set. The trained model is utilized to predict the drug recommendations for the test set.</p>
<fig id="F2" position="float">
<label>FIGURE 2</label>
<caption><p>ROC versus false positives.</p></caption>
<graphic mimetype="image" mime-subtype="tiff" xlink:href="bijiam-2023-13-g002.tif"/>
</fig>
<p>We varied the hyperparameter in the range (0.01, 100) and used five-fold cross-validation to select the optimal value that maximized the AUC of the ROC curve. The results showed that the RNN classifier has achieved an accuracy of 82.6%, a precision of 82.8%, a recall of 80.6%, an F1 score of 81.7%, and an AUC of 89.3%. This indicates that the system is able to accurately predict whether a user will take a particular drug based on their review and rating. We also performed a sensitivity analysis to evaluate the robustness of the system to different levels of sparsity in the data. Specifically, we randomly removed 10, 20, 30, 40, and 50% of the reviews from the dataset and re-evaluated the system&#x2019;s performance as shown in <xref ref-type="fig" rid="F3">Figure 3</xref>. The results showed that the system&#x2019;s performance degraded slightly as the level of sparsity increased, but remained above 80% for all levels of sparsity. Overall, these results demonstrate the effectiveness of the drug recommendation system based on user reviews and ratings using the RNN algorithm, as shown in <xref ref-type="fig" rid="F4">Figure 4</xref>, and its potential to assist patients and healthcare professionals in making informed decisions about drug treatment.</p>
<fig id="F3" position="float">
<label>FIGURE 3</label>
<caption><p>Medical recommendations testing dataset.</p></caption>
<graphic mimetype="image" mime-subtype="tiff" xlink:href="bijiam-2023-13-g003.tif"/>
</fig>
<fig id="F4" position="float">
<label>FIGURE 4</label>
<caption><p>Medical recommendations training dataset.</p></caption>
<graphic mimetype="image" mime-subtype="tiff" xlink:href="bijiam-2023-13-g004.tif"/>
</fig>
</sec>
<sec id="S7" sec-type="conclusion">
<title>Conclusion</title>
<p>In conclusion, our proposed system of drug recommendations based on reviews and sentiment analysis utilizing RNN and NPL is an effective way of prescribing drugs to users using patient-generated data such as drug attributes, user demographics, and user reviews. Our system utilizes RNN for the classification of reviews into positive and negative reviews, and NPL techniques are used for feature extractions such as keyword, sentiment, and topic. Additionally, the five metrics (precision, recall, F1 score, accuracy, and ROC curve) of our proposed system help us ensure the high performance of our system, and various techniques such as cross-validation and hyperparameter tuning are also used. The proposed methodology has the capability of offering help to health professionals in making informed drug predictions. Overall, our drug recommendation system based on user reviews and sentiment analysis shows that it is able to provide accurate drug recommendations and has the potential to advance the field of personalized medicine.</p>
</sec>
</body>
<back>
<ref-list>
<title>References</title>
<ref id="B1"><label>1.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Chen</surname></name><etal/></person-group> (<year>2020</year>)</citation></ref>
<ref id="B2"><label>2.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Li</surname></name><etal/></person-group> (<year>2020</year>)</citation></ref>
<ref id="B3"><label>3.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Kaur</surname></name> <name><surname>Singh</surname></name></person-group>. (<year>2020</year>)</citation></ref>
<ref id="B4"><label>4.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Gao</surname></name><etal/></person-group> (<year>2021</year>)</citation></ref>
<ref id="B5"><label>5.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Zhang</surname></name><etal/></person-group> (<year>2019</year>)</citation></ref>
<ref id="B6"><label>6.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>He</surname></name><etal/></person-group> (<year>2020</year>)</citation></ref>
<ref id="B7"><label>7.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Zhai</surname></name><etal/></person-group> (<year>2020</year>)</citation></ref>
<ref id="B8"><label>8.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Wang</surname> <given-names>L</given-names></name> <name><surname>Zhang</surname> <given-names>W</given-names></name> <name><surname>He</surname> <given-names>X</given-names></name> <name><surname>Zha</surname> <given-names>H</given-names></name></person-group>. <article-title>Supervised reinforcement learning with recurrent neural network for dynamic treatment recommendation.</article-title> <source><italic>Proceedings of the 24th ACM SIGKDD international conference on knowledge discovery &#x0026; data mining.</italic></source> <publisher-loc>New York, NY</publisher-loc> (2018).</citation></ref>
<ref id="B9"><label>9.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Pokkuluri</surname> <given-names>KS</given-names></name> <name><surname>Usha</surname> <given-names>DN</given-names></name></person-group>. <article-title>A secure cellular automata integrated deep learning mechanism for health informatics.</article-title> <source><italic>Int. Arab J Inf Technol.</italic></source> (<year>2021</year>) <volume>18</volume>:<fpage>782</fpage>&#x2013;<lpage>8</lpage>.</citation></ref>
<ref id="B10"><label>10.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Settouti</surname> <given-names>N</given-names></name> <name><surname>Youbi</surname> <given-names>F</given-names></name></person-group>. <article-title>Convolutional and Recurrent Neural Networks for Opinion Mining on Drug Reviews.</article-title> In: <person-group person-group-type="editor"><name><surname>Hong</surname> <given-names>T</given-names></name> <name><surname>Serrano-Estrada</surname> <given-names>L</given-names></name> <name><surname>Saxena</surname> <given-names>A</given-names></name> <name><surname>Biswas</surname> <given-names>A</given-names></name></person-group> editors. <source><italic>Deep Learning for Social Media Data Analytics.</italic></source> <publisher-loc>Cham</publisher-loc>: <publisher-name>Springer International Publishing</publisher-name> (<year>2022</year>).</citation></ref>
<ref id="B11"><label>11.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Pushpakom</surname> <given-names>S</given-names></name> <name><surname>Iorio</surname> <given-names>F</given-names></name> <name><surname>Eyers</surname> <given-names>PA</given-names></name> <name><surname>Escott</surname> <given-names>KJ</given-names></name> <name><surname>Hopper</surname> <given-names>S</given-names></name> <name><surname>Wells</surname> <given-names>A</given-names></name><etal/></person-group> <article-title>Drug repurposing: progress, challenges and recommendations.</article-title> <source><italic>Nat rev Drug discov.</italic></source> (<year>2019</year>) <volume>18</volume>:<fpage>41</fpage>&#x2013;<lpage>58</lpage>.</citation></ref>
<ref id="B12"><label>12.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Pokkuluri</surname> <given-names>KS</given-names></name> <name><surname>Nedunuri</surname> <given-names>SUD</given-names></name></person-group>. <article-title>A novel cellular automata classifier for COVID-19 prediction.</article-title> <source><italic>J Health Sci.</italic></source> (<year>2020</year>) <volume>10</volume>:<fpage>34</fpage>&#x2013;<lpage>8</lpage>.</citation></ref>
<ref id="B13"><label>13.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Hines</surname> <given-names>LE</given-names></name> <name><surname>Malone</surname> <given-names>DC</given-names></name> <name><surname>Murphy</surname> <given-names>JE</given-names></name></person-group>. <article-title>Recommendations for generating, evaluating, and implementing drug-drug interaction evidence.</article-title> <source><italic>Pharmacotherapy.</italic></source> (<year>2012</year>) <volume>32</volume>:<fpage>304</fpage>&#x2013;<lpage>13</lpage>.</citation></ref>
<ref id="B14"><label>14.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Beel</surname> <given-names>J</given-names></name> <name><surname>Langer</surname> <given-names>S</given-names></name> <name><surname>Genzmehr</surname> <given-names>M</given-names></name> <name><surname>Gipp</surname> <given-names>B</given-names></name> <name><surname>Breitinger</surname> <given-names>C</given-names></name> <name><surname>N&#x00FC;rnberger</surname> <given-names>A</given-names></name></person-group>. <article-title>Research paper recommender system evaluation: a quantitative literature survey.</article-title> <source><italic>Proceedings of the International Workshop On Reproducibility And Replication In Recommender Systems Evaluation.</italic></source> <publisher-loc>Hong Kong</publisher-loc> (2013).</citation></ref>
<ref id="B15"><label>15.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Pokkuluri</surname> <given-names>K</given-names></name> <name><surname>Nedunuri</surname> <given-names>U</given-names></name> <name><surname>Devi</surname> <given-names>U</given-names></name></person-group>. <article-title>Crop disease prediction with Convolution Neural Network (CNN) Augmented With Cellular Automata.</article-title> <source><italic>Int Arab J Inf Technol.</italic></source> (<year>2022</year>) <volume>19</volume>:<fpage>765</fpage>&#x2013;<lpage>73</lpage>.</citation></ref>
<ref id="B16"><label>16.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Dumbreck</surname> <given-names>S</given-names></name> <name><surname>Flynn</surname> <given-names>A</given-names></name> <name><surname>Nairn</surname> <given-names>M</given-names></name> <name><surname>Wilson</surname> <given-names>M</given-names></name> <name><surname>Treweek</surname> <given-names>S</given-names></name> <name><surname>Mercer</surname> <given-names>SW</given-names></name><etal/></person-group> <article-title>Drug-disease and drug-drug interactions: systematic examination of recommendations in 12 UK national clinical guidelines.</article-title> <source><italic>BMJ.</italic></source> (<year>2015</year>) <volume>350</volume>:<issue>h949</issue>.</citation></ref>
<ref id="B17"><label>17.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Youn</surname> <given-names>S</given-names></name> <name><surname>Kim</surname> <given-names>S</given-names></name></person-group>. <article-title>Understanding ad avoidance on Facebook: antecedents and outcomes of psychological reactance.</article-title> <source><italic>Comput Hum Behav.</italic></source> (<year>2019</year>) <volume>98</volume>:<fpage>232</fpage>&#x2013;<lpage>44</lpage>.</citation></ref>
<ref id="B18"><label>18.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Bhimavarapu</surname> <given-names>U</given-names></name> <name><surname>Chintalapudi</surname> <given-names>N</given-names></name> <name><surname>Battineni</surname> <given-names>G</given-names></name></person-group>. <article-title>A fair and safe usage drug recommendation system in medical emergencies by a stacked ANN.</article-title> <source><italic>Algorithms.</italic></source> (<year>2022</year>) <volume>15</volume>:<issue>186</issue>.</citation></ref>
<ref id="B19"><label>19.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Reynolds-Tylus</surname> <given-names>T</given-names></name> <name><surname>Bigsby</surname> <given-names>E</given-names></name> <name><surname>Quick</surname> <given-names>BL</given-names></name></person-group>. <article-title>A comparison of three approaches for measuring negative cognitions for psychological reactance.</article-title> <source><italic>Commun Methods Meas.</italic></source> (<year>2021</year>) <volume>15</volume>:<fpage>43</fpage>&#x2013;<lpage>59</lpage>.</citation></ref>
<ref id="B20"><label>20.</label><citation citation-type="journal"><person-group person-group-type="author"><name><surname>Maddula</surname> <given-names>P</given-names></name> <name><surname>Srikanth</surname> <given-names>P</given-names></name> <name><surname>Sree</surname> <given-names>PK</given-names></name> <name><surname>Rao</surname> <given-names>PBR</given-names></name> <name><surname>Murty</surname> <given-names>PS</given-names></name></person-group>. <article-title>COVID-19 prediction with Chest X-Ray images using CNN.</article-title> <source><italic>Proceedings of the 2023 International Conference on Intelligent and Innovative Technologies in Computing, Electrical and Electronics (IITCEE).</italic></source> <publisher-loc>Manhattan, NY</publisher-loc> (2023).</citation></ref>
</ref-list>
</back>
</article>
