SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1658
Medicine Recommendation System
Varun A.Goyal
1
, Dilip J. Parmar
2
, Namaskar I. Joshi
3
, Prof. Komal Champanerkar
4
1,2,3
Department of Information Technology, Shree L.R. Tiwari College of Engineering, Maharashtra, India
4
Assistant Professor .Department of Information Technology, Shree L.R. Tiwari College of Engineering,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract- Nowadays people are progressively started caring about the health and medical diagnosis problems. However,
according to the administration’s report, more than 1 crore people every year die due to medication error done by
novices(New doctor’s) . More than 42% medication errors are caused by doctors because they provide prescriptions according
to their experience which are quite limited. And sometimes they have left many parts of the book they have read Technologies
as data mining and recommender technologies provide possibilities to explore potential knowledge from diagnosis history and
help the doctors to prescribe medication correctly to decrease the medication error. In this recommendation we will design
and implement a universal medicine recommender system framework that applies data mining technologies to the
recommendation system. The medicine recommender system consists of database system module, recommendation model
module, model evaluation, and data visualization module. We investigated different medicine recommendation algorithms
which are generally used in recommendation system SVM (Support Vector Machine), BP neural network algorithm and ID3
decision tree algorithm based on the diagnosis data. Each algorithm are checked to get better performance. Finally, in the
given open data set, SVM recommendation model is selected for the medicine recommendation module to obtain a good trade-
off among model accuracy and model efficiency, Experimental results shows that our system will be able to give proper
medication recommendation
1. INTRODUCTION
Health related information is one of the most widely concerned topics on the Web. A survey in 2013 by the Pew
Internet and American Life Project found that 59% of adults have looked online for health topics, and with 35% of
respondents focusing on diagnosing a medical condition online Behind the data, we find that more and more people
are caring about the health and medical diagnosis problem. However, there are still many people losing their lives
due to medication errors. According to the administration’s report, more than 200 thousand people in China, even
100 thousand in USA, die each year due to medication errors. More than 42% medication errors are caused by doctors
because experts write the prescription according to their experiences which are quite limited there are some facts
that may lead to these issues:
(i) many hospitals lack either doctors or medical experts for critical illness
(ii) expert diagnosis is mainly depended on the expert’s experience, especially for those inexperienced novices,
which are hard to avoid mistakes Hospital Information System (HIS) generates massive data,
(iii) How to discover potential and useful knowledge from the diagnosis case data is a big challenge. Data mining and
recommender technologies represent a promising direction to solve these challenging problems. We introduce a
universal medicine recommender system framework that is designed and implemented to apply data mining
technologies to recommendation systems that use the potential knowledge hiding in medical records to decrease
medical errors. The medicine recommender system consists of database system module. As more people are caring
about the health and medical diagnosis problems so here we decided to focus in this area and to create something
which would help the people in this field so we thought to create a website through which the user as well as the
doctor will be able to search for the different options of medicines for the same diseases using different Data Mining
techniques “Medicine Recommender System” it will also help chemist or nurses to recommend a medicine in the
absence of doctor. The basic aim of Medicine Recommendation System is to design an effective and accurate system
for predicting proper medication for patients. As large amount of historical data is available, our system aims to
exploit this data and make it useful for society. Our system will analyze the data and aim to provide accurate
predictions of medicines
2. LITERATURE REVIEW
Recommender systems aim to provide users with personalized products and service to deal with the increasing
online information overload problem. Various recommender system techniques have been proposed since the mid-
1990s, and many sorts of recommender system software have been developed recently for a variety of applications.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1659
Most of the recommender technologies are applied to the e- government area, e-business area, e-commerce/e-
shopping area, e-learning area, e-tourism area and so on. However, medicine area includes rare recommender
technologies, and this will focus on the design of the medicine recommender system and mining knowledge from
medical case data Commonly used recommendation techniques include collaborative filtering (CF), content-based
(CB),knowledge-based (KB) techniques and hybrid recommendation technologies. Each recommendation
technology has advantages and limitations: CB mainly generates recommendations by using traditional retrieval
methods and machine learning methods, but CB has overspecialized recommendations; Collaborative filtering (CF)-
based recommendation techniques help people to make choices based on the opinions of other people who share
similar interests, while CF has sparseness, scalability and cold-start problems. Knowledge-based (KB)
recommendation offers items to users based on knowledge about the users, items and/or their relationships.
Usually, KB recommendations retain a functional knowledge base that describes how a particular item meets a
specific user's need. To achieve higher performance and overcome the drawbacks of traditional recommendation
techniques, a hybrid recommendation technique that combines the best features of two or more recommendation
techniques into one hybrid technique has been proposed. When it comes to a new application area, a new
recommendation framework is necessary to solve these problem. Intelligent medical diagnosis has get more and
more concern. Some selected techniques for data mining in medicine are discussed in. Data mining technology has
been used to predict heart disease, and to diagnosis thyroid diseases. The workshop on health search and discovery
discusses several challenges and important topics about search and discovery in the medical domain, indicating that
information retrieval, personalization, expertise modeling, data mining and privacy preservation are critical to
enable advances in health and discovery. These approaches do solve some problems in medical diagnosis and apply
new data- driven technologies to the medical field. However, there does not exist a universal model which can 14
work well for all the data and conditions. When faced with different data and application scenarios, it is necessary to
build a different model and conduct data analysis. In this paper, we introduce a universal medicine recommender
system framework that is designed and implemented to apply data mining technologies to the recommender system
that use the potential knowledge We investigate the medicine recommendation algorithms of the SVM (Support
Vector Machine), BP neural network algorithm and ID3 decision tree algorithm based on the diagnosis data. Finally,
SVM is selected for the medicine recommendation model for its high accuracy, good efficiency and scalability
3. PROBLEM DEFINATION
Medicine recommendation is one of the most important and challenging tasks in the modern world. As there are many
new diseases which are discovered by the doctors Sometime a medicine for one diseases can lead to the side- effects
which can further lead to the discovery of new diseases. Our goal is to build such a recommendation model which will
help the doctors to prescribe a medicine to the patient t even if they have not studied about that before the doctor has to
open the framework and has to search about the diseases of the patient it will also help to the inexperienced doctors and
patients for using the right drugs high accuracy and efficiency is very critical for such a recommender system
4. SYSTEM ARCHITECTURE
4.1 Interfaces:
There is a single type of interface as such supported by our system namely
User Interfaces:
The product will exist on a real-life system. The Interface will be a simple and easy to use interface. The user needs to
give input of the diseases which they are looking for after that the medicine will be predicted according to the
diseases entered the result box will display the result of the fired query.
Hardware Interfaces:
The system has minimal Hardware interfaces. A normal personal desktop or a laptop will be a good choice to run the
system. It is recommended for the system to have higher ram and processing power in order to compute and predict
quickly.
Software Interfaces:
To apply machine learning i.e. Neural Networks a library known as Tensor Flow must be imported in python.in
addition another similar library known as Keras is also imported for supporting machine learning algorithms. Other
supporting libs are Pandas, NumPy, SKlearn etc. library known as matplotlib is used to plot the data into graphical
form. Pycharm or Jupyter Notebook is used to run the algorithms
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1660
Problem Statement:
Medicine recommendation is one of the most important and challenging tasks in the modern world. As there are
many new diseases which are discovered by the doctors Sometime a medicine for one diseases can lead to the side-
effects which can further lead to the discovery of new diseases. Our goal is to build such a recommendation model
which will help the doctors to prescribe a medicine to the patient t even if they have not studied about that before
the doctor has to open the framework and has to search about the diseases of the patient it will also help to the
inexperienced doctors and patients for using the right drugs high accuracy and efficiency is very critical for such a
recommender system
Fig -1: System Architecture of Medicine
5. System Analysis and Design
The data for the medicine is very huge and consist various parameters the data has been segregated according to the
diseases the data indicates medicine along with the reviews of the patient who used it this data was used to train the
model and predict the medicine using machine learning algorithms.
Graphical User Interface: The medicine recommender System takes the input from the user about the diseases user
is feeling after that it will give different medicines that can be used to cure the diseases
Reliability & Availability: Our system will be highly available as it does not use any internet or cloud technology. Our
system relies on the data that is pre- stored and doesn’t require to be connected to third party for resources.
Performance: The performance of our system is high as compared to other models. We have an accuracy of around 70-
75 % which is more than any other algorithm that is used.
Fig -2: System Architecture of Medicine
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1661
Fig -3: System Architecture of Medicine
6. RESULTS
.● TensorFlow – TensorFlow takes input as a multi- dimensional array, also known as tensors. You can construct a sort
of flowchart of operations (called a Graph) that you want to perform on that input. The input goes in at one end, and then
it flows through this system of multiple operations and comes out the other end as output. This is why it is called
TensorFlow because the tensor goes in it flows through a list of operations, and then it comes out the other side.
TensorFlow is the best library of all because it is built to be accessible for everyone. TensorFlow library incorporates
different API to build at scale deep learning architecture like CNN or RNN. TensorFlow is based on graph computation; it
allows the developer to visualize the construction of the neural network with Tensor board. This tool is helpful to debug
the program. Finally, TensorFlow is built to be deployed at scale. It runs on CPU and GPU.
● Keras, NumPy & Pandas - Keras is a high-level neural networks API, written in Python and capable of running on top
of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from
idea to result with the least possible delay iskey to doing good research. NumPy is an open source Python library used for
scientific computing and provides a host of features that allow a Python programmer to work with high-performance
arrays and matrices. In addition, pandas s a package for data manipulation that uses the Data Frame objects from R (as
well as different R packages)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1662
7. CONCLUSION
We devise a universal medicine recommender system framework that applies data mining technologies to the
medical diagnosis, which consists of database system module, data preparation module, recommendation model
module, model evaluation model, and data visualization module. And we give a concrete implementation of each
module based on an open dataset. Experiments are done to evaluate the models, finally, SVM is selected for the
medicine recommendation model for its high accuracy, good efficiency and scalability in this open dataset. In
consideration of the safety of the patient, we also proposed a mistaken-check mechanism that ensures the safety and
the quality of service. In future work, we plan to build our own recommendation model to improve the accuracy and
efficiency of model further. We also plan to apply Map Reduce parallel technologies to our medicine recommender
system to enlarge the ability of processing big diagnosis data.
8. REFERENCES
1. Bao, Y. and Jiang, X. 2016. An Intelligent Medicine Recommender System Framework. 2016 IEEE 11th Conference on
Industrial Electronics and Applications (ICIEA).
2. Chen, R.-C., Chiu, J. Y., and Batj, C. T. 2011. The recommendation of medicines based on multiple criteria decision making
and domain ontology — An example of anti-diabetic medicines, 27–32.
3. Doulaverakis, C., Nikolaidis, G., Kleontas, A., and Kompatsiaris, I. 2012. GalenOWL: Ontology-based drug
recommendations discovery. Journal of Biomedical Semantics 3, 14.
4. Medvedeva, O., Knox, T., and Paul, J. 2007. DiaTrack. Web-based application for assisted decision-making in treatment
of diabetes. Journal of Computing Sciences in Colleges 23, 1, 154–161.
5. Benjamin Stark, Constanze Knahl ,Mert Aydin ,Karim Elish . A Literature Review on Medicine Recommender Systems
(IJACSA) International Journal of Advanced Computer Science and Applications Vol. 10, No. 8, 2019

