https://github.com/ukushu/akinatorengine
https://github.com/ukushu/akinatorengine
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ukushu/akinatorengine
- Owner: ukushu
- Created: 2017-03-10T09:50:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T20:07:15.000Z (over 1 year ago)
- Last Synced: 2025-05-04T04:32:56.613Z (about 2 months ago)
- Language: C#
- Size: 102 KB
- Stars: 67
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# Akinator game engine
(this is not original akinantor ofc)Short app descritption: Akinator is an **fuzzy logic expert system**
Original game is pretty awesome and world wide known: http://en.akinator.com/
Main characteristics of algorythm:
* Self-educating
* Mistakes-indulgence
* Intelligent system of a next question chooseMost of code was based on the following article: https://geektimes.ru/post/84364/
Partially I didn't understand the article, so some part of code I had wrote from my head. That's why the way to calculate some things may be different from the original article.-----------------
Additional info you can read on wiki:
https://en.wikipedia.org/wiki/Expert_system
https://ru.wikipedia.org/wiki/Экспертная_система
And especially interesting the following article for medicine workers:
https://ru.wikipedia.org/wiki/MYCIN_________________
I had choose Mozilla Public License 2.0 for this project.