Font size
WorksheetsNeural Networks Strcutures
Total questions: 9
Worksheet time: 5mins
There are four types of Neural Network Structures
True
False
In Single input Single output network the number of neurons are:
3
4
2
5
What are the minimum number of layers we can have in a NN
Four
Five
Three
Two
Every Function in an Arduino code consists of three parts: (Select all correct answers
The type of the function
The name of the function
The parameters of the function
The serial communication print function
The name of the following function is :
int graduation (float students, float marks, float classroom)
marks
students
graduation
integer
Each layer in NN is connected to the next layer through:
bias
neuron
weight
activation function
The process of computing the prediction of a neural network is called:
forward propagation
back propagation
Activation function
Threshold level
The number of inputs in a MISO NN is larger than MIMO:
True
False
The number of outputs in a MIMO NN is larger than MISO:
True
False