Más contenido relacionado

La actualidad más candente

La actualidad más candente (15)

D B M S Animate
D B M S AnimateD B M S Animate
D B M S Animate
 
Database Systems Lec 1.pptx
Database Systems Lec 1.pptxDatabase Systems Lec 1.pptx
Database Systems Lec 1.pptx
 
Normalization in Database
Normalization in DatabaseNormalization in Database
Normalization in Database
 
Database managment System Relational Algebra
Database managment System  Relational AlgebraDatabase managment System  Relational Algebra
Database managment System Relational Algebra
 
Big Pharma Problems. Big Graphs: Creating the Merck Manufacturing Mesh
Big Pharma Problems. Big Graphs: Creating the Merck Manufacturing MeshBig Pharma Problems. Big Graphs: Creating the Merck Manufacturing Mesh
Big Pharma Problems. Big Graphs: Creating the Merck Manufacturing Mesh
 
Database systems
Database systemsDatabase systems
Database systems
 
7 Strategies to Improve HEDIS Scores and Star Ratings
7 Strategies to Improve HEDIS Scores and Star Ratings7 Strategies to Improve HEDIS Scores and Star Ratings
7 Strategies to Improve HEDIS Scores and Star Ratings
 
Dbms and rdbms
Dbms and rdbmsDbms and rdbms
Dbms and rdbms
 
