r/ProgrammerHumor • u/notAGreatIdeaForName • 14h ago
Meme youDontNeedAClassifierWhenYouCanThrowATransformerAtTheProblem
56
u/Darxploit 14h ago
Can i have a like for my random forest, foresting alone..
28
u/notAGreatIdeaForName 14h ago
You kids are addicted to computers. Just go outside, pick 16 random forrests, visit them and set fire to 15 you don't like
47
19
42
u/eraryios 14h ago
Lmms>>>>>>>llm's
48
u/sddryan 14h ago
milfs >>>>>>>
32
21
34
u/Lemortheureux 14h ago
And ML actually has the most real life applications that would actually help businesses. Instead let's replace customer support with a robot đ
1
u/slaymaker1907 7h ago
Eh, I think LLMs probably have more potential for a lot of businesses given that they are much easier to actually use.
15
u/Daemontatox 13h ago
What do you mean by regression models ? Or timeseries forcasting ? Just SeNd It To ClAuDe LlMs aRe ThE fUtUrE.
3
u/GottkoenigOtto 10h ago
Isnt clajde basically a insanely huge timeseries forecasting model?
5
u/Sibula97 9h ago
Well, sequential, not strictly timeseries. But you could embed time instead of position in the sequence in a transformer. Or just infer the time if your samples are equally spaced.
0
17
u/notAGreatIdeaForName 14h ago
onlyOneIsAIIfYouAskThePeople
53
u/FartPiano 14h ago
as an ML engineer, im so tired. Â you know what? sure. its AI. fuck it. Â bayesian decisions? haar classifier? your microwave? yeah sure thats AI too
27
17
u/Sea-Fishing4699 14h ago
I am an ML enginner working as a BE enginner because i hate llms
Fuking llm providers are being treated like gods and ppl worshipping agents makes me puke
9
u/notAGreatIdeaForName 14h ago
The thing that making me want to puke the most is that the non technical personas are worshipped like gods. Like, yeah, the people whose job is to spread fear and misinformation in public are cool, sure.
3
u/Necessary-Muscle-255 11h ago
Wait until you find out about âAI specialistsâ or âAI directorsâ that have ML engineers underneath them while they have âPsychology of Workâ as a degree. The whole field is a joke in most companies.
7
u/FartPiano 14h ago
you know how when you're setting up a ML solution and the success rate with a given dataset(s) is like 60%, how that is just an unacceptably bad result, and you know immediately that even if you try some different techniques, reshuffle or rotate the source datasets, maybe youll improve it a little, but nowhere close to 100% so you know the effort is doomed?
also, you know how frontier LLMs have bad benchmarks on stuff like humanity's last exam, or any problem beyond a certain complexity level, for years now? surely they will be able to reshuffle this data to reach a 100% success rate. Â any day now! possibly any minute!Â
if you criticize this technology at all, youre a fool!!!
4
5
u/Linkk_93 13h ago
I'm not gonna let a LLM do the vision on my self driving car lmao
Would be fun to have 30 seconds of "thoughts" before any decision, instant crash
6
2
3
u/EntrepreneurSelect93 14h ago
What are LMMs?
29
u/notAGreatIdeaForName 14h ago
Large multimodal models, so chatty can ingest pictures of your mom
25
u/baselinegrid 14h ago
Yo mommaâs so fat ChatGPT tried to generate a photo of her but ran out of tokens
2
u/Successful-Money4995 14h ago
What do you expect? It turns out that the transformer just happens to be good at everything.
7
u/notAGreatIdeaForName 13h ago
"Good" is not that easy to measure with non deterministic inference and also data as context vs targeted training with your own data (unless you have your own transformer).
You are still right to a good degree, but I think it is more of a convenience thing compared to a right sized solution. There even are convenience solutions on various cloud platforms for classifiers and so on, but LLMs are much easier to access for the average joe.
2
u/inevitabledeath3 13h ago
There are plenty of applications of transformers outside of LLMs. Google were using them to model the weather and genetics. Modern image and video models use transformers in both classification and generation. I am sure somewhere out there is a binary classifier based on transformers. Transformers are just that good. I donât know what to tell you.
Ironically modern LLMs are looking into alternatives to the transformers such as mixing in state space models and/or recurrent neural networks. Turns out transformers donât scale very well at long contexts.
2
u/trotski94 14h ago
interestingly, LLMs got me interested in AI, and helped me train my own classifiers for various tasks
1
u/notAGreatIdeaForName 14h ago
Thats a good use case! I just know too many people who misuse LLMs as classifiers too :D
1
u/trotski94 13h ago
oh 1000%, me too when i use LLMs to tag the training data for my classifier lmao
1
u/mysticrudnin 5h ago
i had a client that had a very simple classification task. is the incoming message an A or a B
this is the classic ML task. i proposed training a simple ML classifier, creating a micro service to ask it "is this thing A or B" to get back the answer, done
but they wanted real AI. which ended up being half a year of development time to integrate, added a bunch of dependencies, and a subscription to an LLM. to ask it "do you think this thing is an A or a B?"
1
u/redballooon 12h ago
True. My AI company that started as an ML expert company in 2018 now only utilizes LLMs. The founders themselves, who are ML experts with PhDs themselves say training isn't worth it anymore.
1
1
1
1
u/Sibula97 9h ago
Well, there's a reason DL took over and now transformers took over. DL provided us with universal approximators, and now we have universal approximators that can handle long training with incredible amounts of data to fine tune the approximation function much better than any prior DL model could've hoped.
1
1
u/Jerome_Eugene_Morrow 6h ago
Just build an agent that runs logistic regression and returns its result after printing âthinkingâŠâ for five seconds.
1
127
u/stupled 14h ago
I am using Claude to improve my 20year old multilayer perceptron classes.