Hacker News new | ask | show | jobs
by visarga 2907 days ago
Counting items by value is a maximum likelihood estimation method too. It's still ML if you do a count, group by, max or threshold - just a less sophisticated way of doing things. The Naive Bayes algorithm is implemented by counting, at its base.
1 comments

So any reduction is ML?
Only if it fits to an existing statistical model.
How about counting the elements of a linked list.