Machine Learning Interview Questions[ML]

Page 1

Machine Learning Interview Questions[ML] 70-70-90-50-90 www.ducatindia.com LEARN NOW

Q1). Define the term “Machine Learning”?

Ans-It is defined as a subset of artificial intelligence (AI) technology which allow systems to learn and develop from experience automatically without being programmed specifically. The focus of machine learning is on designing computer programmes which can access and use data to learn for themselves.

Q2). Differentiate between supervised and unsupervised machine learning?

Supervised

training dataset. For instance, to train the model, firstly it needs to be classified dataset and then label into labelled groups. On the other side,

Ans-
learning requires labelled
unsupervised learning does not need any labelling data explicitly.

Q3). Name the phases of the life cycle of machine learning?

Data gathering Data preparation Data wrangling Data analysis Data selection and verification Data deployment Ans-The phases of the life cycle are as follows:
Q4). What is a Linear Regression? Ans-It is a supervised Machine Learning algorithm that is used for predictive analysis to find the linear relationship between the dependent and the independent variables. The linear Regression equation is: y=mX +c Where y= Dependent variable x = Independent variable m = Coefficient of X c = Intercept point

Q5). What do you mean by cross-validation in machine learning?

Ans-In Machine Learning, the cross-validation method enables a

framework to improve the efficiency of the given Machine Learning algorithm to which you feed multiple sample data from the dataset. This method of sampling is done to split the dataset into smaller parts with the same number of rows, from which a random part is chosen as a test set and the rest of the parts are stored as train sets. It consists of the following techniques:

Holdout method K-fold cross-validation

Stratified k-fold cross-validation Leave p-out cross-validation

READ MORE

Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.