A Skin Disease Detection System for Financially Unstable People in Developing Countries

Size: px
Start display at page:

Download "A Skin Disease Detection System for Financially Unstable People in Developing Countries"

Transcription

1 Global Science and Technology Journal Vol. 3. No. 1. March 2015 Issue. Pp A Skin Disease Detection System for Financially Unstable People in Developing Countries Rahat Yasir, Md. Shariful Islam Nibir, and Nova Ahmed Skin diseases are among the most pestiferous and aesthetically displeasing of all maladies. As skin diseases normally take a bit time to be cured and need continuous medicine it is sometimes hard to carry on the treatment specially for the poor people in developing countries like Bangladesh. In this article we propose a method that uses.different types of computer vision based techniques to detect different types of skin diseases based on different types information's collected from patients. As per the proposed method there will be two version of this system one will be a desktop application for algorithm develop and checking, and the other version will be a mobile phone application that will be the handy version of the proposed system. The system will be detecting 9 different skin diseases commonly occurred among the poor people in Bangladesh. Specifically, the covered diseases in this paper are Eczema, Acne, Leprosy, Psoriasis, Scabies, Foot Ulcer, Vitiligo, Tinea Corporis and Pityriasis Rosea. Keywords: Skin Disease, Off the Record, Medical Image processing, Neural Network, Mobile Computing, Telemedicine. 1. Introduction Skin diseases normally occur in human body for several issues. Like scabies occurs in human due to a little bug, acne due to dust and oil glands in the human skin, vitiligo occurs due to fungal attack, foot ulcer for wearing shoes for long time, eczema due to a certain bacteria. Usually most of the skin disease take some time reveal in the skin and need long term treatment. These treatments some time get too expensive to bear for a family in Bangladesh whose monthly income is less than $40 or 3000 BDT per month. A statistics shows that more than 52% of the families in the rural areas of Bangladesh don t have a permanent job they just work as daily workers. In this circumstances spending such money for health problems is impossible for them. Sometimes they go to quack to get some cheap medicine and treatment, which eventually damage their body in the near future. Considering these factors the researchers decided to build a system for the financially unstable people in developing countries. First of all we searched for those skin diseases which are very common in this subcontinent. After doing such studies we found nine diseases that people suffers most and treatment of these diseases might get expensive in some cases. The diseases are Eczema, Acne, Leprosy, Psoriasis, Scabies, Foot Ulcer, Vitiligo, Tinea Corporis and Pityriasis Rosea. At first we went to a well reputed government hospital to collect sample data (image) and user information about these selected diseases. We also conducted a small survey on the patients asking some questions regarding how this type of system will help them, how to they want the system to be developed etc. After getting all these Rahat Yasir and Md. Shariful Islam Nibir, ECE Department, North South University, Bangladesh, rahat.anindo@live.com, nibirsharif@gmail.com Dr. Nova Ahmed, Assistant Professor, ECE Department, North South University, Bangladesh, nova.ahmed.2011@gmail.com

2 information's we started design the system. We have used eight different types of algorithms for image pre-processing (YcBcr, gray image, sharpening filter, median filter, smooth filter, binary mask, histogram and sobel operator). Our system will take ten different features from image pre-processing results and user inputs (liquid type, liquid colour, elevation, duration, feeling, gender, age). These features are used for training and testing purpose of our feed forward artificial neural networks (ANN). Using artificial neural networks (ANN) as knowledge base appears to be a promising method for diagnosis and possible treatment routines. Even though there have been several researches conducted to detect dermatological skin diseases using Computer Vision based techniques but almost every one worked for only 2-3 diseases. Among them Hashim et al, 2002 Wahab et al, Nasir et al and Shamsul et al have used different types of image pre-processing algorithms for feature extraction purpose. Kabani et al, Nidhal et al, Shamsul et al have used different types of neural networks for dermatological disease detection. Grald et al, Shang et al, Nibaran et al have applied different types of image classification and segmentation algorithms in their proposed method. 2. Related Work Detecting different types of skin diseases from colour image is a very challenging task in computer vision. Finding out different features from the colour skin images of the infected area of different skin diseases and detecting them with a high accuracy rate is the primary purpose of this research. Researchers are working on several algorithms that can be used to detect different types of skin diseases. Hashim et al, 2002 applied different types of matlab tools in images to produce their histograms and colour distribution particularly in the region concerned. Nasir et al compared certain colour space (RGB, CMY, HSV, YCbCr and rgb colour) model of the skin lesions that can be employed to distinguish three types of psoriasis skin diseases infecting the Malaysian population. In the result they saw only RGB colour space is suitable for discriminating psoriasis skin lesions. Shang et al, 2010 compared algorithms of segmentation feature parameter of FCM image segmentation algorithm. Nibaran et al, 2013 compared 4 feature extraction operators with Support Vector Machines (SVM) based classifier. Wahab et al, 2004 presented a texture classification system for three skin diseases (AV, BCC, DLE) and accuracy 78

