SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016
ISSN: 2395-1303 http://www.ijetjournal.org Page 52
Knowledge based smart health care system: A survey
Prof.Dr.Pramod Patil1
, Sneha Chhanchure2
, Asmita Dhage3
, Diksha Gawali4
,
Gitanjali Nair5
1(
Professor,DYPIET,Pimpri,Pune. )
2,3,4,5,(
Student, DYPIET,Pimpri,Pune. )
Introduction:-
E-health is basically a concept where
electronic processes and communications
are used for monitoring the patient’s
health. Due to the busy schedules of
people in today’s times, it is difficult to
take care of patients suffering from long-
term diseases, senior citizens and children.
Now-a-days many people suffer from
chronic diseases. In such cases it is
difficult for patients to take care of
hemselves. They need constant health
monitoring and that’s where e-health
comes into picture. For these kind of
illnesses, it is sometimes unaffordable to
use expert medical appliances or employ
home nurses. Thus e-health systems can be
used as a cost effective alternative for
continuous and remote monitoring of
patient health.
RESEARCH ARTICLE OPEN ACCESS
Abstract:
Life is the most precious gift to man and safeguarding this gift is of utmost importance.With
increasing number of diseases and fast paced lives, people have less time to look after themselves and
their family members or to even visit the doctor for regular check-ups.Our E-Health patient
monitoring system can remotely monitor the health of the patients and intimate the doctor of critical
conditions without human intervention. Some of the existing E-Health systems include telemedicine
network for Francophone African countries (RAFT) and LOBIN. RAFT is implemented in java and
uses asymmetric public – private key encryption, however it is expensive, does not support mobility
and is not a context aware system. LOBIN is a hardware/software platform to locate and monitor a set
of physiological parameters and context parameters of several patients within hospital facilities.
Although it is a context aware system it cannot handle high and concurrent data traffic load.
To overcome the above flaws, our proposed system puts forward an idea of patient monitoring
using various knowledge based techniques like K-means clustering, Gaussian kernel function, ANN
and Fuzzy inference engine. In our project we intend to do remote patient health monitoring in which
we will be using three-four machines which will send various sensed health parameters to the
centralised server that will make clusters of the sensed health parameters based on criticality of the
health condition. Then depending upon clusters formed and on comparison with the threshold values
appropriate reports will be generated and send to the doctors and caretakers.
.
Keywords — Wireless sensor networks, E-Health K-Means clustering, Gaussian kernel function,
ANN, Fuzzy Inference engine.
International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016
ISSN: 2395-1303 http://www.ijetjournal.org Page 53
This paper proposes the design of an
e-health monitoring system which mainly
concentrates on the aspect of remote health
monitoring. The proposed design aims at the
use of sensors for collecting vital health
parameters of a patient along with the use of
short range wireless communication thatallows
frequent patient monitoring even though the
patient is moving, however within a specified
range. The newly sensed data issent to the
local server. The server then analyses the
sensed data, processes it, compares with
threshold values and decides the criticality of
disease. Depending upon the abnormality of
patient’s sensed health condition, appropriate
health reports are generated and sent to the
concerned doctors and care-takers,thereby
enabling remote health monitoring in cases
where it is not possible for doctors to visit
their patients regularly.
To handle the concept of e-health,
there are many intelligent knowledge based
methodologies that are supporting this idea of
Home-Mobile-Care-System such as Gaussian
kernel function, K-means clustering, Artificial
neural network and Fuzzy inference engine. In
Home-Mobile-Care-System, mobile care
devices are deployed on patient’s body to
collect the viable data. This data is send to
residential gateway (RG) through short-range
wireless network in device to monitor patient’s
condition. To overcome the short-range
transmission it uses same sensors deployed in
the system to form long-range network using
concept of multi-hop, which will help in
continuous monitoring of patient irrespective
of location.
Gaussian kernel
f(x)=a exp(
( )^
^
)
Where a->height of peak of curve
b -> position of centre of peak
c -> standard deviation.
Gaussian filters try to minimize the
overhead of input for step function and this is
done by minimizing rise and fall time.
K-means
K-means algorithm is widely used
algorithm for clustering of data sets based on
their similarities. In this algorithm, initially
arbitrary data sets are considered as a centroid
and using Euclidean distance measure,
distance0 between all data sets and centroids
are found. Based on this distance, again data
sets are classified such that data sets having
minimum distance form one cluster. Then
again, centroid is calculated for new clusters
and process is repeated until there is no change
in any cluster. In our project we will be using
K-means clustering for clustering various
health parameters so that it will be easy to
compare these parameters with threshold
value.
International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016
ISSN: 2395-1303 http://www.ijetjournal.org Page 54
Artificial Neural Network:
Artificial Neural Network is a
combination of decision making and self-
learning, which learns from previously
generated data and tries to give accurate
decision for new data. Every time it enhances
its ability of generating accurate decision as it
learns from its past experience. In our system
ANN will be useful for taking decision about
abnormality of patients health depending upon
the past input and historical data of patient
given to the machine as training data
Fuzzy logic:
Fuzzy logic produces definite output
even though input is incomplete, ambiguous or
inaccurate. Fuzzy logic works on levels of
possibilities of input and tries to generate
definite output such as true or false. It can be
used to control machines and to deal with
uncertainties. So in this system every time
input may not be accurate so fuzzy logic can
be used to produce acceptable response. In our
project we will be using fuzzy logic to decide
the category of health condition as to whether
it is highly critical, moderate or normal.
This paper has been classified in
different sections where section I contains
introduction, section II discusses Related work
and Section III is dedicated for conclusion
Section II
Related Work:
“The Applications of Mixtures of
Normal Distributions in Empirical
Finance: A Selected Survey”, Tony S.
Wirjanto andDinghai Xu
This paper, mostly concentrates on
area of empirical finance which uses mixture
of normal (MN) models for development of
application. The Gaussian mixtures are
increasingly used because it can approximate
finite continuous distribution accurately. There
are wide applications of Gaussian mixtures in
the field such as biology, economics and
engineering.
Gaussian GARCH and SV are widely
used for generating heavy tail feature, however
they fail to produce required amount of
leptokurtosis related data.
“The Rectified Gaussian Distribution”, N.
D. Socci, D. D. Lee and H. S. Seung
The rectified Gaussian distribution can
be considered as an improved version of
standard Gaussian. Although standard
Gaussian restricts variables to be non-negative,
rectified Gaussian distribution can accepts
negative variables. Also it supports discrete
and continuous variability representation. It is
undirected graphical models and represents
probability models in better way.
It is difficult to find tractable learning
algorithm thus the practical application of
rectified Gaussian theorem is limited.
“Incorporating Side Information in
Probabilistic Matrix Factorization with
Gaussian Processes”, Ryan Prescott
Adams∗∗∗∗ George E. Dahl.
This paper illustrates Probabilistic
matrix factorization (PMF). It is process used
for combining data association along with pair
wise relationship. PMF finds applications in
many domains such as computational biology,
collaborative filtering and other areas.
Gaussian process is applied for searching
dependencies between observations made by
International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016
ISSN: 2395-1303 http://www.ijetjournal.org Page 55
PMF. GP is affordable because it uses cubic
computational complexity.
One of the major issue discussed in
this paper is Gaussian process can be applied
only for smooth variation curves.
“Mode-finding for mixtures of Gaussian
distributions”, Miguel A. Carreira-
Perpi˜n´an,March 31, 1999 (revised August
4, 2000)
Gaussian mixtures are generally used
for probabilistic models for calculating the
density in machine learning application. This
paper considers the issue of calculating modes
for multiple variables in Gaussian distribution
which has applications in regression and
clustering. Some of the advantages of
Gaussian distribution such as it can be used in
analyzing different types of computation and
scaling of data dimensions. Gaussian kernel
can resemble any continuous density given to
the kernel. Gaussian mixture efficiently
represents multiple modal distribution thus this
algorithms are beneficial for various
applications in machine learning.
K-means:
“Selection of K in K-means clustering”, D
T Pham, SS Dimov, and C D Nguygen
K-means algorithm is well known
algorithm for data clustering. The prerequisite
for using k-means algorithm is specifying
number of clusters. Initial step in this
algorithm is to arbitrarily choose clusters for
given datasets. This is a trial and error method
if correct clusters are not chosen then it
becomes very tedious and time consuming task
of creating cluster. This paper suggests a
method to select number of clusters which
uses information gained during k-means
clustering operations. An objective evaluation
measure is applied in this method for
calculating suitable values of K which avoids
trial and error mechanism.
Existing method for k-means
clustering uses trial and error technique for
initially choosing clusters which increases the
time complexity of an algorithm.
“How Slow is the k-Means Method?”,
David Arthur, Sergei Vassilvitskii
K-means algorithm is preferred
because of its simplicity. In this paper run time
complexity of algorithm is studied using
various experiments. In the worst case k-
means algorithm has superpolynomial running
time while calculating K values and
accordingly forming the clusters. This paper
illustrates although initial clusters are chosen
uniformly it requires same superpolynomial
runtime.
“The Planar k-means Problem is NP-hard”,
MeenaMahajana, PrajaktaNimbhorkara,
KasturiVaradarajanba
In K-means algorithm, finite set of
points and integer value for k is given which is
greater than k, and task of this algorithm is to
find k point from given data sets which is
helpful in minimizing the square of Euclidean
distance. Minimization is done by smallest
value of Euclidean distance and accordingly
clusters are formed such that distance between
every point to the centroid is minimum. This
paper proves that the method discussed above
is NP hard problem. Some of the unresolved
problems about hardness are whether the
algorithm becomes tractable if some
associated natural parameters are restricted.
A Comprehensive Study Of Artificial
Neural Networks:
In this paper the importance of
ANN for artificial intelligence and other
business applications is explained.ANN
has great parallel processing property. It
makes use of distributed memory. It has
great learning ability, is a fault tolerant
International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016
ISSN: 2395-1303 http://www.ijetjournal.org Page 56
system and gives a collective output of
various inputs.
ANN cannot be used for general
problem solving, its output quality is
unpredictable and the system is prone to
over fitting.
Research Paper on Basic of Artificial
Neural Network:
This paper gives an overview of
ANN working and its training. ANN
performs supervised and unsupervised or
adaptive training. It supports self
organisation and real time operations.
ANN works well with non linear or
dynamic relationships unlike other
conventional techniques. ANN trains well
according to the nature of applications and
the strength of the internal data patterns.
Although ANN is said to be self
learning, it is still not fully understood and
does not completely work.ANN seems to
have a bright future however the key to the
whole technology lies in hardware
development.
Application Of Artificial Neural
Networks In Estimating Participation In
Elections:
This paper explains the use of a
two layered feed forward network with
tan-sigmoid transmission function in input
and output layer that anticipated the
participation of citizens in the presidential
elections of Iran with 91% accuracy.
Confusion matrix and ROC diagrams were
used as assessment standards.
Designing neural networks for high
efficiency is difficult. Although it provides
good anticipation for long time periods,
the results for short term time series are
the best.Obtaining 100% accuracy in the
prediction is difficult.
Guest Editorial Applications of
Artificial Neural Networks to Image
Processing:
The purpose of this issue is to
discuss the success of the use of ANN for
character recognition, image prediction
and compression, object identification,
classification and segmentation, and
automatic target recognition. The paper
emphasises the use of artificial neural
network for solving real world image
processing problems.
Is there a need for fuzzy logic? :
Theobjective of this paper is to
explain what fuzzy logic is, its unique
features why it is needed and why it is
likely to grow significantly in terms of
visibility, importance and acceptance in
the coming years. This paper clears the
misconception that Fuzzy logic is not
fuzzy. It actually aims at formalization of
human capabilities such as reasoning,
conversing, making rational decisions in
an environment of imprecision and
uncertainty, and performing various
physical and mental tasks without complex
measurements and computations. Fuzzy
logic is a concept of a linguistic variable,
if-then rules, possibility theory and a
modelling language.
Fuzzy Logic Based Method for
Improving Text Summarization:
This paper explains the use of
Fuzzy logic in an experiment for
improving text summarisation. In this
experiment 125 test documents were used
International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016
ISSN: 2395-1303 http://www.ijetjournal.org Page 57
pre-processed by eliminating stop words,
words stemming, segmentation and
tokenisation. 8 important features were
selected and sentences were scored. On the
basis of scores, the best sentences were
selected for summarisation.
Feature-Based Sentence Extraction
Using Fuzzy Inference rules:
This paper describes automatic
summarisation of texts by sentence
selection using fuzzy inference tools. The
results of the experiment conducted for the
same show that the best average precision,
recall and f-measure of the summaries
produced, are obtained using fuzzy
method. For very large datasets, it is
preferable to combine fuzzy logic and
other learning methods as well.
As discussed above, some of the
related existing systems like RAFT and
LOBIN do not support certain features
such as context awareness and high,
concurrent traffic load. These systems are
also expensive. Therefore, in our project
we intend to overcome these limitations.
Conclusion:
To overcome the major
disadvantages of the existing patient
monitoring systems, this paper proposes a
method using K-Means clustering,
Gaussian Kernel function, ANN and Fuzzy
Inference Engine. In this paper, many of
these knowledge based techniques studied
by different authors isanalysedin section 2
to nourish our idea of E-Health patient
monitoring.
References:
[1] “The Applications of Mixtures of Normal
Distributions in Empirical Finance: A Selected
Survey”, Tony S. Wirjanto and Dinghai Xu,
2009.
[2] “The Rectified Gaussian Distribution”, N.
D. Socci, D. D. Lee and H. S. Seung Bell
Laboratories, Lucent Technologies Murray
Hill.
[3] “Incorporating Side Information in
Probabilistic Matrix Factorization with
Gaussian Processes”, Ryan Prescott Adams∗
George E. Dahl Department of Computer
Science University of Toronto, Canada
Iain Murray School of Informatics University
of Edinburgh, Scotland.
[4] “Mode-finding for mixtures of Gaussian
distributions”, Miguel ´ A. Carreira-
Perpi˜n´an, March 31, 1999 (revised August 4,
2000).
[5] “Selection of K in K-means clustering”, D
T Pham, S SDimov, and C D Nguyen, 27
September 2004.
[6] “How Slow is the k-Means Method?”,
David Arthur∗ Stanford University Stanford,
Sergei Vassilvitskii† Stanford University
Stanford, June 5–7, 2006.
[7] “The Planar k-means Problem is NP-hard”,
MeenaMahajana, PrajaktaNimbhorkara,
KasturiVaradarajanb, November 21, 2009.
[8]“A Comprehensive Study Of Artificial
Neural Networks”, Vidushi Sharma, Sachin
Rai And Anurag Dev, International Journal Of
Advanced Research In Computer Science And
Software Engineering Research Paper,
Volume 2, Issue 10, October 2012 ISSN: 2277
128X
[9] “Research Paper On Basic Of Artificial
Neural Network”, Ms.Sonali. B.
MaindAndMs.PriyankaWankar, International
International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016
ISSN: 2395-1303 http://www.ijetjournal.org Page 58
Journal On Recent And Innovation Trends In
Computing And Communication ISSN: 2321-
8169 Volume: 2 Issue: 1 96 – 100
[10]“APPLICATION OF ARTIFICIAL
NEURAL NETWORKS IN ESTIMATING
PARTICIPATION IN ELECTIONS”, Seyyed
Reza Khaze, Mohammad Masdari And
SohrabHojjatkhah, International Journal Of
Information Technology, Modeling And
Computing (IJITMC) 0Vol.1, No.3,August
2013
[11]“Guest Editorial Applications Of Artificial
Neural Networks To Image Processing”,
RAMA CHELLAPPA,, KUNIHIKO
FUKUSHIMA, AGGELOS K.
KATSAGGELOS, SUN-YUAN KUNG,
YANN LECUN, NASSER M. NASRABADI
And MDTOMAS A. POGGIO,IEEE
TRANSACTIONS ON IMAGE
PROCESSING, VOL. 7, NO. 8, AUGUST
1998 1093
[12]“Is there a need for fuzzy logic?”, Lotfi
A. Zadeh, Information Sciences 178 (2008)
2751–2779
[13]“Fuzzy Logic Based Method for
Improving Text Summarization “, Ladda
Suanmali1, Naomie Salim and Mohammed
Salem Binwahlan, (IJCSIS) International
Journal of Computer Science and Information
Security, Vol. 2, No. 1, 2009
[14]“Feature-Based Sentence Extraction Using
Fuzzy Inference rules”, LaddaSuanmali,
Naomie Salim and Mohammed Salem
Binwahlan, 2009 International Conference on
Signal Processing Systems.
[15]“Health parameter monitoring via a novel
wireless system”, Wen-Tsai Sung∗, Kuo-Yi
Chang, Applied Soft Computing 22 (2014)
667–680

