this post was submitted on 04 Feb 2024
59 points (90.4% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

I personally think it's a lot of bs

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 7 months ago (2 children)

ML =/= AI. There are legit uses for ML that don’t have anything to do with LLMs and the cloud. I worked on an ML project 3 or 4 years ago to listen for fan noise that might indicate that it was about to fail soon. We trained a tiny GAN on good and bad noises. It runs on a tiny CPU, locally. Highly specialized work, and I have to imagine there are and will continue to be lots of similar opportunities to bring efficiencies by getting computers to make good observations and decisions - even if only about “simple” things like “does this thing seem like it’s about to break?”

[–] [email protected] 10 points 7 months ago (1 children)

ML literally is a subfield of AI

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

Fair enough. ML ⊆ AI then. But these days when everyone talking breathlessly about AI taking away jobs they’re almost always taking about LLMs. This article is about ML in particular which is a different discipline with different applications.

[–] [email protected] 2 points 7 months ago

It's not a different discipline, an LLM is an example of a machine learning model.

[–] [email protected] 1 points 7 months ago

LLMs are neural networks which is literally ML.

The LLM designation refers to what they are trained to do.

[–] [email protected] 4 points 7 months ago

GANs are so much fun and so tedious. I trained one on dungeon generation in college. It sucked but it worked in the end mostly. I dont know exactly how an LLM works but GANs are way different.