3 rate was Gerald et al, 2006 have introduced an approach that produces accurate overlays of thermal and visual medical images. Chang et al proposed an automatic facial skin defects detection and recognition system. A support-vector-machine (SVM) based classifier is used to classify the potential defects into spot, acne and normal skin and accuracy rate was 98.0%. Hatice et al proposed a software tool diagnosis of erythematosquamous diseases by using the basic and weighted K-NN algorithms on medical data. Kabari et al crated an artificial neural networks system that predict diagnosis and routine treatment for skin diseases patients and their accuracy rate is 90%. M. SHAMSUL et al proposed an automated dermatological diagnostic system. They have used different pre-processing algorithms like ours and used feed forward back propagation artificial neural networks for training and testing purpose. Shuzlina et al elaborates a prototype with back propagation neural network (BPNN) to assist the dermatologist. The use of two feature selection methods namely Correlation Feature Selection (CFS) and Fast Correlation-based Filter (FCBF) help by providing a smaller number of features with greater accuracy and faster response time and accuracy rate was 91.2%. Nidhal et al proposed a psoriais diseases detection system. They used feed forward neural networks to classify input images to be psoriases infected or non psoriasis infected. In this research we are trying to implement similar approach like in order to detect different types of skin diseases from colour image. 3. Architecture and Methodology The system will work on two phases- first pre-process the colour skin images to extract significant features and later identifies the diseases. At first we will be using the colour skin images and then apply 8 different image processing algorithm on it to find some visual pattern and significant features like average colour code of infected area, infected area size in case of pixels and shape or edge detection of an infected area. Then the system will take some user inputs like gender, age, duration, liquid type, liquid colour, elevation and feeling. We will train user input values along with colour skin image extracted features to train and test into a feed forward back propagation artificial neural network to identify the dermatological disease. We divided the whole system into two parts. The first version will be a desktop application, this application will be made to check the algorithms we decided to develop the system. The second version will be the more important one, this will be a mobile phone application which will be a portable system that will be able take photos of the infected area of the skin and take some basic user inputs and the application will instantly take all the inputs from image and user information and will compute and tell which skin disease has occurred. The second version of the system will be moreover a diagnosis system. We are planning to include treatment in the application so that the patients get an overall view of which medicine he/she should go for. Here we have shown the complete architecture of the system below. 79

4 4. Data Collection Figure 1: Complete Architecture of the system Our first task was to collect necessary data s (image, information) of patients. For fulfilling this purpose we went to Sir Salimullah Medical College and Mitford Hospital, Dhaka, Bangladesh, Department of Dermatology. We took images of total 128 patients of 9 different diseases from the dermatology department. Disease Name Number of Patients Images taken Eczema 7 28 Acne Leprosy 5 24 Psoriasis Scabies Foot Ulcer 6 35 Vitiligo Tinea Corporis Pityriasis Rosea 8 32 Table 1: Data Collection 80

5 A specialized doctor was present to validate and record the external data of the patients such as disease history, feeling in diseased part of body, elevation of the diseased region etc. Camera Sony Cyber shot DSC-W550 Focusing The camera was focused manually to adjust the variable nature of natural light Image Resolution 14.1 Megapixels Shutter Speed 1/20 to 1/125 seconds (based on natural lighting) 5. Patients Statistics Table 2: Camera Specification During the data collection process we did three things. 1. Took sample images of each disease 2. Collected basic patient information for each disease 3. Gathered user opinion about our system We collected data of 128 patients from the hospital. We are very thankful to the nurses, stuffs, intern doctors of Sir Salimullah Medical College and Mitford Hospital who helped us enormously during our data collection because the data collection process we went through is not possible without the help of the officials and of course the patients who were so helpful and showed patience in a government hospital and in a country like Bangladesh. Patient Number Male 86 Female 42 Total 128 Table 3: Patient Statistics Skin diseases in a certain area or country depends on its climate and environment. After our whole data collection process we realized that skin diseases based on bacterial and fungal disease occurs in huge number among the poor the people of Bangladesh. The main reason behind this scenario is unhealthy lifestyle they lead. The below graph shows the whole scenario of the diseases among the patients. 81

6 Patients of Each Disease (per 100) Category 1 Acne Eczema Scabies Leprocy Vitiligo Psoriasis Foot Ulver Tinea Corporis Pityriasis Rosea Figure 2: Percentage of Patients for Each Disease From the above figure we can see that in every hundred skin disease patients, people suffering from scabies is the highest (20%). Acne and Eczema patients are also very common in Bangladesh (15%). People suffering from Tinea Corporis and Vitiligo are not small in number. Psoriasis and Leprosy patients are not high in number. We found very minimum number of patients of Foot Ulcer and Pityriasis Rosea. 6. Survey We have surveyed with some doctors in Northern International Medical College and Hospital regards to our Skin Disease Detection System. We have conducted our survey in two basic phases. First one is individual and second is group discussion. Ten doctors have participated in our survey. Questions we ve asked during the survey: 1. How do you detect the skin diseases? 2. Do you think is it okay to detect by a mobile application? 3. What is your perception of this kind of system? 4. What do you think about the accuracy of the system? 5. Are the people of rural areas will be benefitted? 6. What do you think about the advantages of primary treatment? 7. Can it will be helpful for early detection? 8. Any suggestion? 82

7 Figure 2: Percentage of Patients for Each Disease Detection: We have asked several question regarding our Skin Disease Detection System. As our system can detect nine skin diseases, their symptoms and findings may differ in many phases. So, we have asked them the basic question how they detect at the first sight of the disease? They have said, first they listen patient s complaints and observe the symptoms. After analyzing his/her history, they usually go for clinical diagnosis and sign examination. After all the process, they come to a solution and confirm the disease. Dr. Mamum said, First we listen carefully about the patient s problem. Some cases, we detect the disease by observing the infected area, but we won t just confirm without proper diagnosis. Dr. S.M. Jihad said, Different patients have different types of problems. Some have allergy problem not only food but also cold, dust and so on. So, detect and treatment will differ from different perspective Detect by Mobile Application: Another question was, how they think to detect the skin disease by our system. It is typical to detect by using mobile application. Still image sometimes not useful to detect crucial cases. In that case good quality video may help by consulting with doctors. By matching features may good but if not wrong treatment can make a dangerous effect to the patients. 83

8 Dr. Rashed said, Detecting by a mobile application will be advantageous for everyone, even for the doctors. We can confirm the disease initially by our observation and detecting by mobile application. If the result matches, we can almost sure about the disease. Dr. Mamun said, If it s for doctors, they can easily use it, but patients from remote areas don t have much literacy. They can t use it properly without training. Moreover, taking the picture of the infected area properly is must. Perception: This is really an interesting software. A mobile phone can detect the skin diseases, no can think about it in our country. As skin disease is major issue in medical system. Some people may have skin disease in their secret body parts. They feel shy to visit a doctor. For them, they can easily detect whether they have any skin disease or not. Dr. Onni said, Now a days, mobile phone devices are available to everyone. Almost every person has a mobile device. Nobody likes a skin disease, it destroys people's vivacity. By detecting and taking proper treatment may save from consequences. Accuracy: Accuracy rate should be higher to detect skin diseases. Higher the accuracy, higher the possibility to get proper treatment. Without 100% surety, it won t be wise to start treatment. Dr. Borna said, We need more than 100% surety. After analyzing patients problem, we give blood and urine test to most of the patients. Several factors works behind this. Detecting the disease is really beneficial for both doctors and patients, but patients have to visit a doctor as early as possible to make sure about the disease. Video Calling Can be Helpful for Rural People: Real time communication or video calling and make video database may help to detect diseases. Some extra question about the disease also help to give proper surety. Primary Treatment: For initial diagnosis, it is really helpful. Save time and give a proper suggestion for early treatment. 84

