0% found this document useful (0 votes)
242 views5 pages

Deep Learning - IIT Ropar - Unit 4 - Week 1

The document discusses an assignment for a deep learning course on NPTEL. It contains 10 multiple choice questions related to concepts like perceptrons, Boolean functions, threshold logic and the 'winter of AI' period.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
242 views5 pages

Deep Learning - IIT Ropar - Unit 4 - Week 1

The document discusses an assignment for a deep learning course on NPTEL. It contains 10 multiple choice questions related to concepts like perceptrons, Boolean functions, threshold logic and the 'winter of AI' period.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

X

(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)

[email protected]

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Deep Learning - IIT Ropar (course)

If already
registered, click
to check your
Week 1: Assignment 1
payment status The due date for submitting this assignment has passed.
Due on 2024-02-07, 23:59 IST.

Course Assignment submitted on 2024-02-01, 16:53 IST


outline
NOTE: For all questions below the output of perceptron is assumed to be 1 and -1 instead
of 1 and 0.wT x < 0 => y = −1
About
NPTEL () 1) Which Boolean function with two inputs x1 and x2 is represented by the following 1 point
decision boundary? (Points on boundary or right of the decision boundary to be classified 1)
How does an
NPTEL
online
course
work? ()

Week 0 ()

Week 1 ()

Biological
Neuron (unit?
unit=17&lesso AND
n=18) OR
From Spring to XOR
Winter of AI
NAND
(unit?
unit=17&lesso Yes, the answer is correct.
n=19)
Score: 1
Accepted Answers:
The Deep OR
Revival (unit?

2) 1 point
unit=17&lesso Choose the correct input-output pair for the given MP Neuron.
n=20)

1, if x1 + x2 + x3 ≥ 2
From Cats to y = {
Convolutional 0, otherwise

Neural
Networks
y = 1 for (x 1 , x 2 , x 3 ) = (0, 1, 1)
(unit?
unit=17&lesso
y = 0 for (x 1 , x 2 , x 3 ) = (0, 0, 1)
n=21)

Faster, higher, y = 1 for (x 1 , x 2 , x 3 ) = (1, 1, 1)

stronger (unit?
unit=17&lesso y = 0 for (x 1 , x 2 , x 3 ) = (1, 0, 0)
n=22)
Yes, the answer is correct.
The Curious Score: 1
Case of Accepted Answers:
Sequences y = 1 for (x 1 , x 2 , x 3 ) = (0, 1, 1)

(unit? y = 0 for (x 1 , x 2 , x 3 ) = (0, 0, 1)

unit=17&lesso y = 1 for (x 1 , x 2 , x 3 ) = (1, 1, 1)


n=23) y = 0 for (x 1 , x 2 , x 3 ) = (1, 0, 0)

Beating 3) Suppose we have a boolean function that takes 4 inputs x1, x2, x3, x4? We have an 1 point
humans at
MP neuron with parameter θ = 2 . For how many inputs will this MP neuron give output y = 1?
their own
games
11
(literally) (unit?
unit=17&lesso 21
n=24) 15

The Madness 8
(2013-) (unit? Yes, the answer is correct.
unit=17&lesso Score: 1
n=25) Accepted Answers:
11
(Need for)
Sanity (unit?
unit=17&lesso 4) We are given the following data: 1 point
n=26)

Motivation
from Biological
Neurons (unit?
unit=17&lesso
n=27)

McCulloch
Pitts Neuron,
Thresholding
Logic (unit?
unit=17&lesso
n=28) Can you classify every label correctly by training a perceptron algorithm? (assume bias to be 0
while training)
Perceptrons
(unit?
Yes
unit=17&lesso
n=29) No

Yes, the answer is correct.

S 1
Score: 1
Error and Error
Surfaces (unit? Accepted Answers:
unit=17&lesso No
n=30)
5) We are given the following dataset with features as (x1,x2) and y as the label (-1,1). 1 point
Perceptron If we apply the perception algorithm on the following dataset with w initialized as (0,0). What will
Learning be the value of w when the algorithm converges? (Start the algorithm from (2,2)
Algorithm
(unit?
unit=17&lesso
n=31)

Proof of
Convergence
of Perceptron
Learning (-2,2)
Algorithm
(2,1)
(unit?
unit=17&lesso (2,-1)
n=32) None of These

Lecture No, the answer is incorrect.


Material for Score: 0
Week 1 (unit? Accepted Answers:
unit=17&lesso (2,-1)
n=33)
6) Consider points shown in the picture. The vector w is (-1,0). As per this weight 1 point
Quiz: Week 1:
vector, the Perceptron algorithm will predict which classes for the data points x1 and x2.
Assignment 1
(assessment?
name=263)

Week 1:
Solution (unit?
unit=17&lesso
n=245)

Week 1
Feedback
Form: Deep
Learning - IIT
Ropar (unit?
unit=17&lesso
n=35)

Week 2 ()

x1=1
Week 3 ()
x2=1
week 4 () x1=-1
x2=-1
Week 5 ()
Yes, the answer is correct.
Score: 1
Week 6 () Accepted Answers:
x2=1
Week 7 () x1=-1
7) Given an MP neuron with the inputs as x1,x2,x3,x4,x5 and threshold θ = 3 where 1 point
Week 8 ()
x5 is inhibitory input. For input (1,1,1,0,1) what will be the value of y?

Week 9 ()
y = 0

week 10 ()
y = 1 since θ ≥ 3

Week 11 ()
y = 1/2

Insufficient information
Week 12 ()
Yes, the answer is correct.
Score: 1
Download
Videos () Accepted Answers:
y = 0

Books () 8) An MP neuron takes two inputs x1 and x2. Its threshold is θ = 0 . Select all the 1 point
boolean functions this MP neuron may represent.
Text
Transcripts () AND
NOT
Problem OR
Solving
NOR
Session -
Jan 2024 () Yes, the answer is correct.
Score: 1
Accepted Answers:
NOR

9) What is the output of a perceptron with weight vector w = [ 2 −3 1 ] and bias 1 point
b = −2 when the input is x = [ 1 0 −1 ] ?

0
1
-1
2

Yes, the answer is correct.


Score: 1
Accepted Answers:
-1

10) What is the ”winter of AI” referring to in the history of artificial intelligence? 1 point

The period during winter when AI technologies are least effective due to cold
temperatures
A phase marked by decreased funding and interest in AI research.
The season when AI algorithms perform at their peak efficiency.
A period characterized by rapid advancements and breakthroughs in AI technologies.

Yes, the answer is correct.


Score: 1
Accepted Answers:
A phase marked by decreased funding and interest in AI research.

You might also like