r/MachineLearning - Reddit
Reply
reply
LinuxSpinach
•
5h ago
^ this. And especially classification as a task, because businesses don’t want to pay llm buck... See more
r/MachineLearning - Reddit
Nicolay Gerold added
We're doing NER on hundreds of millions of documents in a specialised niche. LLMs are terrible for this. Slow, expensive and horrifyingly inaccurate. Even with agents, pydantic parsing and the like. Supervised methods are the way to go. Hell, I'd take an old school rule based approach over LLMs for this.
Discord - A New Way to Chat with Friends & Communities
Nicolay Gerold added
Developing Rapidly with Generative AI
Nicolay Gerold added
Benedict Evans • Unbundling AI
Ask HN: What are some actual use cases of AI Agents right now? | Hacker News
Nicolay Gerold added
Link
Nicolay Gerold added
- Traditional AI - The most secure, understandable, and performant. However, Good implementations of traditional AI require that we define the rules behind the system, which makes it unfeasible for many of the use cases that the other 2 techniques thrive on.
- Supervised Machine Learning- Middle of the road b/w AI and Deep Learning. Good when we have
Devansh • How to Pick between Traditional AI, Supervised Machine Learning, and Deep Learning [Thoughts]
Nicolay Gerold added
Where would I add generative AI? Generative AI has the ease of accessibility of traditional AI, where people think it is understandable, but it does not have that feature in itself. It also has the opaque and costly nature of DL. Many companies are at the moment rushing into developing things with generative AI without having any prior foundation in AI and any processes set up to manage it: data ops, devops, …
Traditional AI forces you to think about how something works, understand the system, and then define the rules for it. ML lets you use features and feature importance to shortcut some. Deep Learning allows you to brute force it. Generative AI allows you to brute force without any background in DL.
In the work with LLMs lies a deeper question, that I have not been able to answer for myself properly so far. I can use an LLM to extract information, summarise, distill, but it feels like I am fooling myself. The work that I have done is not done by me. I am have not made any connections in my brain. It feels like we should not use them for intell
... See more