Nptel Introduction to Machine Learning Week 3 Assignment Answer

ABOUT THE COURSE :
With the increased availability of data from varied sources there has been increasing attention paid to the various data driven disciplines such as analytics and machine learning. In this course we intend to introduce some of the basic concepts of machine learning from a mathematically well motivated perspective. We will cover the different learning paradigms and some of the more popular algorithms and architectures used in each of these paradigms.
INTENDED AUDIENCE : This is an elective course. Intended for senior UG/PG students. BE/ME/MS/PhD
PREREQUISITES : We will assume that the students know programming for some of the assignments.If the students have done introductory courses on probability theory and linear algebra it would be helpful. We will review some of the basic topics in the first two weeks as well.
INDUSTRY SUPPORT : Any company in the data analytics/data science/big data domain would value this course.

Nptel Introduction to Machine Learning Week 3 Assignment Answer

Course layout

Week 0: Probability Theory, Linear Algebra, Convex Optimization – (Recap)
Week 1: Introduction: Statistical Decision Theory – Regression, Classification, Bias Variance
Week 2: Linear Regression, Multivariate Regression, Subset Selection, Shrinkage Methods, Principal Component Regression, Partial Least squares
Week 3: Linear Classification, Logistic Regression, Linear Discriminant Analysis
Week 4: Perceptron, Support Vector Machines
Week 5: Neural Networks – Introduction, Early Models, Perceptron Learning, Backpropagation, Initialization, Training & Validation, Parameter Estimation – MLE, MAP, Bayesian Estimation
Week 6: Decision Trees, Regression Trees, Stopping Criterion & Pruning loss functions, Categorical Attributes, Multiway Splits, Missing Values, Decision Trees – Instability Evaluation Measures
Week 7: Bootstrapping & Cross Validation, Class Evaluation Measures, ROC curve, MDL, Ensemble Methods – Bagging, Committee Machines and Stacking, Boosting
Week 8: Gradient Boosting, Random Forests, Multi-class Classification, Naive Bayes, Bayesian Networks
Week 9: Undirected Graphical Models, HMM, Variable Elimination, Belief Propagation
Week 10: Partitional Clustering, Hierarchical Clustering, Birch Algorithm, CURE Algorithm, Density-based Clustering
Week 11: Gaussian Mixture Models, Expectation Maximization
Week 12: Learning Theory, Introduction to Reinforcement Learning, Optional videos (RL framework, TD learning, Solution Methods, Applications)

Nptel Introduction to Machine Learning Week 3 Assignment Answer

Week 3 : Assignment 3

Due date: 2025-02-12, 23:59 IST.
Assignment not submitted
1 point
Which of the following statement(s) about decision boundaries and discriminant functions of classifiers is/are true?

 
1 point
You train an LDA classifier on a dataset with 2 classes. The decision boundary is significantly different from the one obtained by logistic regression. What could be the reason?
 
 
 
 
1 point

The following table gives the binary ground truth labels yiyi for four input points xixi (not given). We have a logistic regression model with some parameter values that computes the probability p1(xi)p1(xi) that the label is 1. Compute the likelihood of observing the data given these model parameters

 
 
 
 
1 point
Which of the following statement(s) about logistic regression is/are true?
 
 
 
 
1 point

Consider a modified form of logistic regression given below where kk is a positive constant and β0β0 and β1β1 are parameters.
log=(1p(x)kp(x))=β0+β1xlog=(1−p(x)kp(x))=β0+β1x

1 point

Consider a Bayesian classifier for a 5-class classification problem. The following tables give the class-conditioned density fk(x)fk(x) for class k{1,2,...5}k∈{1,2,…5} at some point x in the input space.

Let πkπk denotes the prior probability of class kk. Which of the following statement(s) about the predicted label at x is/are true? (One or more choices may be correct.)

 

1 point
Which of the following statement(s) about a two-class LDA classification model is/are true?
 
 
 
 
1 point

Consider the following two datasets and two LDA classifier models trained respectively on these datasets.
Dataset A: 200 samples of class 0; 50 samples of class 1
Dataset B: 200 samples of class 0 (same as Dataset A); 100 samples of class 1 created by repeating twice the class 1 samples from Dataset A
Let the classifier decision boundary learnt be of the form wTx+b=0wTx+b=0 where, ww is the slope and bb is the intercept. Which of the given statement is true?

 
 
 
1 point
Which of the following statement(s) about LDA is/are true?
 
 
 
 
1 point
Which of the following statement(s) regarding logistic regression and LDA is/are true for a binary classification problem?
 
 
 
 

Related Posts