recategorized by
5,226 views
3 votes
3 votes

In Delta Rule for error minimization

  1. weights are adjusted w.r.to change in the output
  2. weights are adjusted w.r.to difference between desired output and actual output
  3. weights are adjusted w.r.to difference between output and output
  4. none of the above
recategorized by

2 Answers

0 votes
0 votes

In the Delta Rule for error minimization, weights are adjusted w.r.to difference between desired output and actual output.

So, the correct option is:

weights are adjusted w.r.to difference between desired output and actual output

Answer:

Related questions

4.5k
views
2 answers
1 votes
go_editor asked Jul 7, 2016
4,467 views
$A^*$ algorithm uses $f’=g+h’$ to estimate the cost of getting from the initial state to the goal state, where $g$ is a measure of cost getting from initial state to ...
1.2k
views
1 answers
3 votes
go_editor asked Jul 7, 2016
1,246 views
Which of the following prolog programs correctly implement “if G succeeds then execute goal P else execute goal $\theta$”?if-else (G, P, $\theta$):-!,call(G), call(P)...
4.8k
views
1 answers
3 votes
makhdoom ghaya asked Aug 2, 2016
4,797 views
Match the following learning modes $w.r.t$. characteristics of available information for learning : a. Supervisedi. Instructive information on desired responses, explicit...
444
views
1 answers
0 votes
rajveer43 asked Jan 16
444 views
Imagine you are guiding a robot through a grid-based maze using the A* algorithm. The robot is currently at node A (start) and wants to reach node B (goal). The heuristi...