Hacker News new | ask | show | jobs
by Retric 1676 days ago
You can abstract basically anything to state space search + optimization. It’s essentially too wide a classification to be that useful.
1 comments

But that's literally what ML training does. Just like a human, neural nets learn heuristics to take advantage of the fact that of all the possible mappings of inputs to outputs, there are actually vanishingly few output states that are valid. Arguably all learning is indeed a reduction of state space, be it by human or machine.