9 Dr. Koli said, For early detection, there is no doubt it s a wonderful idea. Even we re really interested using this kind of software. It will make good awareness to make an early detection and early treatment. Benefits of Rural People: In rural area, people are not that much aware of using this mobile devices and the detecting software. They would need an assistance to make proper use of this solution. A procedure may also help to the users, about using this software. Some instruction and video record may also be helpful. About its merit and demerits should be included in the information of this solution. Dr. S.M. Jihad said, Yes, they will surely be benefitted. There are lack of doctors and proper treatment facility. Even generating a diagnosis report is a lengthy process for them. Some hospitals don t have the facility of proper equipment. Mobile application will be helpful form them. Helpful for Early Detection: Sometimes, a small skin related problem or common skin diseases may turn in to cancer in future. Skin is very sensitive. We have to take a good care of our skin. Most of the cases, people don t give that much concern about skin related problems. If someone can detect by using this software, it will be a great solution for medical system. Dr. Rashed said, A small skin disease my turn into cancer and we have found many cases where the patients ignored the diseases which turned into skin cancer. Most importantly the patients who have diabetes. They should take care of their skin properly. Suggestion: Skin disease spreads very quickly and contagious. If infection occurs, it turns a real problem for the patients. So early detection within seven days may decrease the probability of unwanted situation even cancer. As we said earlier we gathered some user opinion about our system during data collection period. A total of 73 people participated in this independent survey. Among 52 participants were intern doctors and 21 people were patients suffering from different skin diseases. We collected all responses and generalized them in such manner so that we can see the whole scenario of the society. Our first question was about the general feelings of the participants towards this project. The below graph shows the result 85

10 User Rating Do You Like Our Solution? No Yes Figure 3: Survey Response We can see that 95% of the participants liked our solution. The second question was about rating this solution. The below graph shows the result. 5 (Excellent) 27% 1 (Useless) 0% 2 (Not Satisfactory) 3% 3 (Good) 51% 4 (Very Good) 19% 1 (Useless) 2 (Not Satisfactory) 3 (Good) 4 (Very Good) 5 (Excellent) Figure 4: Survey Response Most of the participants appreciated this solution. 37 participants given their response as ''Good'', 14 participants as ''Very good'', and 20 of them said this is ''Excellent''. Third question we asked the participants that which disease among the 9 diseases we are trying to detect will be difficult for our solution. The below graph shows the result. 86

11 Which Skin Disease you think will be tough to detect using our solution? Tinea Corporis Vitiligo Scabies Leprosy Eczema Psoriasis Acne Which Skin Disease you think will be tough to detect using our solution? Figure 5: Survey Response The response of this question differed from person to person. About 40% participants think that Scabies will be difficult to detect, 33% of them voted for Acne. Psoriasis and Eczema will be difficult said 22% of participants for each the disease. 27 % of the participants also thinks Tinea Corporis is the disease. We asked the participants to give their opinion about detecting a disease from some information based on an image and some user inputs in the fourth question. The below graph shows the result. Is it possible to detect skin disease from colour skin image and basic user inputs? No Yes Figure 6: Survey Response 88% of the participants gave positive answer and 11 of the participants are not that quite satisfied. The fifth question was about the opinion of the participants if they think the user input we are considering are sufficient or not. The below graph shows the result. 87

12 What do you think, user inputs that we are using are sufficient to identify the skin disease? No Yes Figure 7: Survey Response We have found some valuable suggestion from our survey participants. Some of the comments they made, "For rational prescription, knowing patient's physical condition, adverse drug reactions, economic status etc. are very important" Detecting and analysing of skin diseases sometimes hard by a mobile application. Some background history can be helpful in this case. "Although a good step and appreciable...but one skin disease can present in multiple form. So detailed personal history, family history, contact history, drug history, typical sites of lesion, elevation is either cystic/solid/infected/blister like. And many more should be include to make the dx more precise. And lastly various presentation of a single lesion have to be present in your apps" "Some more subjects have to be taken care of like family background (whether the disease came from family), the environment where the patient lives" Camera regulation and good lighting system is an important issue, like some of our participants have said, "The app is good, but I think there is a chance of wrong diagnosis if the picture quality is not good & the treatment will not be same 4 all person. Couse choice of drug not only depends on da disease but also on some other factors related 2 the patient. Overall it's a good effort" One of the helpful and appreciating suggestion is, "Add some more detail. There are some diseases that are not considered as skin disease but they show symptoms on skin, try to detect them too. I must say, this is a very good initiative" "I think da app is good, but 88

