adplus-dvertising
frame-decoration

Question

What is perceptron?

a.

a single layer feed-forward neural network with pre-processing

b.

an auto-associative neural network

c.

a double layer auto-associative neural network

d.

a neural network that contains feedback

Answer: (a).a single layer feed-forward neural network with pre-processing

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is perceptron?

Similar Questions

Discover Related MCQs

Q. A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 3, 2 and 1 respectively. What will be the output?

Q. What is back propagation?

Q. The network that involves backward links from output to the input and hidden layers is called _________

Q. The BN variables are composed of how many dimensions?

Q. The first artificial neural network was invented in _____.

Q. Alpha-beta pruning is a modified version of the?

Q. There is a technique by which without checking each node of the game tree we can compute the correct minimax decision, and this technique is called?

Q. The initial value of alpha is?

Q. The initial value of beta is ?

Q. The main condition which required for alpha-beta pruning is?

Q. How many types of Move Ordering in Alpha-Beta pruning?

Q. The time complexity for such an Worst order is?

Q. Complexity in ideal ordering is ?

Q. While backtracking the tree, the node values will be passed to upper nodes instead of values of alpha and beta.

Q. The MIN player will only update the value of alpha.

Q. Which search is equal to minimax search but eliminates the branches that cant influence the final decision?

Q. Which values are independant in minimax search algorithm?

Q. We will only pass the alpha, beta values to the child nodes.

Q. Which ordering consumes more time because of alpha-beta factors?

Q. In which year Donald Knuth and Ronald W. Moore refined the algorithm?