this post was submitted on 26 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 1 year ago
MODERATORS
 

I was searching my package manager for parser generators, and I came across this old piece of code generator called 'CLIPS' that was created by NASA back in the 80s to generate expert systems in C. It is still under active development, the manual in /usr/share/doc/clips-doc is from 2015. It uses a LISP-like language to specify an expert system. It's a very interesting piece of software and I am surprised that people still have use for it. This branch of ML seems abandoned for the most part. But I guess a lot of game developers could make use of CLIPS. Give it a look.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] IdentifiableParam@alien.top 1 points 11 months ago (1 children)

Expert systems usually aren't considered part of machine learning, but they are part of AI.

[โ€“] mr_stargazer@alien.top 1 points 11 months ago

Hm..? Probabilistic Graphical Models were used as Expert Systems for a long time. Koller's (Stanford), Bishop's work at Microsoft...