MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Identify parametric machine learning algorithms
A
Linear regression
B
CNN
C
Logistic regression
D
Naïve Bayes
Explanation: 

Detailed explanation-1: -Therefore, naive Bayes can be either parametric or nonparametric, although in practice the former is more common. In machine learning we are often interested in a function of the distribution T(F), for example, the mean.

Detailed explanation-2: -Some examples of parametric methods in Machine Learning include Linear Discriminant Analysis, Naive Bayes and Perceptron.

Detailed explanation-3: -Some more examples of parametric machine learning algorithms include: Logistic Regression. Linear Discriminant Analysis. Perceptron.

Detailed explanation-4: -K-nearest neighbors is an example of a non-parametric algorithm. Its predictions are based on the k most similar training patterns for a new instance of data.

There is 1 question to complete.