Identify the parametric machine learning algorithm.

Identify the parametric machine learning algorithm. Correct Answer Naïve Bayes

In machine learning, the algorithms which can simplify a function by collecting information about its prediction within a finite set of parameters is defined as parametric machine learning algorithm. Naïve Bayes is a parametric machine learning algorithm whereas CNN, KNN and SVM are non-parametric machine learning algorithms.

Related Questions