Question Bank Module 1
Question Bank Module 1
Q6:- Show mathematically that single Perceptron is not able to learn X-OR/X-NOR function.
Q8:- With what type of data set the Perceptron will final converge and will never converge.
Q9:- How can you be sure that Perceptron algorithm has finally converged.
Q10:- Suppose the initial weight vector W= [0 1 0 0]. What will be the final value of weight vector, after convergence for
Q11:- Can Perceptron learning algorithm work on real valued data set. If yes show how? If No, Why not?
Q12:- Show that two layers of Perceptron can learn X-OR/X-NOR function.
Q13:- Argue that two layers of Perceptron can learn any function of any dimensionality.
Q14:- Intuitively argue, what happens when layers of Perceptron are used to separate initially non separable data by
linear functions?
Q15:- What is sigmoid function and explain, why to go for Sigmoid Neuron.