Course Content
Week 1 Assignment Answers (Free)
0/1
Week 2 Assignment Answers
0/1
Week 3 Assignment Answers
0/1
Week 4 Assignment Answers
0/1
Week 5 Assignment Answers
0/1
Week 6 Assignment Answers
0/1
Week 7 Assignment Answers
0/1
Week 8 Assignment Answers
0/1
Week 9 Assignment Answers
0/1
Week 10 Assignment Answers
0/1
Week 11 Assignment Answers
0/1
Week 12 Assignment Answers
0/1
NPTEL Deep Learning for Computer Vision Assignment Answers 2024 (July-October)
    About Lesson

    1. For this question, please see Question 1 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the “YOUR CODE STARTS HERE” segment therein. Which of the following options correctly provides the standard deviation of row-wise means and the row-wise means themselves?

    • 1.23, [3.875, 8.375, 13.575]
    • 3.45, [3.375, 8.875, 13.375]
    • 4.08, [3.375, 8.375, 13.375]
    • 4.24, [3.875, 8.875, 13.875]
    Answer :- c

    2. For this question, please see Question 2 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the “YOUR CODE STARTS HERE” segment therein. Which of the following pairs represents the largest eigenvalue and its corresponding eigenvector?

    Answer :- c

    3. For this question, please see Question 3 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the “YOUR CODE STARTS HERE” segment therein. Which of the following is the sum of the elements in the modfied list obtained after applying the function?

    • 1.03
    • 1.00
    • 1.50
    • 3.02
    Answer :- a

    4. For this question, please see Question 4 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the “YOUR CODE STARTS HERE” segment therein. Now, which of the following is the GBR representation of the RGB image ‘golden retriever.jpg’ in programming question 1?

    Answer :- b

    5. For this question, please see Question 5 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the “YOUR CODE STARTS HERE” segments therein. The shape of the ‘human mitosis’ image after applying a 5 × 5 mean filter is:

    • (512,512)
    • (510,510)
    • (508,508)
    • (507,507)
    Answer :- c

    For this question, please see Question 6 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the “YOUR CODE STARTS HERE” segments therein. The median value of the ‘human mitosis’ image before and after applying the 5 × 5 mean filter is _____ and ______ respectively

    6. 1.____________

    Answer :- 10

    7. 2.____________

    Answer :- 10.28
    0% Complete