13 7. Result In this research 775 colour skin images were used of 128 dermatological disease patients. The proposed system can successfully detect 9 different dermatological diseases with an accuracy of 90%. We have used 15 % of our colour skin images for testing purpose, 10% of images for validation purpose and 75% of images for training purpose. The supervised system works well than semi-supervised and unsupervised system. Detection rate of our supervised system is 90% where the detection rate of semi-supervised system is 88% and 85% for unsupervised system. In the figure-6 we can see different detection rate for 9 different diseases. Detection rate of diseases that has low elevation in the infected area like foot ulcer, vitiligo and psoriasis are very high like 97%, 97% and 91%. Where the detection rate of diseases that has low elevation in the infected area are comparatively low which is between 85-88%. The whole processes of this proposed system starts with taking a colour skin image and pre-process the image by applying 8 different algorithms. Applying pre-processing algorithms we get three image extracted features which we use in our feed forward back-propagation neural network along with seven other user input features. Out of 9 dermatological diseases our system shows best accuracy rate for foot ulcer and vitiligo and our system did not perform according to our expectation for acne and tinea corporis Patients of Each Disease (per 100) 75 Category 1 Acne Eczema Scabies Leprocy Vitiligo Psoriasis Foot Ulver Tinea Corporis Pityriasis Rosea Figure 5: Disease Detection Rate In the Table- 3, we provided sample colour skin images of nine dermatological diseases, approximate elevation rate of each dermatological disease, total image used to train and test our system, successfully disease detected images and accuracy rate for each dermatological disease. We can see that our system performed well for diseases that has low elevation in the infected area. For this type of disease images, system can generate binary image accurately and sobel operator can detect the shape of the infected area more precisely. 89

14 Table: Detected Disease List with Accuracy Rate 90

15 From this table we can see that accuracy rate with only user inputs is between 41% to 61% which is not satisfactory. On the other hand accuracy rate with only image processing results is between 61% to 85%. So it shows that our system is well constructed and automated to a great extent. Table: Detected Disease List with/ without Image Processing & User Input 8. Conclusion People of developing countries suffers mostly for different types of skin diseases. Sometime they don t pay heed to any visual changes in their body and at the initial stage they think soon they will be fine. But a simple visual change in the body is the cause of a deadly skin disease. We are developing our system for skin disease patients of developing and under develop countries. We have interviewed many skin disease patients and collect their valuable feedback and our system is the feedback of their valuable feedback. Most of the people liked our solution and the averaging user rating of our solution is more than Acknowledgement We are thankful to the Director Brig Dr. Zakir and Dr. Md. Masudul Hoque, Register, Dermatology & Veneriology Department of Sir Salimullah Medical College, Dhaka for helping us to collect Colour skin image data from the Medicine Department of the Hospital. We are also thankful to Adnan Firoze and M.Shamsul Arifin for giving their research data for testing our will be developed system. 91

16 References: Al-Abbadi, N. K., Dahir, N. S., AL-Dhalimi, M. A., and Restom, H., (2010), 'Psoriasis Detection Using Skin Colour and Texture Features', Journal of Computer Science, vol. 6, no. 6, pp Arifin, M. S., Kibria, M. G., Firoze, A., Amin, M. A., and Yan, H., (2012), 'Dermatological Disease Diagnosis Using Colour-skin Images', Proceedings of the 2012 International Conference on Machine Learning and Cybernetics, Xian, July, 2012, IEEE, vol. 5, pp Abdul-Rahman, S., Norhan, A. K., Yusoff, M., Mohamed, A., and Mutalib, S., (2012), 'Dermatology Diagnosis with Feature Selection Methods and Artificial Neural Network', 2012 IEEE EMBS International Conference on Biomedical Engineering and Sciences, Langkawi,17-19 December 2012, IEEE, pp Chang, C. Y., and Liao, H. Y., (2011), 'Automatic Facial Skin Defects Detection and Recognition System', 2011 Fifth International Conference on Genetic and Evolutionary Computing, Xiamen, Aug Sept , IEEE, pp Çataloluk, H., and Kesler, M., (2012), 'A Diagnostic Software Tool for Skin Diseases with Basic and Weighted K-NN'', 2012 IEEE, Innovations in Intelligent Systems and Applications (INISTA), pp. 1-4 Das, N., Pal, A., Mazumder, S., and Sarkar, S., Gangopadhyay, D., and Nasipuri, M., (2013), 'An SVM based skin disease identification using Local Binary Patterns', Third International Conference on Advances in Computing and Communications, Cochin, Aug. 2013, IEEE, pp Gao, J., Zhang, J., Fleming, M. G., Pollak, I., and Cognetta, A. B., (1998), 'Segmentation of Dermatoscopic Images by Stabilized Inverse Diffusion Equations', 1998 IEEE, Image Processing, ICIP 98. Proceedings, vol. 3, pp Hashim, H., Jailani, R., and Taib, M. N., (2002), 'A Visual Record of Medical Skin Disease Imaging Using MATLAB Tools', 2002 Student Conference on Research and Development Proceedings, IEEE, pp , Malaysia, 11 April, 2015, Happillon, T., Sebiskveradze, D., Vrabie, V., Piot, O., Jeannesson, P., Manfait, M., and Gobinet, C., (2012), 'FCM Parameter Estimation Methods: Application to Infrared Spectral Histology of Human Skin Cancers', 20th European Signal Processing Conference (EUSIPCO 2012) Bucharest, Romania, August 27-31, 2012, IEEE, pp Jailani, R., Taib, M. N., and Sulaiman, S., (2003), 'Colour Space for Psoriasis Skin Diseases Analysis', Asia SENSE 2003 SENSOR, pp Kabari, L. G., and Bakpo, F. S., (2009), 'Diagnosing Skin Diseases Using an Artificial Neural Network', IEEE. Adaptive Science & Technology, pp Keke, S., Peng, Z., and Guohui, L., (2010), 'Study on Skin Colour Image Segmentation Used by Fuzzy-c-means arithmetic', 2010 Seventh International Conference on Fuzzy Systems and Knowledge Discovery (FSKD), Yantai, Shandong, Aug. 2010, IEEE, vol. 2, pp

17 Schaefer, G., Tait, R., and Zhu, S. Y., (2006), 'Overlay of thermal and visual medical images using skin detection and image registration', Proceedings of the 28th IEEE EMBS Annual International Conference, New York City, USA, Aug 30- Sept 3, 2006, IEEE, vol. 1, pp , New York, NY, 11 April, 2015, Schreier, G., Hayn, D., Kastner, P., Koller, S., Salmhofer, W., and Hofmann- Wellenhof, R., (2008), 'A Mobile-Phone based Teledermatology System to support Self-Management of Patients suffering from Psoriasis', 30th Annual International IEEE EMBS Conference Vancouver, August 20-24, 2008, British Columbia, Canada, IEEE, pp Singh, H., and Sodhi, J. S., (2013), 'Image Enhancement using Sharpen Filters', International Journal of Latest Trends in Engineering and Technology (IJLTET), vol. 2, issue 2, pp Wahab, N. A., Wahed, M. A., and Mohamed, A. S. A. (2004), ' Texture Features Neural Classifier of Some Skin Diseases', 2004 IEEE, Circuits and Systems, vol. 1, pp

