1

In ML, I learned that we have a model and a learning algorithm. The learning algorithm is used to train the model with training data, does that sound correct?

If the model is trained using linear regression, then is it called a "linear model"?

In the same way, what are the models called which are trained using KNN, Naive Bayes, and SVM?

gung - Reinstate Monica
  • 132,789
  • 81
  • 357
  • 650
Segnite
  • 11
  • 1
  • My last two questions are different so I need a better answer. – Segnite Feb 24 '19 at 14:30
  • if that doesn't help then I'd also suggest reading [Introduction to Statistical learning](http://www-bcf.usc.edu/~gareth/ISL) as the classifers you've mentioned are covered there – vigos Feb 25 '19 at 14:02
  • What are the models called which are trained using KNN, Naive Bayes, and SVM? Are they called just classifiers? – Segnite Feb 27 '19 at 07:03
  • The answers are there, at least implicitly. What people call something is largely cultural (opinion, convention, etc.). Most people will probably call something, say, 'a knn model' or 'a knn classifier', etc. There isn't much else to this. I'll add some additional links that may be helpful for you. – gung - Reinstate Monica Feb 27 '19 at 15:37
  • The model is not called a linear model because it is trained in a certain way but because its structural form is that of a linear equation. – Digio Feb 27 '19 at 21:27

0 Answers0