From ac93dacbf5116365d32610fbd6e3663b7c79eed9 Mon Sep 17 00:00:00 2001 From: "kevin.shehu" Date: Tue, 29 Sep 2020 18:50:57 +0200 Subject: [PATCH] ADD : READ ME --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..189d825 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +### **Gardeners Green Thumb Decision Support System** (GGD-DDS) + +The service of decision support system is inferring knowledge from the available data of the green house, the user input and historical data what a user/the gardener should do & which action a gardener should execute to be successful with the growing process of the plants. +These actions are called goals. +The list of inferred active goals is offered to other services of the system. + +The approach of the DSS is based on three main concepts: + +***Fact knowledge (Knowledge base)** +-Hardware Information(sensor data info) +-Data information given by expert that is overwriting sensor data +U-ser Input (We assume that the user is every time honest and that input is everytime correct) +***Rules (General structure, if premises then consequence)** +-Explicit given by expert (before and during runtime) +Trained through AI +***Goals** +-Actions that should be taken by the user to be successful. Goals can be active and inactive. + +#### **Build** + +#### **Usage** + +#### **Examples** + +#### **Dependencies**