More Related Content

What's hot

A decision support system for tuberculosis
A decision support system for tuberculosisA decision support system for tuberculosis
A decision support system for tuberculosisijsc
 
Propose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart DiseasePropose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart DiseaseIJERA Editor
 
Heart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining TechniquesHeart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining TechniquesIJRES Journal
 
Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease predictionKOYELMAJUMDAR1
 
Framework for efficient transformation for complex medical data for improving...
Framework for efficient transformation for complex medical data for improving...Framework for efficient transformation for complex medical data for improving...
Framework for efficient transformation for complex medical data for improving...IJECEIAES
 
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...Editor IJCATR
 
A comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data setsA comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data setseSAT Publishing House
 
Heart Disease Prediction Using Associative Relational Classification Techniq...
Heart Disease Prediction Using Associative Relational  Classification Techniq...Heart Disease Prediction Using Associative Relational  Classification Techniq...
Heart Disease Prediction Using Associative Relational Classification Techniq...IJMER
 
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSISAN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSISijcsit
 
A comprehensive study on disease risk predictions in machine learning
A comprehensive study on disease risk predictions  in machine learning A comprehensive study on disease risk predictions  in machine learning
A comprehensive study on disease risk predictions in machine learning IJECEIAES
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112IJRAT
 
DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI...
 DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI... DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI...
DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI...Nexgen Technology
 
Survey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSurvey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSivagowry Shathesh
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartZTech Proje
 
Disease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemsabafarheen
 

What's hot (18)

A decision support system for tuberculosis
A decision support system for tuberculosisA decision support system for tuberculosis
A decision support system for tuberculosis
 
Propose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart DiseasePropose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart Disease
 
Heart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining TechniquesHeart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining Techniques
 
Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease prediction
 
Framework for efficient transformation for complex medical data for improving...
Framework for efficient transformation for complex medical data for improving...Framework for efficient transformation for complex medical data for improving...
Framework for efficient transformation for complex medical data for improving...
 
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
 
A comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data setsA comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data sets
 
Final ppt
Final pptFinal ppt
Final ppt
 
Heart Disease Prediction Using Associative Relational Classification Techniq...
Heart Disease Prediction Using Associative Relational  Classification Techniq...Heart Disease Prediction Using Associative Relational  Classification Techniq...
Heart Disease Prediction Using Associative Relational Classification Techniq...
 
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSISAN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
AN ALGORITHM FOR PREDICTIVE DATA MINING APPROACH IN MEDICAL DIAGNOSIS
 
Disease Prediction by Machine Learning Over Big Data From Healthcare Communities
Disease Prediction by Machine Learning Over Big Data From Healthcare CommunitiesDisease Prediction by Machine Learning Over Big Data From Healthcare Communities
Disease Prediction by Machine Learning Over Big Data From Healthcare Communities
 
