adplus-dvertising
frame-decoration

Question

Which of the following is not an Machine Learning strategies in ANNs?

a.

Unsupervised Learning

b.

Reinforcement Learning

c.

Supreme Learning

d.

Supervised Learning

Answer: (c).Supreme Learning

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is not an Machine Learning strategies in ANNs?

Similar Questions

Discover Related MCQs

Q. Which of the following is an Applications of Neural Networks?

Q. What is perceptron?

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.