Design and Rules Development of Online Children Skin Diseases Diagnosis System

Design and Rules Development of Online Children Skin Diseases Diagnosis System 2012 International Conference on Information and Knowledge Management (ICIKM 2012) IPCSIT vol.45 (2012) (2012) IACSIT Press, Singapore Design and Rules Development of Online Children Skin Diseases Diagnosis

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Face Recognition For Remote Database Backup System

Face Recognition For Remote Database Backup System Face Recognition For Remote Database Backup System Aniza Mohamed Din, Faudziah Ahmad, Mohamad Farhan Mohamad Mohsin, Ku Ruhana Ku-Mahamud, Mustafa Mufawak Theab 2 Graduate Department of Computer Science,UUM

More information

Image Processing Based Automatic Visual Inspection System for PCBs

Image Processing Based Automatic Visual Inspection System for PCBs IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 6 (June 2012), PP 1451-1455 www.iosrjen.org Image Processing Based Automatic Visual Inspection System for PCBs Sanveer Singh 1, Manu

More information

Dermatology Online Certification (DOC) Course

Dermatology Online Certification (DOC) Course Dermatology Online Certification (DOC) Course COURSE STARTS: February and August of each year DURATION: 24 weeks ABOUT THE DERMATOLOGY ONLINE CERTIFICATION COURSE DOC course is scheduled in the month of

More information

Prediction of Heart Disease Using Naïve Bayes Algorithm

Prediction of Heart Disease Using Naïve Bayes Algorithm Prediction of Heart Disease Using Naïve Bayes Algorithm R.Karthiyayini 1, S.Chithaara 2 Assistant Professor, Department of computer Applications, Anna University, BIT campus, Tiruchirapalli, Tamilnadu,

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Andre BERGMANN Salzgitter Mannesmann Forschung GmbH; Duisburg, Germany Phone: +49 203 9993154, Fax: +49 203 9993234;

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE Kasra Madadipouya 1 1 Department of Computing and Science, Asia Pacific University of Technology & Innovation ABSTRACT Today, enormous amount of data

More information

Automatic Detection of PCB Defects

Automatic Detection of PCB Defects IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Automatic Detection of PCB Defects Ashish Singh PG Student Vimal H.

More information

FUNGAL INFECTIONS OF THE NAILS

FUNGAL INFECTIONS OF THE NAILS FUNGAL INFECTIONS OF THE NAILS What are the aims of this leaflet? This leaflet has been written to help you understand more about fungal infections of the nails. It tells you what they are, what causes

More information

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

EHR CURATION FOR MEDICAL MINING

EHR CURATION FOR MEDICAL MINING EHR CURATION FOR MEDICAL MINING Ernestina Menasalvas Medical Mining Tutorial@KDD 2015 Sydney, AUSTRALIA 2 Ernestina Menasalvas "EHR Curation for Medical Mining" 08/2015 Agenda Motivation the potential

More information

Keywords data mining, prediction techniques, decision making.

Keywords data mining, prediction techniques, decision making. Volume 5, Issue 4, April 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of Datamining

More information

USE OF TEXTURES FOR MONITORING THE TREATMENT OF LEG ULCERS

USE OF TEXTURES FOR MONITORING THE TREATMENT OF LEG ULCERS USE OF TEXTURES FOR MONITORING THE TREATMENT OF LEG ULCERS Gilmar Caiado Fleury Medeiros a João Eduardo Borelli b Adilson Gonzaga c a, c University of São Paulo, São Carlos Engineering School, Electrical

More information

NATIONAL: THE GOOD AND MOSTLY BAD OF ARTIFICIAL INTELLIGENCE

NATIONAL: THE GOOD AND MOSTLY BAD OF ARTIFICIAL INTELLIGENCE Please attribute this information to: Monmouth University Poll West Long Branch, NJ 07764 www.monmouth.edu/polling Follow on Twitter: @MonmouthPoll CONTACTS: For commentary on poll results and A.I. technology:

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer

More information

A Content based Spam Filtering Using Optical Back Propagation Technique

A Content based Spam Filtering Using Optical Back Propagation Technique A Content based Spam Filtering Using Optical Back Propagation Technique Sarab M. Hameed 1, Noor Alhuda J. Mohammed 2 Department of Computer Science, College of Science, University of Baghdad - Iraq ABSTRACT

More information

Business @ the Speed of Thought

Business @ the Speed of Thought Bill Gates About the author Bill Gates wrote his first software program when he was thirteen years old. Two points about the experience seem clear. First, the ability to control something huge at a time

More information

INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR. ankitanandurkar2394@gmail.com

INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR. ankitanandurkar2394@gmail.com IJFEAT INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR Bharti S. Takey 1, Ankita N. Nandurkar 2,Ashwini A. Khobragade 3,Pooja G. Jaiswal 4,Swapnil R.

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

Appendix 1. CAHPS Health Plan Survey 4.0H Adult Questionnaire (Commercial)

Appendix 1. CAHPS Health Plan Survey 4.0H Adult Questionnaire (Commercial) Appendix CAHPS Health Plan Survey.0H Adult Questionnaire (Commercial) - HEDIS 0, Volume Appendix CAHPS.0H Adult Questionnaire (Commercial) - CAHPS.0H Adult Questionnaire (Commercial) SURVEY INSTRUCTIONS

More information

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015 An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content

More information

How To Filter Spam Image From A Picture By Color Or Color

How To Filter Spam Image From A Picture By Color Or Color Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among

More information

