Kevin Shehu
1e0ec23d08
FIX : Reworked ApiCall FIX : Reworked Rule Engine FIX : Reworked drl files |
||
---|---|---|
.idea | ||
src/main | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Gardeners Green Thumb Decision Support System (GGD-DDS)
The service of decision support system is inferring knowledge from the available data of the greenhouse, 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 eu.hsrw.ias.ggd.MainExe concepts:
Fact knowledge (Knowledgebase)
- Hardware Information(sensor data info)
- Data information was given by an expert that is overwriting sensor data
- User Input (We assume that the user is every time honest and that input is every time 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.