Nptel Introduction to Machine Learning Week 1 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 1 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 1 Assignment Answer

Week 1 : Assignment 1

Due date: 2025-02-05, 23:59 IST.
Assignment not submitted
1 point
Which of the following is/are unsupervised learning problem(s)?
 
 
 
 
 
1 point
Which of the following statement(s) about Reinforcement Learning (RL) is/are true?
 
 
 
 
 
1 point
Which of the following is/are regression tasks(s)?
 
 
 
 
1 point
Which of the following is/are classification task(s)?
 
 
 
 
1 point

Consider the following dataset. Fit a linear regression model of the form y=β0+β1x1+β2x2y=β0+β1×1+β2×2 using the mean-squared error loss. Using this model, the predicted value of yy at the point (x1,x2x1,x2) = (0.5, −1.0) is

 
 
 
 
1 point

Consider the following dataset. Using a k-nearest neighbour (k-NN) regression model with kk = 3, predict the value of yy at (x1,x2x1,x2) = (1.0, 0.5). Use the Euclidean distance to find the nearest neighbours.

 
 
 
 
1 point

Consider the following dataset with three classes: 0, 1 and 2. x1 and x2 are the independent variables whereas y is the class label. Using a k-NN classifier with k = 5, predict the class label at the point (x1,x2x1,x2) = (1.0, 1.0). Use the Euclidean distance to find the nearest neighbours.

 
 
 
 
1 point
Consider the following statements regarding linear regression and k-NN regression models. Select the true statements.
 
 
 
 
1 point
Which of the following statement(s) regarding bias and variance is/are correct?

 
 
 
1 point

Suppose that we train two kinds of regression models corresponding to the following equations.

  • (i). y=β0+β1x1+β2x2y=β0+β1×1+β2×2
  • (ii). y=β0+β1x1+β2x2+β3x1x2+β4x21+β5x22y=β0+β1×1+β2×2+β3x1x2+β4×12+β5×22

Which of the following statement(s) is/are correct?

 
 
 
 
 

Related Posts