Vous êtes sur la page 1sur 35

Monitoring System and Early Detection of Cow

Diseases with Certainty Factor Method Based on


Internet of Thing (IoT)

Mochamad Farhan Adi Pradana (2110161012)


D4 Teknik Informatika
Politeknik Elektronika Negeri Surabaya
2019
Overview
high economic potential
Cow diseases is the big factor that causes failure in cattle farming
Because the disease aren’t detected quickly

Farmers need a system that can


help them monitor the condition
of their cows in real time, and
detect if there is a symptom of
the disease in their cow
Therefore "Monitoring System and Early Detection of Cow
Diseases with Certainty Factor Method Based on
Internet of Thing (IoT)" was created to meet those needs
The Problems
Cow failure in farm
Disease business

difficulty in monitoring
cow conditions in real time,
and diagnose the disease
Limited area
and battery life

Need a system that can


describe the level of trust of an
expert to decide the diagnosis
of the disease
Solutions
IoT

LoRa (Long Range)

Certainty Factor as
Expert System
Related Works
No Author / Year Title Purpose Similarity Different

Swono S. / 2015 Sistem Pakar Diagnosa Detect 6 cow Use Certainty This research
1 Penyakit Sapi dengan Metode diseases Factor Method didn’t use IoT
Certainty Factor Berbasis
Android
Faruq / 2018 Sistem Monitoring dan Monitoring and Use temperature This research use
2 Deteksi Dini Penyakit Pada detect 7 cow and heart rate decision tree
Sapi Perah Berbasis IoT diseases sensors expert system
(Internet of Things)
M. Redi F. /2017 Pemantauan Kesehatan Sapi Monitoring cow Use temperature This research
3 Berdasarkan Suhu dan health and heart rate didn’t diagnose
Detak Jantung Berbasis sensors the disease
Internet of Things
Irlando Moggi Penerapan Case-Based Monitoring and On disease This research use
4 Prakoso, Wiwik Reasoning Pada Sistem detect cow diagnose system Case-Based
Angraeni, Dan Cerdas Untuk Pendeteksian diseases Reasoning , and
Ahmad Dan Penanganan Dini didn’t use IoT
Mukhlason/ Penyakit Pada Sapi
2012

Achmad Fauqy Implementasi Fuzzy Neural Early detection of On disease Use Bayesian
5 Ashari, Wiwik Network Pada Sistem Cerdas cow diseases diagnose system network, and
Anggraeni, Dan Untuk Pendeteksian Dan didn’t use IoT
Ahmad Penanganan Dini Penyakit
Mukhlason/ Sapi
2012
No Author / Year Title Purpose Similarity Different

Tinaliah / 2015 Aplikasi Sistem Pakar Untuk Diagnose cow Do early This research use
6 Diagnosa Hewan Ternak Sapi disease detection to cow Bayesian
Dengan Bayesian Network disease Network,and
didn’t use IoT
Frederic Designing And Evaluating A Smart Analize PDMT Do early This research
7 Vannieuwenborg Cow Monitoring System From A can be an detection to cow only have cow
, Sofie Techno-Economic Perspective alternative for disease and use monitoring
Verbrugge, farmer to monitor IoT feature
Didier Colle / their cow
2017
D.Aswini, Cattle Health And Environment Monitoring cow Use IoT and have This research
8 S.Santhya, Monitoring System health monitoring didn’t diagnose
T.Shri Nandheni, feature the disease
N.Sukirthini /
2017
Idham Sistem Diagnosis Penyakit Sapi Build a system On disease This research use
9 Triatmaja, Nurul Menggunakan Metode Neighbor that can diagnose diagnose system Neighbor
Hidayat, Moch Weighted K-Nearest Neighbor cow diseases Weighted K-
Cholil Mahfud Berbasis Android Nearest Neighbor
(NWKNN)
method, and
didn’t have
realtime
monitoring
Atha Milzam, Sistem Pakar Diagnosis Penyakit Build a system On disease Use Dempster-
10 Nurul Hidayat, Sapi Menggunakan Metode that can diagnose diagnose system Shafer method
Moch Cholil Dempster-Shafer Berbasis Android cow diseases and didn’t have
Mahfud raltime
monitoring
system
System Design
Sensor Package
Backend
How Certainty Factor Works
• users are given a choice of answers, each answer has weight / point

No Choice Point
1 Tidak 0
2 Tidak Tahu 0,2
3 Sedikit Yakin 0,4
4 Cukup Yakin 0,6
5 Yakin 0,8
6 Sangat Yakin 1
Example :
Diagnose Brucellosis :

IF Demam Tinggi IF Demam Tinggi THEN Brucellosis


AND Badan Lemah IF Badan Lemah THEN Brucellosis
IF Turun Berat Badan THEN Brucellosis
AND Turun Berat Badan IF Mengalami Aborsi THEN Brucellosis

AND Mengalami Aborsi

THEN Brucellosis
Define Certainty Factor point for each symptom (this is from the expert)

Determine CF user, suppose the user selects the answer as bellow


Then calculates the value of CF experts with CF users using the equation

CF(H,E) = CF(E)*CF(rule)
= CF(user)*CF(expert)
Combine CF values from each rule Combine CF 1 to CF 4 with the formula:

CFCOMBINE(CF1,CF2) = CF1+ CF2* (1 - CF1)

CFCOMBINE (CF1,CF2) = 0,2 + 0,32 * (1 - 0,2)


= 0,2 + 0,25
= 0,45 CFold

CFCOMBINE (CFold,CF3) = 0,45 + 0,6 * (1 - 0,45)


= 0,45 + 0,33
= 0,78 CFold

CFCOMBINE (CFold,CF4) = 0,78 + 0,4 * (1 - 0,78)


= 0,78 + 0,08
= 0,86 CFold

Percentage of Brucellosis = 0,86 x 100% = 86%


Mockup
1. Farmers Dashboard
2. Monitoring
4. Diagnose
5. Find Doctor
6. Admin Dashboard
7. Requested Cows
8. Data Training
9. Diseases List
10. Symptoms List
11. Solutions
Thanks.

Vous aimerez peut-être aussi