FHIR tutorial - Afternoon
FHIR tutorial - AfternoonFHIR tutorial - Afternoon
FHIR tutorial - Afternoon
 
Application of Expert System in medical systems
Application of Expert System in medical systemsApplication of Expert System in medical systems
Application of Expert System in medical systems
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Basic Concept of Database
Basic Concept of DatabaseBasic Concept of Database
Basic Concept of Database
 
Database design (conceptual, logical and physical design) unit 2 part 2
Database design (conceptual, logical and physical design)  unit 2 part 2Database design (conceptual, logical and physical design)  unit 2 part 2
Database design (conceptual, logical and physical design) unit 2 part 2
 
My project work
My project workMy project work
My project work
 
An Introduction to SNOMED CT
An Introduction to SNOMED CTAn Introduction to SNOMED CT
An Introduction to SNOMED CT
 

Similar a IRJET - Medicine Recommendation System

Implementation of Artificial Intelligence Health Technologies & HTA.pptx
Implementation of Artificial Intelligence Health Technologies & HTA.pptxImplementation of Artificial Intelligence Health Technologies & HTA.pptx
Implementation of Artificial Intelligence Health Technologies & HTA.pptx
Marina Ibrahim
 
List Of Figures And Functions Requirements
List Of Figures And Functions RequirementsList Of Figures And Functions Requirements
List Of Figures And Functions Requirements
Leslie Lee
 

