Hacker News new | ask | show | jobs
by visarga 3620 days ago
> no clear difference between statistics and machine learning

Yes, there is. When your model has thousands/millions of parameters, or when your model has many more parameters than the number of examples in your training set, it's called Machine Learning.

2 comments

That's not true. Linear and logistic regression are like the first things you learn in a machine learning class. Many popular ML models do not have millions of parameters, including decision trees and shallow neural networks.
Technically you call overfitting AI...