this post was submitted on 19 Jul 2023
52 points (75.0% liked)

Programmer Humor

32000 readers
741 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

In computer science (at least before hype took over) this is actually a type of machine learning called an expert system.

[–] [email protected] 2 points 1 year ago (1 children)

No, it's not.

What the philosoraptor is saying is that literally any computer program is machine learning, which is untrue.

An expert system is a system designed to simulate an expert. It's something you would seek advice from in some way. They're used in medical diagnoses and stock market trading, for example.

[–] [email protected] 2 points 1 year ago

Expert systems are a series of if statements by definition, a rule engine. I was going off of "a network of ifs" but I get what you mean.