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.

top 8 comments
sorted by: hot top controversial new old
[–] IdentifiableParam@alien.top 1 points 1 year 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 1 year ago

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

[–] testuser514@alien.top 1 points 1 year ago

This is really cool. I love rule based systems !

[–] Hothapeleno@alien.top 1 points 1 year ago (1 children)

I was developing expert systems in the 70’s.

[–] Concern-Excellent@alien.top 1 points 1 year ago

Can you tell me more about it then? I would love to hear more.

[–] d84-n1nj4@alien.top 1 points 1 year ago (1 children)

CLIPS is used in my graduate level AI class and across various industries that utilize expert systems. It’s definitely not abandoned.

[–] axw3555@alien.top 1 points 1 year ago (1 children)

Isn't CLIP what stablediffusion uses as it's language interpreter? Or is it just a coincidental name?

[–] OptimizedGarbage@alien.top 1 points 1 year ago

No relation between the two