Not all ML is LLMs
Not all ML is LLMs
Posted Feb 9, 2026 12:39 UTC (Mon) by simlo (guest, #10866)In reply to: Not all ML is LLMs by danielkza
Parent article: An in-kernel machine-learning library
All MLs basicly fit a complex function with many parameters to some data, and tries to extrapolate to new data. It goes wrong once in a while. You have to design your the consumers to handle that somehow, usually by checking the result against another source.