Emma Watson visits People Tree s partner in Bangladesh to see the impact that fair trade fashion makes and finds out more about the real cost of fast

Emma Watson visits People Tree s partner in Bangladesh to see the impact that fair trade fashion makes and finds out more about the real cost of fast Emma Watson visits People Tree s partner in Bangladesh to see the impact that fair trade fashion makes and finds out more about the real cost of fast fashion 38 39 Fair clothes = happy families Safia Minney

More information

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network General Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Impelling

More information

Context-aware Library Management System using Augmented Reality

Context-aware Library Management System using Augmented Reality International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 923-929 International Research Publication House http://www.irphouse.com Context-aware Library

More information

An Approach for Utility Pole Recognition in Real Conditions

An Approach for Utility Pole Recognition in Real Conditions 6th Pacific-Rim Symposium on Image and Video Technology 1st PSIVT Workshop on Quality Assessment and Control by Image and Video Analysis An Approach for Utility Pole Recognition in Real Conditions Barranco

More information

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 1 May 2013, pp. 145-150 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Detection

More information

SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH

SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH 330 SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH T. M. D.Saumya 1, T. Rupasinghe 2 and P. Abeysinghe 3 1 Department of Industrial Management, University of Kelaniya,

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

Algorithm for License Plate Localization and Recognition for Tanzania Car Plate Numbers

Algorithm for License Plate Localization and Recognition for Tanzania Car Plate Numbers Algorithm for License Plate Localization and Recognition for Tanzania Car Plate Numbers Isack Bulugu Department of Electronics Engineering, Tianjin University of Technology and Education, Tianjin, P.R.

More information

Detection of Bare PCB Defects by Image Subtraction Method using Machine Vision

Detection of Bare PCB Defects by Image Subtraction Method using Machine Vision , July 6-8, 2011, London, U.K. Detection of Bare PCB Defects by Image Subtraction Method using Machine Vision Ajay Pal Singh Chauhan, Sharat Chandra Bhardwaj Abstract A Printed Circuit Board (PCB) consists

More information

Knowledge-based systems and the need for learning

Knowledge-based systems and the need for learning Knowledge-based systems and the need for learning The implementation of a knowledge-based system can be quite difficult. Furthermore, the process of reasoning with that knowledge can be quite slow. This

More information

Public Assessment Report. Pharmacy to General Sales List Reclassification. Pirinase Hayfever Relief for Adults 0.05% Nasal Spray.

Public Assessment Report. Pharmacy to General Sales List Reclassification. Pirinase Hayfever Relief for Adults 0.05% Nasal Spray. Public Assessment Report Pharmacy to General Sales List Reclassification Pirinase Hayfever Relief for Adults 0.05% Nasal Spray (Fluticasone) PL 00079/0688 Glaxo Wellcome UK Limited TABLE OF CONTENTS Introduction

More information

Laser Gesture Recognition for Human Machine Interaction

Laser Gesture Recognition for Human Machine Interaction International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-04, Issue-04 E-ISSN: 2347-2693 Laser Gesture Recognition for Human Machine Interaction Umang Keniya 1*, Sarthak

More information

Data Mining using Artificial Neural Network Rules

Data Mining using Artificial Neural Network Rules Data Mining using Artificial Neural Network Rules Pushkar Shinde MCOERC, Nasik Abstract - Diabetes patients are increasing in number so it is necessary to predict, treat and diagnose the disease. Data

More information

Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification

Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification Department of Telecommunication Engineering Hijjawi Faculty for Engineering Technology Yarmouk University Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification Prepared by Orobh

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

LEAF COLOR, AREA AND EDGE FEATURES BASED APPROACH FOR IDENTIFICATION OF INDIAN MEDICINAL PLANTS

LEAF COLOR, AREA AND EDGE FEATURES BASED APPROACH FOR IDENTIFICATION OF INDIAN MEDICINAL PLANTS LEAF COLOR, AREA AND EDGE FEATURES BASED APPROACH FOR IDENTIFICATION OF INDIAN MEDICINAL PLANTS Abstract Sandeep Kumar.E Department of Telecommunication Engineering JNN college of Engineering Affiliated

More information

Design and Development of Electronic Prescription and Patient Information Systems for Developing World By

Design and Development of Electronic Prescription and Patient Information Systems for Developing World By Design and Development of Electronic Prescription and Patient Information Systems for Developing World By Dr Boniface Ekechukwu* and Chidi Obi **Dr Arinze Nweze* *Department of Computer Science, Nnamdi

More information

Medical Big Data Interpretation

Medical Big Data Interpretation Medical Big Data Interpretation Vice president of the Xiangya Hospital, Central South University The director of the ministry of mobile medical education key laboratory Professor Jianzhong Hu BIG DATA

More information

Tuberculosis: FAQs. What is the difference between latent TB infection and TB disease?

Tuberculosis: FAQs. What is the difference between latent TB infection and TB disease? Tuberculosis: FAQs What is TB disease? Tuberculosis (TB) is a disease caused by bacteria (germs) that are spread from person to person through the air. TB usually affects the lungs, but it can also affect

More information

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

DATA MINING AND REPORTING IN HEALTHCARE

DATA MINING AND REPORTING IN HEALTHCARE DATA MINING AND REPORTING IN HEALTHCARE Divya Gandhi 1, Pooja Asher 2, Harshada Chaudhari 3 1,2,3 Department of Information Technology, Sardar Patel Institute of Technology, Mumbai,(India) ABSTRACT The

More information

Medical Image Segmentation of PACS System Image Post-processing *

Medical Image Segmentation of PACS System Image Post-processing * Medical Image Segmentation of PACS System Image Post-processing * Lv Jie, Xiong Chun-rong, and Xie Miao Department of Professional Technical Institute, Yulin Normal University, Yulin Guangxi 537000, China

More information

Data Mining Solutions for the Business Environment

Data Mining Solutions for the Business Environment Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania ruxandra_stefania.petre@yahoo.com Over

More information

HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT

HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT Akhil Gupta, Akash Rathi, Dr. Y. Radhika

More information

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

Risk management a practical approach

