https://github.com/lucidrains/nim-mycin
Implementation of toy Mycin expert system in Nim
https://github.com/lucidrains/nim-mycin
expert-systems nim-lang
Last synced: 6 months ago
JSON representation
Implementation of toy Mycin expert system in Nim
- Host: GitHub
- URL: https://github.com/lucidrains/nim-mycin
- Owner: lucidrains
- License: mit
- Created: 2024-12-02T14:25:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T13:55:32.000Z (6 months ago)
- Last Synced: 2025-04-08T14:29:54.248Z (6 months ago)
- Topics: expert-systems, nim-lang
- Language: Nim
- Homepage:
- Size: 60.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nim-mycin (wip)
Implementation of toy Mycin expert system in [Nim](https://github.com/nim-lang/Nim).
For learning Nim, and to get reacquainted with rule based systems in the LLM era. Mainly I want to figure out if there is some marriage of the two that would make clinical expert systems viable.