neural network -test questions
neural network -test questions
The node has three inputs x = (x1, x2, x3) that receive only binary signals (either 0 or 1). How many
different input patterns this node can receive? What if the node had four inputs? or Five inputs ?
2. Suppose that the weights corresponding to the three inputs have the following values:
Calculate what will be the output value y of the unit for each of
the following input patterns:
3. Find the output value y for each pattern for the following network which represents and function
4. Suggest how above network is used to implement the logical OR function (true when at least one of
the arguments is true)
5. The following diagram represents a feed-forward neural network with one hidden layer:
A weight on connection between nodes i and j is denoted by w I j , such as w13 is the weight on the
connection between nodes 1 and 3. The following table lists all the weights in the network
Where v denotes the weighted sum of a node. Each of the input nodes (1 and 2) can only receive binary
values (either 0 or 1). Calculate the output of the network (y5 and y6) for each of the input pattern
o Answer: The stride is the step size by which the filter is moved
across the input image during convolution. A stride of 1 means the
filter moves one pixel at a time, while a larger stride (e.g., 2) means it
skips pixels. Using a stride larger than 1 reduces the size of the
output feature map, leading to a faster computation and potentially
coarser feature extraction.
5. What are some common techniques for evaluating the performance
of neural networks?