Similar a IRJET - Medicine Recommendation System (20)

IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
 
SMART HEALTHCARE PREDICTION
SMART HEALTHCARE PREDICTIONSMART HEALTHCARE PREDICTION
SMART HEALTHCARE PREDICTION
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer System
 
CHOOSELYF
CHOOSELYFCHOOSELYF
CHOOSELYF
 
About Quahog Life Sciences
About Quahog Life SciencesAbout Quahog Life Sciences
About Quahog Life Sciences
 
Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...
 
IRJET- Review on Knowledge Discovery and Analysis in Healthcare using Dat...
IRJET-  	  Review on Knowledge Discovery and Analysis in Healthcare using Dat...IRJET-  	  Review on Knowledge Discovery and Analysis in Healthcare using Dat...
IRJET- Review on Knowledge Discovery and Analysis in Healthcare using Dat...
 
Implementation of Artificial Intelligence Health Technologies & HTA.pptx
Implementation of Artificial Intelligence Health Technologies & HTA.pptxImplementation of Artificial Intelligence Health Technologies & HTA.pptx
Implementation of Artificial Intelligence Health Technologies & HTA.pptx
 
IRJET- Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
IRJET-  	  Clinical Medical Knowledge Extraction using Crowdsourcing TechniquesIRJET-  	  Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
IRJET- Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
 
Cloud based Health Prediction System
Cloud based Health Prediction SystemCloud based Health Prediction System
Cloud based Health Prediction System
 
Data science in healthcare-Assignment 2.pptx
Data science in healthcare-Assignment 2.pptxData science in healthcare-Assignment 2.pptx
Data science in healthcare-Assignment 2.pptx
 
List Of Figures And Functions Requirements
List Of Figures And Functions RequirementsList Of Figures And Functions Requirements
List Of Figures And Functions Requirements
 
IRJET- Review on: Virtual Assistant and Patient Monitoring System by usin...
IRJET-  	  Review on: Virtual Assistant and Patient Monitoring System by usin...IRJET-  	  Review on: Virtual Assistant and Patient Monitoring System by usin...
IRJET- Review on: Virtual Assistant and Patient Monitoring System by usin...
 
IRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future DiseaseIRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future Disease
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
 
J1803026569
J1803026569J1803026569
J1803026569
 
IRJET- Analysis of Hospital Resources with Mortality Rates using Apriori ...
IRJET-  	  Analysis of Hospital Resources with Mortality Rates using Apriori ...IRJET-  	  Analysis of Hospital Resources with Mortality Rates using Apriori ...
IRJET- Analysis of Hospital Resources with Mortality Rates using Apriori ...
 
IRJET- Disease Analysis and Giving Remedies through an Android Application
IRJET- Disease Analysis and Giving Remedies through an Android ApplicationIRJET- Disease Analysis and Giving Remedies through an Android Application
IRJET- Disease Analysis and Giving Remedies through an Android Application
 
IRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict DiabetesIRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict Diabetes
 
DISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSDISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMS
 

Más de IRJET Journal

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Último (20)

Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

IRJET - Medicine Recommendation System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1658 Medicine Recommendation System Varun A.Goyal 1 , Dilip J. Parmar 2 , Namaskar I. Joshi 3 , Prof. Komal Champanerkar 4 1,2,3 Department of Information Technology, Shree L.R. Tiwari College of Engineering, Maharashtra, India 4 Assistant Professor .Department of Information Technology, Shree L.R. Tiwari College of Engineering, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract- Nowadays people are progressively started caring about the health and medical diagnosis problems. However, according to the administration’s report, more than 1 crore people every year die due to medication error done by novices(New doctor’s) . More than 42% medication errors are caused by doctors because they provide prescriptions according to their experience which are quite limited. And sometimes they have left many parts of the book they have read Technologies as data mining and recommender technologies provide possibilities to explore potential knowledge from diagnosis history and help the doctors to prescribe medication correctly to decrease the medication error. In this recommendation we will design and implement a universal medicine recommender system framework that applies data mining technologies to the recommendation system. The medicine recommender system consists of database system module, recommendation model module, model evaluation, and data visualization module. We investigated different medicine recommendation algorithms which are generally used in recommendation system SVM (Support Vector Machine), BP neural network algorithm and ID3 decision tree algorithm based on the diagnosis data. Each algorithm are checked to get better performance. Finally, in the given open data set, SVM recommendation model is selected for the medicine recommendation module to obtain a good trade- off among model accuracy and model efficiency, Experimental results shows that our system will be able to give proper medication recommendation 1. INTRODUCTION Health related information is one of the most widely concerned topics on the Web. A survey in 2013 by the Pew Internet and American Life Project found that 59% of adults have looked online for health topics, and with 35% of respondents focusing on diagnosing a medical condition online Behind the data, we find that more and more people are caring about the health and medical diagnosis problem. However, there are still many people losing their lives due to medication errors. According to the administration’s report, more than 200 thousand people in China, even 100 thousand in USA, die each year due to medication errors. More than 42% medication errors are caused by doctors because experts write the prescription according to their experiences which are quite limited there are some facts that may lead to these issues: (i) many hospitals lack either doctors or medical experts for critical illness (ii) expert diagnosis is mainly depended on the expert’s experience, especially for those inexperienced novices, which are hard to avoid mistakes Hospital Information System (HIS) generates massive data, (iii) How to discover potential and useful knowledge from the diagnosis case data is a big challenge. Data mining and recommender technologies represent a promising direction to solve these challenging problems. We introduce a universal medicine recommender system framework that is designed and implemented to apply data mining technologies to recommendation systems that use the potential knowledge hiding in medical records to decrease medical errors. The medicine recommender system consists of database system module. As more people are caring about the health and medical diagnosis problems so here we decided to focus in this area and to create something which would help the people in this field so we thought to create a website through which the user as well as the doctor will be able to search for the different options of medicines for the same diseases using different Data Mining techniques “Medicine Recommender System” it will also help chemist or nurses to recommend a medicine in the absence of doctor. The basic aim of Medicine Recommendation System is to design an effective and accurate system for predicting proper medication for patients. As large amount of historical data is available, our system aims to exploit this data and make it useful for society. Our system will analyze the data and aim to provide accurate predictions of medicines 2. LITERATURE REVIEW Recommender systems aim to provide users with personalized products and service to deal with the increasing online information overload problem. Various recommender system techniques have been proposed since the mid- 1990s, and many sorts of recommender system software have been developed recently for a variety of applications.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1659 Most of the recommender technologies are applied to the e- government area, e-business area, e-commerce/e- shopping area, e-learning area, e-tourism area and so on. However, medicine area includes rare recommender technologies, and this will focus on the design of the medicine recommender system and mining knowledge from medical case data Commonly used recommendation techniques include collaborative filtering (CF), content-based (CB),knowledge-based (KB) techniques and hybrid recommendation technologies. Each recommendation technology has advantages and limitations: CB mainly generates recommendations by using traditional retrieval methods and machine learning methods, but CB has overspecialized recommendations; Collaborative filtering (CF)- based recommendation techniques help people to make choices based on the opinions of other people who share similar interests, while CF has sparseness, scalability and cold-start problems. Knowledge-based (KB) recommendation offers items to users based on knowledge about the users, items and/or their relationships. Usually, KB recommendations retain a functional knowledge base that describes how a particular item meets a specific user's need. To achieve higher performance and overcome the drawbacks of traditional recommendation techniques, a hybrid recommendation technique that combines the best features of two or more recommendation techniques into one hybrid technique has been proposed. When it comes to a new application area, a new recommendation framework is necessary to solve these problem. Intelligent medical diagnosis has get more and more concern. Some selected techniques for data mining in medicine are discussed in. Data mining technology has been used to predict heart disease, and to diagnosis thyroid diseases. The workshop on health search and discovery discusses several challenges and important topics about search and discovery in the medical domain, indicating that information retrieval, personalization, expertise modeling, data mining and privacy preservation are critical to enable advances in health and discovery. These approaches do solve some problems in medical diagnosis and apply new data- driven technologies to the medical field. However, there does not exist a universal model which can 14 work well for all the data and conditions. When faced with different data and application scenarios, it is necessary to build a different model and conduct data analysis. In this paper, we introduce a universal medicine recommender system framework that is designed and implemented to apply data mining technologies to the recommender system that use the potential knowledge We investigate the medicine recommendation algorithms of the SVM (Support Vector Machine), BP neural network algorithm and ID3 decision tree algorithm based on the diagnosis data. Finally, SVM is selected for the medicine recommendation model for its high accuracy, good efficiency and scalability 3. PROBLEM DEFINATION Medicine recommendation is one of the most important and challenging tasks in the modern world. As there are many new diseases which are discovered by the doctors Sometime a medicine for one diseases can lead to the side- effects which can further lead to the discovery of new diseases. Our goal is to build such a recommendation model which will help the doctors to prescribe a medicine to the patient t even if they have not studied about that before the doctor has to open the framework and has to search about the diseases of the patient it will also help to the inexperienced doctors and patients for using the right drugs high accuracy and efficiency is very critical for such a recommender system 4. SYSTEM ARCHITECTURE 4.1 Interfaces: There is a single type of interface as such supported by our system namely User Interfaces: The product will exist on a real-life system. The Interface will be a simple and easy to use interface. The user needs to give input of the diseases which they are looking for after that the medicine will be predicted according to the diseases entered the result box will display the result of the fired query. Hardware Interfaces: The system has minimal Hardware interfaces. A normal personal desktop or a laptop will be a good choice to run the system. It is recommended for the system to have higher ram and processing power in order to compute and predict quickly. Software Interfaces: To apply machine learning i.e. Neural Networks a library known as Tensor Flow must be imported in python.in addition another similar library known as Keras is also imported for supporting machine learning algorithms. Other supporting libs are Pandas, NumPy, SKlearn etc. library known as matplotlib is used to plot the data into graphical form. Pycharm or Jupyter Notebook is used to run the algorithms
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1660 Problem Statement: Medicine recommendation is one of the most important and challenging tasks in the modern world. As there are many new diseases which are discovered by the doctors Sometime a medicine for one diseases can lead to the side- effects which can further lead to the discovery of new diseases. Our goal is to build such a recommendation model which will help the doctors to prescribe a medicine to the patient t even if they have not studied about that before the doctor has to open the framework and has to search about the diseases of the patient it will also help to the inexperienced doctors and patients for using the right drugs high accuracy and efficiency is very critical for such a recommender system Fig -1: System Architecture of Medicine 5. System Analysis and Design The data for the medicine is very huge and consist various parameters the data has been segregated according to the diseases the data indicates medicine along with the reviews of the patient who used it this data was used to train the model and predict the medicine using machine learning algorithms. Graphical User Interface: The medicine recommender System takes the input from the user about the diseases user is feeling after that it will give different medicines that can be used to cure the diseases Reliability & Availability: Our system will be highly available as it does not use any internet or cloud technology. Our system relies on the data that is pre- stored and doesn’t require to be connected to third party for resources. Performance: The performance of our system is high as compared to other models. We have an accuracy of around 70- 75 % which is more than any other algorithm that is used. Fig -2: System Architecture of Medicine
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1661 Fig -3: System Architecture of Medicine 6. RESULTS .● TensorFlow – TensorFlow takes input as a multi- dimensional array, also known as tensors. You can construct a sort of flowchart of operations (called a Graph) that you want to perform on that input. The input goes in at one end, and then it flows through this system of multiple operations and comes out the other end as output. This is why it is called TensorFlow because the tensor goes in it flows through a list of operations, and then it comes out the other side. TensorFlow is the best library of all because it is built to be accessible for everyone. TensorFlow library incorporates different API to build at scale deep learning architecture like CNN or RNN. TensorFlow is based on graph computation; it allows the developer to visualize the construction of the neural network with Tensor board. This tool is helpful to debug the program. Finally, TensorFlow is built to be deployed at scale. It runs on CPU and GPU. ● Keras, NumPy & Pandas - Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay iskey to doing good research. NumPy is an open source Python library used for scientific computing and provides a host of features that allow a Python programmer to work with high-performance arrays and matrices. In addition, pandas s a package for data manipulation that uses the Data Frame objects from R (as well as different R packages)
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1662 7. CONCLUSION We devise a universal medicine recommender system framework that applies data mining technologies to the medical diagnosis, which consists of database system module, data preparation module, recommendation model module, model evaluation model, and data visualization module. And we give a concrete implementation of each module based on an open dataset. Experiments are done to evaluate the models, finally, SVM is selected for the medicine recommendation model for its high accuracy, good efficiency and scalability in this open dataset. In consideration of the safety of the patient, we also proposed a mistaken-check mechanism that ensures the safety and the quality of service. In future work, we plan to build our own recommendation model to improve the accuracy and efficiency of model further. We also plan to apply Map Reduce parallel technologies to our medicine recommender system to enlarge the ability of processing big diagnosis data. 8. REFERENCES 1. Bao, Y. and Jiang, X. 2016. An Intelligent Medicine Recommender System Framework. 2016 IEEE 11th Conference on Industrial Electronics and Applications (ICIEA). 2. Chen, R.-C., Chiu, J. Y., and Batj, C. T. 2011. The recommendation of medicines based on multiple criteria decision making and domain ontology — An example of anti-diabetic medicines, 27–32. 3. Doulaverakis, C., Nikolaidis, G., Kleontas, A., and Kompatsiaris, I. 2012. GalenOWL: Ontology-based drug recommendations discovery. Journal of Biomedical Semantics 3, 14. 4. Medvedeva, O., Knox, T., and Paul, J. 2007. DiaTrack. Web-based application for assisted decision-making in treatment of diabetes. Journal of Computing Sciences in Colleges 23, 1, 154–161. 5. Benjamin Stark, Constanze Knahl ,Mert Aydin ,Karim Elish . A Literature Review on Medicine Recommender Systems (IJACSA) International Journal of Advanced Computer Science and Applications Vol. 10, No. 8, 2019