Risk management a practical approach Risk management a practical approach Introduction Preventing work related accidents and injuries is the primary concern for all those involved in health and safety. Work related accidents and injuries

More information

PART III COUNSELING ON TB

PART III COUNSELING ON TB PART III COUNSELING ON TB Objectives: By the end of Part III of the training, the participants will: Understand the Cough-to-Cure Pathway and be able to successfully apply the three phases of counseling

More information

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Impact of Feature Selection on the Performance of ireless Intrusion Detection Systems

More information

A Framework for Data Warehouse Using Data Mining and Knowledge Discovery for a Network of Hospitals in Pakistan

A Framework for Data Warehouse Using Data Mining and Knowledge Discovery for a Network of Hospitals in Pakistan , pp.217-222 http://dx.doi.org/10.14257/ijbsbt.2015.7.3.23 A Framework for Data Warehouse Using Data Mining and Knowledge Discovery for a Network of Hospitals in Pakistan Muhammad Arif 1,2, Asad Khatak

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)

More information

A Framework to Enhance Rural Healthcare Services Utilizing Cloud Computing and Videoconferencing

A Framework to Enhance Rural Healthcare Services Utilizing Cloud Computing and Videoconferencing Open Access Journal of Information Systems (OAJIS) Available at http://is.its.ac.id/pubs/oajis/index.php The Third Information Systems International Conference A Framework to Enhance Rural Healthcare Services

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

Simultaneous Gamma Correction and Registration in the Frequency Domain Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong a28wong@uwaterloo.ca William Bishop wdbishop@uwaterloo.ca Department of Electrical and Computer Engineering University

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Although the flush is the classic menopausal symptom that we ve

Although the flush is the classic menopausal symptom that we ve 24 MENOPAUSE: ANSWERS AT YOUR FINGERTIPS HOW LONG DO SYMPTOMS LAST? The duration of early symptoms is very variable from a few months to many years and the severity varies between individuals. On average,

More information

Getting the most from blood pressure medicines

Getting the most from blood pressure medicines P R E S S U R E P O I N T S S E R I E S : NO. 4 Getting the most from blood pressure medicines B L O O D P R E S S U R E A S S O C I AT I O N Pressure Points series Pressure Points is a series of booklets

More information

Testing for Prostate Cancer

Testing for Prostate Cancer Testing for Prostate Cancer Should I be tested? Is it the right choice for me? Prostate cancer affects many men. There are tests to find it early. There may be benefits and risks with testing. Research

More information

Potential Interview Questions

Potential Interview Questions Potential Interview Questions Listed below are some questions commonly asked by employers during interviews along with some hints about how to best answer each question. Outline or write out your responses

More information

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,

More information

How does a kidney transplant differ from dialysis?

How does a kidney transplant differ from dialysis? TA L K I N G A B O U T T R A N S P L A N TAT I O N Frequently Asked Questions about Kidney Transplant Evaluation and Listing If your kidneys have stopped working properly, or may stop working soon, you

More information

Fast Subsequent Color Iris Matching in large Database

Fast Subsequent Color Iris Matching in large Database Fast Subsequent Color Iris Matching in large Database Adnan Alam Khan 1, Safeeullah Soomro 2 and Irfan Hyder 3 1 PAF-KIET Department of Telecommunications, Employer of Institute of Business Management

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

Morphological segmentation of histology cell images

Morphological segmentation of histology cell images Morphological segmentation of histology cell images A.Nedzved, S.Ablameyko, I.Pitas Institute of Engineering Cybernetics of the National Academy of Sciences Surganova, 6, 00 Minsk, Belarus E-mail abl@newman.bas-net.by

More information

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks Text Analytics World, Boston, 2013 Lars Hard, CTO Agenda Difficult text analytics tasks Feature extraction Bio-inspired

More information

Data Mining for Customer Service Support. Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin

Data Mining for Customer Service Support. Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin Data Mining for Customer Service Support Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin Traditional Hotline Services Problem Traditional Customer Service Support (manufacturing)

More information

1. General Information About The Mitochondrial Disease Biobank

1. General Information About The Mitochondrial Disease Biobank Name and Clinic Number IRB # 09-002265 00 Consent form approved November 6, 2013; This consent valid through August 6, 2014; 1. General Information About The Mitochondrial Disease Biobank Study Title:

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory Methodology of evaluating the driver's attention and vigilance level in an automobile transportation using intelligent sensor architecture and fuzzy logic A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta

More information

Intrusion Detection System using Log Files and Reinforcement Learning

Intrusion Detection System using Log Files and Reinforcement Learning Intrusion Detection System using Log Files and Reinforcement Learning Bhagyashree Deokar, Ambarish Hazarnis Department of Computer Engineering K. J. Somaiya College of Engineering, Mumbai, India ABSTRACT

More information

Multiple Choice Questions

Multiple Choice Questions C hapter 13 WHY DO WE FALL ILL Multiple Choice Questions 1. Which one of the following is not a viral disease? (a) Dengue (b) AIDS (c) Typhoid (d) Influenza 2. Which one of the following is not a bacterial

More information

Maschinelles Lernen mit MATLAB

Maschinelles Lernen mit MATLAB Maschinelles Lernen mit MATLAB Jérémy Huard Applikationsingenieur The MathWorks GmbH 2015 The MathWorks, Inc. 1 Machine Learning is Everywhere Image Recognition Speech Recognition Stock Prediction Medical

More information

Adoption of Information Technology in Healthcare: Benefits & Constraints

Adoption of Information Technology in Healthcare: Benefits & Constraints Adoption of Information Technology in Healthcare: Benefits & Constraints A WiredFox Technologies White Paper 2 Adoption of Information Technology in Healthcare: Benefits & Constraints By Jeff Yelton 3

More information

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun

More information

Indoor Surveillance System Using Android Platform

Indoor Surveillance System Using Android Platform Indoor Surveillance System Using Android Platform 1 Mandar Bhamare, 2 Sushil Dubey, 3 Praharsh Fulzele, 4 Rupali Deshmukh, 5 Dr. Shashi Dugad 1,2,3,4,5 Department of Computer Engineering, Fr. Conceicao

