Comment on You don't need ML/AI, you need SQLComments−visarga8yCounting 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.−anothergoogler8ySo any reduction is ML?−visarga8yOnly if it fits to an existing statistical model.−anothergoogler8yHow about counting the elements of a linked list.
Comments
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.
So any reduction is ML?
Only if it fits to an existing statistical model.
How about counting the elements of a linked list.