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.
Expert systems usually aren’t considered part of machine learning, but they are part of AI.
Hm…? Probabilistic Graphical Models were used as Expert Systems for a long time. Koller’s (Stanford), Bishop’s work at Microsoft…
This is really cool. I love rule based systems !
I was developing expert systems in the 70’s.
Can you tell me more about it then? I would love to hear more.
CLIPS is used in my graduate level AI class and across various industries that utilize expert systems. It’s definitely not abandoned.
Isn’t CLIP what stablediffusion uses as it’s language interpreter? Or is it just a coincidental name?
No relation between the two