Computer Science, asked by shubhamsingh9676, 20 days ago


Q:2. The inputs for a single layer neural network are 1, 3, 2
and the weights of links connecting input neurons to the
output neuron are 2, 2, and 3 then the output will be
(Identity activation function is used in output neuron)​

Answers

Answered by aryayadv167
0

Answer:

output neuron are 2, 2, and 3 then the output will be

(Identity activation function is used in output neuron)​

Explanation:

Answered by anusha195sl
0

Answer:

The correct answer is single layer neural network.

Explanation:

A input layer in the neural network is composed of artificial input neurons.

The input layer will be in the beginning of a workflow specifically for artificial neural network.

Equation of neural network:

Z = Bias + W1 X1 + W2X2+….+WnXn

The above equation is considered as the linear combination of independent variables and their weights with are respective and biased.

Here, Z is for denotation of graphical representation of ANN.

W is called as weight or coefficients of the beta.

X is called as independent variable or input and Bias or intercept of W.

Therefore, the neuron will be 2, 2 and 3 and its overall output will be 12(3).

#SPJ3

Similar questions