More information

Why and how to have end-of-life discussions with your patients:

Why and how to have end-of-life discussions with your patients: Why and how to have end-of-life discussions with your patients: A guide with a suggested script and some basic questions to use The medical literature consistently shows that physicians can enhance end-of-life

More information

Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia

Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia Professor, D.Sc. (Tech.) Eugene Kovshov MSTU «STANKIN», Moscow, Russia As of today, the issue of Big Data processing is still of high importance. Data flow is increasingly growing. Processing methods

More information

PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING

PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING PCB DETECTION AND CLASSIFICATION USING DIGITAL IMAGEPROCESSING 1 Shashikumar Vishwakarma, 2 SahilTikke, 3 Chinmay Manurkar, 4 Ankit Thanekar 1,2,3,4 Electronics and Telecommunication (B.E), KJSIEIT, (India)

More information

HIPAA RULES AND REGULATIONS

HIPAA RULES AND REGULATIONS HIPAA RULES AND REGULATIONS INTRODUCTION Everyone who works in or around health care has heard about the HIPAA, the Health Insurance Portability and Accountability Act. And certainly, everyone who is in

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

Intelligent Diagnose System of Wheat Diseases Based on Android Phone

Intelligent Diagnose System of Wheat Diseases Based on Android Phone Journal of Information & Computational Science 12:18 (2015) 6845 6852 December 10, 2015 Available at http://www.joics.com Intelligent Diagnose System of Wheat Diseases Based on Android Phone Yongquan Xia,

More information

REVIEW OF HEART DISEASE PREDICTION SYSTEM USING DATA MINING AND HYBRID INTELLIGENT TECHNIQUES

REVIEW OF HEART DISEASE PREDICTION SYSTEM USING DATA MINING AND HYBRID INTELLIGENT TECHNIQUES REVIEW OF HEART DISEASE PREDICTION SYSTEM USING DATA MINING AND HYBRID INTELLIGENT TECHNIQUES R. Chitra 1 and V. Seenivasagam 2 1 Department of Computer Science and Engineering, Noorul Islam Centre for

More information

Hydrozole Cream Hydrocortisone (microfine) 1% w/w and Clotrimazole 1% w/w

Hydrozole Cream Hydrocortisone (microfine) 1% w/w and Clotrimazole 1% w/w CONSUMER MEDICINE INFORMATION What is in this leaflet? This leaflet answers some common questions about Hydrozole It does not contain all the available information. It does not take the place of talking

More information

A Survey on classification & feature selection technique based ensemble models in health care domain

A Survey on classification & feature selection technique based ensemble models in health care domain A Survey on classification & feature selection technique based ensemble models in health care domain GarimaSahu M.Tech (CSE) Raipur Institute of Technology,(R.I.T.) Raipur, Chattishgarh, India garima.sahu03@gmail.com

More information

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

False alarm in outdoor environments

False alarm in outdoor environments Accepted 1.0 Savantic letter 1(6) False alarm in outdoor environments Accepted 1.0 Savantic letter 2(6) Table of contents Revision history 3 References 3 1 Introduction 4 2 Pre-processing 4 3 Detection,

More information

Get the Facts About Tuberculosis Disease

Get the Facts About Tuberculosis Disease TB Get the Facts About Tuberculosis Disease What s Inside: Read this brochure today to learn how to protect your family and friends from TB. Then share it with people in your life. 2 Contents Get the facts,

More information

ESE498. Intruder Detection System

ESE498. Intruder Detection System 0 Washington University in St. Louis School of Engineering and Applied Science Electrical and Systems Engineering Department ESE498 Intruder Detection System By Allen Chiang, Jonathan Chu, Siwei Su Supervisor

More information

Enhanced Boosted Trees Technique for Customer Churn Prediction Model

Enhanced Boosted Trees Technique for Customer Churn Prediction Model IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V5 PP 41-45 www.iosrjen.org Enhanced Boosted Trees Technique for Customer Churn Prediction

More information

Automated Monitoring System for Fall Detection in the Elderly

Automated Monitoring System for Fall Detection in the Elderly Automated Monitoring System for Fall Detection in the Elderly Shadi Khawandi University of Angers Angers, 49000, France skhawandi@hotmail.com Bassam Daya Lebanese University Saida, 813, Lebanon Pierre

More information

A Genetic Algorithm-Evolved 3D Point Cloud Descriptor

A Genetic Algorithm-Evolved 3D Point Cloud Descriptor A Genetic Algorithm-Evolved 3D Point Cloud Descriptor Dominik Wȩgrzyn and Luís A. Alexandre IT - Instituto de Telecomunicações Dept. of Computer Science, Univ. Beira Interior, 6200-001 Covilhã, Portugal

More information

An Automatic Optical Inspection System for the Diagnosis of Printed Circuits Based on Neural Networks

An Automatic Optical Inspection System for the Diagnosis of Printed Circuits Based on Neural Networks An Automatic Optical Inspection System for the Diagnosis of Printed Circuits Based on Neural Networks Ahmed Nabil Belbachir 1, Alessandra Fanni 2, Mario Lera 3 and Augusto Montisci 2 1 Vienna University

More information

Lyme Disease in 2013: Lessons Learned in Diagnosis

Lyme Disease in 2013: Lessons Learned in Diagnosis Lyme Disease in 2013: Lessons Learned in Diagnosis John N. Aucott, M.D. Assistant Professor, Department of Medicine Johns Hopkins University School of Medicine Lyme Disease Research Foundation Park Medical,

More information

http://www.fda.gov/forconsumers/consumerupdates/ucm341344.htm?source=govdelivery.

http://www.fda.gov/forconsumers/consumerupdates/ucm341344.htm?source=govdelivery. 6 Tip-offs to Rip-offs: Don't Fall for Health Fraud Scams The US Food and Drug Administration has published a paper on how we as consumers and avoid getting ripped off by health fraud scams. This paper

More information