IOT Based Real-Time Patients Health Monitoring System

Slides:



Advertisements
Similar presentations
Physical Journal Device Platform. Physical Journal Device Platform (PJDP) is the total solution for health management Physical Journal Device Platform.
Advertisements

WIFI WIFI (wireless-fidelity) is used in hospitals to connect multiple computers and tablets to the same network so that doctors can access their patients.
Vikramaditya Jakkula Washington State University First International Workshop on Smart Homes for Tele-Health.
Introduction to Bayesian Learning Bob Durrant School of Computer Science University of Birmingham (Slides: Dr Ata Kabán)
Data Mining: Discovering Information From Bio-Data Present by: Hongli Li & Nianya Liu University of Massachusetts Lowell.
Introduction to Bayesian Learning Ata Kaban School of Computer Science University of Birmingham.
Department of Computer Science and Engineering (CSE), BUET
Sensors and Their Uses in Hospitals
Richard Screnci.  Athletes suffer from eating disorders, dehydration, overtraining, and improper body movements.  Technology allows us to monitor these.
Monitoring and Measurement
FDR Presentation Personal Health Monitoring Device Bassam Noaman Dina El-Eissa Mentor: Prof Zhenyu Guo Instructor: Prof J Silverman 4/12/00.
Theoretical Analysis of a Nanosensor based on WO 3 coated Carbon Nanotube for Ultra-high Sensitive Breath Acetone Sensing Ming Xia, Advisor: Prof. Xingguo.
IntroOH-1 CSE 5810 Wireless Body Sensor Networks (WBSN) in Healthcare Aljoharah A. Algwaiz Computer Science & Engineering Department The University of.
Electrical and Computer Engineering Team14: BMW Brainwave Manipulated Wagon Comprehensive Design Review.
Health Band MOHAMMAD DIAB BASHAR JODEH SUPERVISORS: DR. SUFYAN SAMARA DR. HANAL ABUZANT.
Abstract Other Resources Financial Resources Project Schedule Personnel Efforts Item DescriptionCost STK300 Microcontrollerdonated (Kanda) GM28 Cellular.
Vikramaditya Jakkula Washington State University IEEE Workshop of Data Mining in Medicine 2007 (DMMed '07) In conjunction with IEEE.
THE GEORGE WASHINGTON UNIVERSITY SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING FINAL PRESENTATION WEATHER.
Consent for Research Study A study for patients diagnosed with locally advanced breast cancer Learning if the imaging agent, [ 18 F] fluorothymidine (FLT),
Cross strait Quad-reginal radio science and wireless technology conference, Vol. 2, p.p ,2011 Application of fuzzy LS-SVM in dynamic compensation.
Acknowledgements Contact Information Anthony Wong, MTech 1, Senthil K. Nachimuthu, MD 1, Peter J. Haug, MD 1,2 Patterns and Rules  Vital signs medoids.
Vratislav Fabián, Marcela Fejtová Telemedical system for monitorig of blood pressure CTU Prague FEE, Department of Cybernetics.
Classification And Bayesian Learning
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
CONTENTS: 1.Abstract. 2.Objective. 3.Block diagram. 4.Methodology. 5.Advantages and Disadvantages. 6.Applications. 7.Conclusion.
Classification Cheng Lei Department of Electrical and Computer Engineering University of Victoria April 24, 2015.
Electricity and Circuits Project Physics. Engineering Process Identify the Need Research the Need Develop Possible Design Determine which Design will.
A Cost Effective Centralized Single parameter Patient Monitoring System Abstract Lack of Medical monitoring equipment's in rural areas of underdeveloped.
ICTWays workshop “Creativity and imagination in the classroom: Arduino and its application samples” LLP PT-COMENIUS-CNW
Contents Introduction Requirements Design Technology Working Interaction.
Personal Home Healthcare System for the Cardiac Patient of Smart City Using Fuzzy Logic Shijia Liu.
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
PATIENT HEALTH MONITORING AND ALARMING
Big data classification using neural network
PATIENT MONITORING SYSTEM USING MATLAB
GSM BASED PATIENT HEALTH MONITORING SYSTEM
IOT based industrial appliances control system
PATIENT MONITORING SYSTEMS
Outline Introduction Standards Project General Idea
Online Conditional Outlier Detection in Nonstationary Time Series
ASTHO Million Hearts Project- Wisconsin: Green County Site
International Workshop
Introduction To Computers
WEARABLE BIOSENSOR SYSTEM USING ZIGBEE TECHNOLOGY
Good Will Hunter Product By:- Kaartik Bhushan
M.Tech Major Project Presentation
Introduction To Computers
Week 6 Cecilia La Place.
Internet of Things (IoT)
Classifying the Thyroid Disease
An Inteligent System to Diabetes Prediction
Tong Zuo, Xiaoliang Li, Soumil Shah, Advisor: Prof. Xingguo Xiong
Arduino based Seismic Sensor for Earthquake Detection and Response
Prepared by: Mahmoud Rafeek Al-Farra
Traffic flow prediction and minimization of traffic congestion using Adaboost Algorithm with Random Forest as a weak Learner ניבוי מצבי גודש ומזעור לחצי.
COMSOL Simulation of Air Pollutant Particle Transmission in a Building
Bluetooth operated Arduino Controlled Car
System Implementation
Temperature Sensor.
Project 1: Smart Home REU student: Jason Ling Graduate mentors: Safa Bacanli Faculty mentor(s): Damla Turgut Week 8 (July 2 – July ) Accomplishments:
Somi Jacob and Christian Bach
Device Fabrication & Components Conclusions and Future Advancements
Using Bayesian Network in the Construction of a Bi-level Multi-classifier. A Case Study Using Intensive Care Unit Patients Data B. Sierra, N. Serrano,
Welcome to The World of Internet of Things
Monitoring and Reacting to Real-time Greenhouse Environment
3D Printed Smart Mobile Author: Bingfang Chen - Mentor: Professor Farrukh Zia Computer Engineering Technology Department ABSTRACT 3D printed smart mobile.
Measure 2 (Post Exercise)
ML Approach to Approximating Ambient Light Exposure
Nguyen Ngoc Hoang, Guee-Sang Lee, Soo-Hyung Kim, Hyung-Jeong Yang
Presentation transcript:

IOT Based Real-Time Patients Health Monitoring System Zhaoqi Song, Wei Xia, Xinyue Gui, Manquan Fang Advisor: Xingguo Xiong Department of Electrical Engineering, University of Bridgeport, Bridgeport, CT 06604 Abstract This paper has two parts. The first part is using the IOT to measure and record some basic signs. The temperature sensor is connected to a LilyPad Arduino Board to measure patients’ real-time body temperature. A wearfit watch is sticked on the clothes to measure patient's real-time blood pressure and heartbeat. Then the software Arduino will be used to connect the board with computer by Wifi module. After that, the data collected by the sensors will be transferred into computers as excel file. The second part is doing data analysis to predict if the patient will relapse by using Naive Bayesian Algorithm. Part#2. Software Design(Data Analysis) We have downloded a dataset from This dataset records 306 instances with 6 attributes: 1.Age of patient at time of operation(numerical) 2.Patients’ body temperature(numerical) 3.Patient’s heartbeat(numerical) 4.Patient’s systolic pressure(numerical) 5.Patient’s diastolic pressure(numerical) 6. If the patient relapse within one week(1=the patient relapse within one week , 0=the patient doesn’t relapse within 1 week) We choose this data set because there are obviously two classifications, 1 signifies the patient the patient relapse within one week, 0 signifies the patient doesn’t relapse within 1 week. Meantime, the attributes are comparatively independent of each other. Than I use csv.read to import the data set and Naive Bayesian algorithm to train the model. Pivture 4. Result of prediction The dataset is seperated to train set(514 samples) and test set(254 samples), the accuracy of the model is 76.77%, Recall=82.58%, Precision=84.0%. Introduction Nowadays, people pay more attention to their healthy condition. Especially for the postoperative patients, to cut cost and leave the medical resources for those people who need urgent help, they can choose to return home to recuperate. However, the recurrence rate may be high for some diseases, so we want to design an IOT Based Real-Time Patients Health Monitoring System to monitor the healthy condition of these patients so that they will get timely treatment. Part#1. Arduino Board This circuit contains an Arduino board, one 5V power, one temperature sensor, two orange LEDs, two green LEDs. Picture 1. Circuit of Arduino The temperature sensor is used to monitor the body temperature of patients. When body temperature is normal(36.0℃<=T<=37.3℃), the power can be supplied to green LEDs, and they can light up. When body temperature is abnormal(T<36.0℃ || T>37.3℃), the power can be supplied to orange LEDs, and they can light up. So this device can be used as an alarm to notify if the patient has good healthy condition. Meanwhile, the two orange LEDs and two green LEDs are separately in parallel connection. Thus, when one LED break down, the other one can still work. Picture 2. Code of Arduino This code reads the input of the temperature sensor, converts it to Farenheit and Celsius and prints to the Serial Monitor. Picture 3. Main programming of source code Conclusion and Future Work By evaluating the model based on the accuracy, recall and precision, the age, real-time body temperature, blood pressure and heart beat can predict if the patient will replase to some extent. In the future, we would like to improve our project from two aspects. Firstly, by observing more kinds of body indexes, we can get a more accurate prediction. Secondly, we can not only use real-time data, but also combine the data of several days to predict result. This is like a time-series model. The data of different time has different effects to the final result. Thus, we can also use LSTM(Long Short Term Memory)to construct a more accurate model. References 1. LilyPad Temperature Sensor Hookup Guide, learn.sparkfun.com/ tutorials/lilypad-temperature-sensor-hookup-guide. 2. Xingjian, S. H. I., Chen, Z., Wang, H., Yeung, D. Y., Wong, W. K., & Woo, W. C. (2015). Convolutional LSTM network: A machine learning approach for precipitation nowcasting. In Advances in neural information processing systems (pp. 802-810).