A comprehensive study on disease risk predictions in machine learning
A comprehensive study on disease risk predictions  in machine learning A comprehensive study on disease risk predictions  in machine learning
A comprehensive study on disease risk predictions in machine learning
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112
 
DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI...
 DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI... DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI...
DISEASE PREDICTION BY MACHINE LEARNING OVER BIG DATA FROM HEALTHCARE COMMUNI...
 
Survey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease predictionSurvey on data mining techniques in heart disease prediction
Survey on data mining techniques in heart disease prediction
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heart
 
Disease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation system
 

Similar to [IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, Diksha Gawali

Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningIRJET Journal
 
Multiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning AlgorithmsMultiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning AlgorithmsIRJET Journal
 
Lung cancer disease analyzes using pso based fuzzy logic system
Lung cancer disease analyzes using pso based fuzzy logic systemLung cancer disease analyzes using pso based fuzzy logic system
Lung cancer disease analyzes using pso based fuzzy logic systemeSAT Journals
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningIRJET Journal
 
Iganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer ThreatsIganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer Threatsijsrd.com
 
Two Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemTwo Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemIRJET Journal
 
An intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby healthAn intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby healthIJECEIAES
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESpijans
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESpijans
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESamsjournal
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES pijans
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Intelligent data analysis for medicinal diagnosis
Intelligent data analysis for medicinal diagnosisIntelligent data analysis for medicinal diagnosis
Intelligent data analysis for medicinal diagnosisIRJET Journal
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersIRJET Journal
 
Analysis on Data Mining Techniques for Heart Disease Dataset
Analysis on Data Mining Techniques for Heart Disease DatasetAnalysis on Data Mining Techniques for Heart Disease Dataset
Analysis on Data Mining Techniques for Heart Disease DatasetIRJET Journal
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET Journal
 
Hospital Locator and Bed Availability Detector for Emergency Cases
Hospital Locator and Bed Availability Detector for Emergency CasesHospital Locator and Bed Availability Detector for Emergency Cases
Hospital Locator and Bed Availability Detector for Emergency CasesIRJET Journal
 
MULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTION
MULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTIONMULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTION
MULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTIONIJDKP
 
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 DiseaseIRJET Journal
 

Similar to [IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, Diksha Gawali (20)

Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
Multiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning AlgorithmsMultiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning Algorithms
 
Lung cancer disease analyzes using pso based fuzzy logic system
Lung cancer disease analyzes using pso based fuzzy logic systemLung cancer disease analyzes using pso based fuzzy logic system
Lung cancer disease analyzes using pso based fuzzy logic system
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep Learning
 
Iganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer ThreatsIganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer Threats
 
vaagdevi paper.pdf
vaagdevi paper.pdfvaagdevi paper.pdf
vaagdevi paper.pdf
 
Two Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemTwo Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information System
 
An intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby healthAn intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby health
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Intelligent data analysis for medicinal diagnosis
Intelligent data analysis for medicinal diagnosisIntelligent data analysis for medicinal diagnosis
Intelligent data analysis for medicinal diagnosis
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network Writers
 
Analysis on Data Mining Techniques for Heart Disease Dataset
Analysis on Data Mining Techniques for Heart Disease DatasetAnalysis on Data Mining Techniques for Heart Disease Dataset
Analysis on Data Mining Techniques for Heart Disease Dataset
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
 
Hospital Locator and Bed Availability Detector for Emergency Cases
Hospital Locator and Bed Availability Detector for Emergency CasesHospital Locator and Bed Availability Detector for Emergency Cases
Hospital Locator and Bed Availability Detector for Emergency Cases
 
MULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTION
MULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTIONMULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTION
MULTI MODEL DATA MINING APPROACH FOR HEART FAILURE PREDICTION
 
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
 

More from IJET - International Journal of Engineering and Techniques

More from IJET - International Journal of Engineering and Techniques (20)

healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
 
verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...
 
Ijet v5 i6p18
Ijet v5 i6p18Ijet v5 i6p18
Ijet v5 i6p18
 
Ijet v5 i6p17
Ijet v5 i6p17Ijet v5 i6p17
Ijet v5 i6p17
 
Ijet v5 i6p16
Ijet v5 i6p16Ijet v5 i6p16
Ijet v5 i6p16
 
Ijet v5 i6p15
Ijet v5 i6p15Ijet v5 i6p15
Ijet v5 i6p15
 
Ijet v5 i6p14
Ijet v5 i6p14Ijet v5 i6p14
Ijet v5 i6p14
 
Ijet v5 i6p13
Ijet v5 i6p13Ijet v5 i6p13
Ijet v5 i6p13
 
Ijet v5 i6p12
Ijet v5 i6p12Ijet v5 i6p12
Ijet v5 i6p12
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
Ijet v5 i6p10
Ijet v5 i6p10Ijet v5 i6p10
Ijet v5 i6p10
 
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
Ijet v5 i6p2
 
IJET-V3I2P24
IJET-V3I2P24IJET-V3I2P24
IJET-V3I2P24
 
IJET-V3I2P23
IJET-V3I2P23IJET-V3I2P23
IJET-V3I2P23
 
IJET-V3I2P22
IJET-V3I2P22IJET-V3I2P22
IJET-V3I2P22
 
IJET-V3I2P21
IJET-V3I2P21IJET-V3I2P21
IJET-V3I2P21
 
IJET-V3I2P20
IJET-V3I2P20IJET-V3I2P20
IJET-V3I2P20
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
IJET-V3I2P18
IJET-V3I2P18IJET-V3I2P18
IJET-V3I2P18
 
IJET-V3I2P17
IJET-V3I2P17IJET-V3I2P17
IJET-V3I2P17
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

[IJET-V2I1P10] Authors:Prof.Dr.Pramod Patil, Sneha Chhanchure, Asmita Dhage, Diksha Gawali

  • 1. International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016 ISSN: 2395-1303 http://www.ijetjournal.org Page 52 Knowledge based smart health care system: A survey Prof.Dr.Pramod Patil1 , Sneha Chhanchure2 , Asmita Dhage3 , Diksha Gawali4 , Gitanjali Nair5 1( Professor,DYPIET,Pimpri,Pune. ) 2,3,4,5,( Student, DYPIET,Pimpri,Pune. ) Introduction:- E-health is basically a concept where electronic processes and communications are used for monitoring the patient’s health. Due to the busy schedules of people in today’s times, it is difficult to take care of patients suffering from long- term diseases, senior citizens and children. Now-a-days many people suffer from chronic diseases. In such cases it is difficult for patients to take care of hemselves. They need constant health monitoring and that’s where e-health comes into picture. For these kind of illnesses, it is sometimes unaffordable to use expert medical appliances or employ home nurses. Thus e-health systems can be used as a cost effective alternative for continuous and remote monitoring of patient health. RESEARCH ARTICLE OPEN ACCESS Abstract: Life is the most precious gift to man and safeguarding this gift is of utmost importance.With increasing number of diseases and fast paced lives, people have less time to look after themselves and their family members or to even visit the doctor for regular check-ups.Our E-Health patient monitoring system can remotely monitor the health of the patients and intimate the doctor of critical conditions without human intervention. Some of the existing E-Health systems include telemedicine network for Francophone African countries (RAFT) and LOBIN. RAFT is implemented in java and uses asymmetric public – private key encryption, however it is expensive, does not support mobility and is not a context aware system. LOBIN is a hardware/software platform to locate and monitor a set of physiological parameters and context parameters of several patients within hospital facilities. Although it is a context aware system it cannot handle high and concurrent data traffic load. To overcome the above flaws, our proposed system puts forward an idea of patient monitoring using various knowledge based techniques like K-means clustering, Gaussian kernel function, ANN and Fuzzy inference engine. In our project we intend to do remote patient health monitoring in which we will be using three-four machines which will send various sensed health parameters to the centralised server that will make clusters of the sensed health parameters based on criticality of the health condition. Then depending upon clusters formed and on comparison with the threshold values appropriate reports will be generated and send to the doctors and caretakers. . Keywords — Wireless sensor networks, E-Health K-Means clustering, Gaussian kernel function, ANN, Fuzzy Inference engine.
  • 2. International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016 ISSN: 2395-1303 http://www.ijetjournal.org Page 53 This paper proposes the design of an e-health monitoring system which mainly concentrates on the aspect of remote health monitoring. The proposed design aims at the use of sensors for collecting vital health parameters of a patient along with the use of short range wireless communication thatallows frequent patient monitoring even though the patient is moving, however within a specified range. The newly sensed data issent to the local server. The server then analyses the sensed data, processes it, compares with threshold values and decides the criticality of disease. Depending upon the abnormality of patient’s sensed health condition, appropriate health reports are generated and sent to the concerned doctors and care-takers,thereby enabling remote health monitoring in cases where it is not possible for doctors to visit their patients regularly. To handle the concept of e-health, there are many intelligent knowledge based methodologies that are supporting this idea of Home-Mobile-Care-System such as Gaussian kernel function, K-means clustering, Artificial neural network and Fuzzy inference engine. In Home-Mobile-Care-System, mobile care devices are deployed on patient’s body to collect the viable data. This data is send to residential gateway (RG) through short-range wireless network in device to monitor patient’s condition. To overcome the short-range transmission it uses same sensors deployed in the system to form long-range network using concept of multi-hop, which will help in continuous monitoring of patient irrespective of location. Gaussian kernel f(x)=a exp( ( )^ ^ ) Where a->height of peak of curve b -> position of centre of peak c -> standard deviation. Gaussian filters try to minimize the overhead of input for step function and this is done by minimizing rise and fall time. K-means K-means algorithm is widely used algorithm for clustering of data sets based on their similarities. In this algorithm, initially arbitrary data sets are considered as a centroid and using Euclidean distance measure, distance0 between all data sets and centroids are found. Based on this distance, again data sets are classified such that data sets having minimum distance form one cluster. Then again, centroid is calculated for new clusters and process is repeated until there is no change in any cluster. In our project we will be using K-means clustering for clustering various health parameters so that it will be easy to compare these parameters with threshold value.
  • 3. International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016 ISSN: 2395-1303 http://www.ijetjournal.org Page 54 Artificial Neural Network: Artificial Neural Network is a combination of decision making and self- learning, which learns from previously generated data and tries to give accurate decision for new data. Every time it enhances its ability of generating accurate decision as it learns from its past experience. In our system ANN will be useful for taking decision about abnormality of patients health depending upon the past input and historical data of patient given to the machine as training data Fuzzy logic: Fuzzy logic produces definite output even though input is incomplete, ambiguous or inaccurate. Fuzzy logic works on levels of possibilities of input and tries to generate definite output such as true or false. It can be used to control machines and to deal with uncertainties. So in this system every time input may not be accurate so fuzzy logic can be used to produce acceptable response. In our project we will be using fuzzy logic to decide the category of health condition as to whether it is highly critical, moderate or normal. This paper has been classified in different sections where section I contains introduction, section II discusses Related work and Section III is dedicated for conclusion Section II Related Work: “The Applications of Mixtures of Normal Distributions in Empirical Finance: A Selected Survey”, Tony S. Wirjanto andDinghai Xu This paper, mostly concentrates on area of empirical finance which uses mixture of normal (MN) models for development of application. The Gaussian mixtures are increasingly used because it can approximate finite continuous distribution accurately. There are wide applications of Gaussian mixtures in the field such as biology, economics and engineering. Gaussian GARCH and SV are widely used for generating heavy tail feature, however they fail to produce required amount of leptokurtosis related data. “The Rectified Gaussian Distribution”, N. D. Socci, D. D. Lee and H. S. Seung The rectified Gaussian distribution can be considered as an improved version of standard Gaussian. Although standard Gaussian restricts variables to be non-negative, rectified Gaussian distribution can accepts negative variables. Also it supports discrete and continuous variability representation. It is undirected graphical models and represents probability models in better way. It is difficult to find tractable learning algorithm thus the practical application of rectified Gaussian theorem is limited. “Incorporating Side Information in Probabilistic Matrix Factorization with Gaussian Processes”, Ryan Prescott Adams∗∗∗∗ George E. Dahl. This paper illustrates Probabilistic matrix factorization (PMF). It is process used for combining data association along with pair wise relationship. PMF finds applications in many domains such as computational biology, collaborative filtering and other areas. Gaussian process is applied for searching dependencies between observations made by
  • 4. International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016 ISSN: 2395-1303 http://www.ijetjournal.org Page 55 PMF. GP is affordable because it uses cubic computational complexity. One of the major issue discussed in this paper is Gaussian process can be applied only for smooth variation curves. “Mode-finding for mixtures of Gaussian distributions”, Miguel A. Carreira- Perpi˜n´an,March 31, 1999 (revised August 4, 2000) Gaussian mixtures are generally used for probabilistic models for calculating the density in machine learning application. This paper considers the issue of calculating modes for multiple variables in Gaussian distribution which has applications in regression and clustering. Some of the advantages of Gaussian distribution such as it can be used in analyzing different types of computation and scaling of data dimensions. Gaussian kernel can resemble any continuous density given to the kernel. Gaussian mixture efficiently represents multiple modal distribution thus this algorithms are beneficial for various applications in machine learning. K-means: “Selection of K in K-means clustering”, D T Pham, SS Dimov, and C D Nguygen K-means algorithm is well known algorithm for data clustering. The prerequisite for using k-means algorithm is specifying number of clusters. Initial step in this algorithm is to arbitrarily choose clusters for given datasets. This is a trial and error method if correct clusters are not chosen then it becomes very tedious and time consuming task of creating cluster. This paper suggests a method to select number of clusters which uses information gained during k-means clustering operations. An objective evaluation measure is applied in this method for calculating suitable values of K which avoids trial and error mechanism. Existing method for k-means clustering uses trial and error technique for initially choosing clusters which increases the time complexity of an algorithm. “How Slow is the k-Means Method?”, David Arthur, Sergei Vassilvitskii K-means algorithm is preferred because of its simplicity. In this paper run time complexity of algorithm is studied using various experiments. In the worst case k- means algorithm has superpolynomial running time while calculating K values and accordingly forming the clusters. This paper illustrates although initial clusters are chosen uniformly it requires same superpolynomial runtime. “The Planar k-means Problem is NP-hard”, MeenaMahajana, PrajaktaNimbhorkara, KasturiVaradarajanba In K-means algorithm, finite set of points and integer value for k is given which is greater than k, and task of this algorithm is to find k point from given data sets which is helpful in minimizing the square of Euclidean distance. Minimization is done by smallest value of Euclidean distance and accordingly clusters are formed such that distance between every point to the centroid is minimum. This paper proves that the method discussed above is NP hard problem. Some of the unresolved problems about hardness are whether the algorithm becomes tractable if some associated natural parameters are restricted. A Comprehensive Study Of Artificial Neural Networks: In this paper the importance of ANN for artificial intelligence and other business applications is explained.ANN has great parallel processing property. It makes use of distributed memory. It has great learning ability, is a fault tolerant
  • 5. International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016 ISSN: 2395-1303 http://www.ijetjournal.org Page 56 system and gives a collective output of various inputs. ANN cannot be used for general problem solving, its output quality is unpredictable and the system is prone to over fitting. Research Paper on Basic of Artificial Neural Network: This paper gives an overview of ANN working and its training. ANN performs supervised and unsupervised or adaptive training. It supports self organisation and real time operations. ANN works well with non linear or dynamic relationships unlike other conventional techniques. ANN trains well according to the nature of applications and the strength of the internal data patterns. Although ANN is said to be self learning, it is still not fully understood and does not completely work.ANN seems to have a bright future however the key to the whole technology lies in hardware development. Application Of Artificial Neural Networks In Estimating Participation In Elections: This paper explains the use of a two layered feed forward network with tan-sigmoid transmission function in input and output layer that anticipated the participation of citizens in the presidential elections of Iran with 91% accuracy. Confusion matrix and ROC diagrams were used as assessment standards. Designing neural networks for high efficiency is difficult. Although it provides good anticipation for long time periods, the results for short term time series are the best.Obtaining 100% accuracy in the prediction is difficult. Guest Editorial Applications of Artificial Neural Networks to Image Processing: The purpose of this issue is to discuss the success of the use of ANN for character recognition, image prediction and compression, object identification, classification and segmentation, and automatic target recognition. The paper emphasises the use of artificial neural network for solving real world image processing problems. Is there a need for fuzzy logic? : Theobjective of this paper is to explain what fuzzy logic is, its unique features why it is needed and why it is likely to grow significantly in terms of visibility, importance and acceptance in the coming years. This paper clears the misconception that Fuzzy logic is not fuzzy. It actually aims at formalization of human capabilities such as reasoning, conversing, making rational decisions in an environment of imprecision and uncertainty, and performing various physical and mental tasks without complex measurements and computations. Fuzzy logic is a concept of a linguistic variable, if-then rules, possibility theory and a modelling language. Fuzzy Logic Based Method for Improving Text Summarization: This paper explains the use of Fuzzy logic in an experiment for improving text summarisation. In this experiment 125 test documents were used
  • 6. International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016 ISSN: 2395-1303 http://www.ijetjournal.org Page 57 pre-processed by eliminating stop words, words stemming, segmentation and tokenisation. 8 important features were selected and sentences were scored. On the basis of scores, the best sentences were selected for summarisation. Feature-Based Sentence Extraction Using Fuzzy Inference rules: This paper describes automatic summarisation of texts by sentence selection using fuzzy inference tools. The results of the experiment conducted for the same show that the best average precision, recall and f-measure of the summaries produced, are obtained using fuzzy method. For very large datasets, it is preferable to combine fuzzy logic and other learning methods as well. As discussed above, some of the related existing systems like RAFT and LOBIN do not support certain features such as context awareness and high, concurrent traffic load. These systems are also expensive. Therefore, in our project we intend to overcome these limitations. Conclusion: To overcome the major disadvantages of the existing patient monitoring systems, this paper proposes a method using K-Means clustering, Gaussian Kernel function, ANN and Fuzzy Inference Engine. In this paper, many of these knowledge based techniques studied by different authors isanalysedin section 2 to nourish our idea of E-Health patient monitoring. References: [1] “The Applications of Mixtures of Normal Distributions in Empirical Finance: A Selected Survey”, Tony S. Wirjanto and Dinghai Xu, 2009. [2] “The Rectified Gaussian Distribution”, N. D. Socci, D. D. Lee and H. S. Seung Bell Laboratories, Lucent Technologies Murray Hill. [3] “Incorporating Side Information in Probabilistic Matrix Factorization with Gaussian Processes”, Ryan Prescott Adams∗ George E. Dahl Department of Computer Science University of Toronto, Canada Iain Murray School of Informatics University of Edinburgh, Scotland. [4] “Mode-finding for mixtures of Gaussian distributions”, Miguel ´ A. Carreira- Perpi˜n´an, March 31, 1999 (revised August 4, 2000). [5] “Selection of K in K-means clustering”, D T Pham, S SDimov, and C D Nguyen, 27 September 2004. [6] “How Slow is the k-Means Method?”, David Arthur∗ Stanford University Stanford, Sergei Vassilvitskii† Stanford University Stanford, June 5–7, 2006. [7] “The Planar k-means Problem is NP-hard”, MeenaMahajana, PrajaktaNimbhorkara, KasturiVaradarajanb, November 21, 2009. [8]“A Comprehensive Study Of Artificial Neural Networks”, Vidushi Sharma, Sachin Rai And Anurag Dev, International Journal Of Advanced Research In Computer Science And Software Engineering Research Paper, Volume 2, Issue 10, October 2012 ISSN: 2277 128X [9] “Research Paper On Basic Of Artificial Neural Network”, Ms.Sonali. B. MaindAndMs.PriyankaWankar, International
  • 7. International Journal of Engineering and Techniques - Volume 2 Issue 1, Jan - Feb 2016 ISSN: 2395-1303 http://www.ijetjournal.org Page 58 Journal On Recent And Innovation Trends In Computing And Communication ISSN: 2321- 8169 Volume: 2 Issue: 1 96 – 100 [10]“APPLICATION OF ARTIFICIAL NEURAL NETWORKS IN ESTIMATING PARTICIPATION IN ELECTIONS”, Seyyed Reza Khaze, Mohammad Masdari And SohrabHojjatkhah, International Journal Of Information Technology, Modeling And Computing (IJITMC) 0Vol.1, No.3,August 2013 [11]“Guest Editorial Applications Of Artificial Neural Networks To Image Processing”, RAMA CHELLAPPA,, KUNIHIKO FUKUSHIMA, AGGELOS K. KATSAGGELOS, SUN-YUAN KUNG, YANN LECUN, NASSER M. NASRABADI And MDTOMAS A. POGGIO,IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 7, NO. 8, AUGUST 1998 1093 [12]“Is there a need for fuzzy logic?”, Lotfi A. Zadeh, Information Sciences 178 (2008) 2751–2779 [13]“Fuzzy Logic Based Method for Improving Text Summarization “, Ladda Suanmali1, Naomie Salim and Mohammed Salem Binwahlan, (IJCSIS) International Journal of Computer Science and Information Security, Vol. 2, No. 1, 2009 [14]“Feature-Based Sentence Extraction Using Fuzzy Inference rules”, LaddaSuanmali, Naomie Salim and Mohammed Salem Binwahlan, 2009 International Conference on Signal Processing Systems. [15]“Health parameter monitoring via a novel wireless system”, Wen-Tsai Sung∗, Kuo-Yi Chang, Applied Soft Computing 22 (2014) 667–680