retagged by
5,604 views
2 votes
2 votes

A neuron with inputs has the weight vector $\begin{bmatrix}0.2 & -0.1 & 0.1 \end{bmatrix}^T$ and a bias $\theta =0$. If the input vector is $X = \begin{bmatrix}0.2 & 0.4 & 0.2 \end{bmatrix}^T$. Then the total  input to the neuron is:

  1. $0.20$
  2. $1.0$
  3. $0.02$
  4. $-1.0$
retagged by

1 Answer

Best answer
2 votes
2 votes

Neural networks is a huge topic which cannot be explained here. It is off-topic anyway.

$f(x) = W^{T}*X + \theta$

f(x) = 0.2*0.2 - 0.1*0.4 + 0.1*0.2 = 0.02

Option C.

selected by
Answer:

Related questions

0 votes
0 votes
2 answers
2
0 votes
0 votes
3 answers
3
go_editor asked Mar 24, 2020
662 views
Match the following :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\\text{a.} & \text{Glass } & \text{i.} & \text{Contains liquid crystal and serves a...
0 votes
0 votes
2 answers
4
go_editor asked Mar 24, 2020
1,217 views
In Artificial Intelligence(AI), what is present in the planning graph?Sequence of levels LiteralsVariablesHeuristic estimates