NPTEL Data Science for Engineers Week 4 Assignment Answer

ABOUT THE COURSE :
Learning Objectives :
  1. Introduce R as a programming language
  2. Introduce the mathematical foundations required for data science
  3. Introduce the first level data science algorithms
  4. Introduce a data analytics problem solving framework
  5. Introduce a practical capstone case study
Learning Outcomes:
  1. Describe a flow process for data science problems (Remembering)
  2. Classify data science problems into standard typology (Comprehension)
  3. Develop R codes for data science solutions (Application)
  4. Correlate results to the solution approach followed (Analysis)
  5. Assess the solution approach (Evaluation)
  6. Construct use cases to validate approach and identify modifications required (Creating)
INTENDED AUDIENCE: Any interested learner
PREREQUISITES: 10 hrs of pre-course material will be provided, learners need to practise this to be ready to take the course.
INDUSTRY SUPPORT: HONEYWELL, ABB, FORD, GYAN DATA PVT. LTD.

NPTEL Data Science for Engineers Week 4 Assignment Answer

Course layout

Week 1:  Course philosophy and introduction to R
Week 2:  Linear algebra for data science
                1. Algebraic view – vectors, matrices, product of matrix & vector, rank, null space, solution of over-determined set of equations and pseudo-inverse)
2. Geometric view – vectors, distance, projections, eigenvalue decomposition
Week 3: Statistics (descriptive statistics, notion of probability, distributions, mean, variance, covariance, covariance matrix, understanding univariate and multivariate normal distributions, introduction to hypothesis testing, confidence interval for estimates)
Week 4:  Optimization
Week 5:  1. Optimization
2. Typology of data science problems and a solution framework
Week 6:  1. Simple linear regression and verifying assumptions used in linear regression
2. Multivariate linear regression, model assessment, assessing importance of different variables, subset selection
Week 7:  Classification using logistic regression
Week 8:  Classification using kNN and k-means clustering

NPTEL Data Science for Engineers Week 4 Assignment Answer

Week 4 : Assignment 4

Due date: 2025-02-19, 23:59 IST.
Assignment not submitted
3 points

Letf(x)=x3+3x224+7.f(x)=x3+3×2−24+7. Select the correct options from the following:

2 points

Find the gradient of f(x)=x2yf(x)=x2y at (x,y)=(1,3).(x,y)=(1,3).

2 points

Find the Hessian matrix for f(x,y)=x2yf(x,y)=x2y at (x,y)=(1,3)(x,y)=(1,3)

1 point

Let f(x,y)=3x26xy6y2.f(x,y)=−3×2−6xy−6y2. The point (0, 0) is a

 
 
 
1 point

For which numbers bb is the matrix A=[1bb9]A=[1bb9] positive definite?

1 point

Consider f(x)=x312x5f(x)=x3−12x−5 Which among the following statements are true?

1 point

Consider the following optimization problem:
maxxϵRf(x)maxxϵRf(x)
, where
f(x)=x2+7x3+5x217x+3f(x)=x2+7×3+5×2−17x+3

Let xx∗ be the maximizer of f(x).f(x). What is the second order sufficient condition for xx∗ to be the maximizer of the function f(x)?f(x)?

1 point
In optimization problem, the function that we want to optimize is called
 
 
 
 
1 point

The optimization problem minxf(x)minxf(x)can also be written as maxxf(x)maxxf(x)

 
 
1 point
Gradient descent algorithm converges to the local minimum
 
 

Related Posts