https://github.com/spacemonochrome/csharp_fuzzy_logic_example
Greenhouse automation application based, which I wrote with the thesis "Fuzzy logic method and applications" by Mehmet Nuri Ödük; If 'carbon dioxide' and 'wind' input values are given, 'ventilation' output is given. Mamdani's inference mechanism was used.
https://github.com/spacemonochrome/csharp_fuzzy_logic_example
Last synced: about 2 months ago
JSON representation
Greenhouse automation application based, which I wrote with the thesis "Fuzzy logic method and applications" by Mehmet Nuri Ödük; If 'carbon dioxide' and 'wind' input values are given, 'ventilation' output is given. Mamdani's inference mechanism was used.
- Host: GitHub
- URL: https://github.com/spacemonochrome/csharp_fuzzy_logic_example
- Owner: spacemonochrome
- License: mit
- Created: 2023-12-14T22:42:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T22:44:42.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:53:35.835Z (3 months ago)
- Language: C#
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csharp_fuzzy_logic_example
Greenhouse automation application based, which I wrote with the thesis "Fuzzy logic method and applications" by Mehmet Nuri Ödük; If 'carbon dioxide' and 'wind' input values are given, 'ventilation' output is given. Mamdani's inference mechanism was used.