this post was submitted on 26 Aug 2024
1537 points (97.9% liked)

memes

9667 readers
4045 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

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

The difference is that plant identification is a classification problem, not an LLM.

[–] [email protected] 54 points 3 weeks ago (1 children)

Not all of AI is LLMs, most aren't.

[–] [email protected] 8 points 3 weeks ago (1 children)

I think state machines are cool and groovy. I still don't understand genetic algorithms but I wish I did.

15 years ago we were all saying "AI is just a series of IF statements" because of expert systems and y'all forgot

[–] [email protected] 2 points 3 weeks ago

Genetic algorithms kinda suck as they use random variations and breeding to solve a problem which is much slower than using backpropagation with any decent reward modeler. It's the difference between selective breeding and gene splicing in the real world.

[–] [email protected] 15 points 3 weeks ago (1 children)

The most annoying thing since the rise of LLMs is that everyone thinks that all of AI is just LLMs

Classification machine learning models can also be neural networks, which is something that was called AI also

[–] [email protected] 1 points 3 weeks ago

Yeah I used to think that reinforcement learning would be trending. But hey, maybe next time.

[–] [email protected] 9 points 3 weeks ago

AI isn't just about LLM. Modern AI libraries (pytorch, tensorflow etc.) can be used for being trained with all sorts of data.

[–] [email protected] 4 points 3 weeks ago (2 children)

Some customer support "bots" could be considered classification problems, no? At least in so far as which department does a call get routed to.

[–] [email protected] 3 points 3 weeks ago (1 children)

At least it's routing you to a department instead of trying to help you solve the issue yourself by showing you different help pages you already looked at before trying to contact support.

[–] [email protected] 3 points 3 weeks ago

If you actually looked at the help pages before contacting support, you are in the minority.

[–] [email protected] 2 points 3 weeks ago

Could be. Classification is a type of problem. LLM is a type of model. You can use LLMs to solve classification problems. There's a good chance that's what's happening here.

[–] [email protected] 1 points 3 weeks ago

I would guess it is a conv neural network which is probably similar to what is being used in any image/video related AI such as deep fakes