Define version space, candidate eliminations and inductive bias.
[3 marks]How the knowledge should be represented in AI techniques?
[4 marks]Compare supervised, unsupervised and reinforcement machine learning methods.
[7 marks]Define state space search.
[3 marks]What are the issues in design of search programs?
[4 marks]Explain steepest ascent hill climbing algorithm.
[7 marks]Explain convert to clause form algorithm.
[7 marks]Differentiate depth first search and breadth first search algorithm.
[3 marks]What problems is Artificial Intelligence helping to solve for Samsung company?
[4 marks]How does Alibaba use artificial intelligence?
[7 marks]Explain computable functions and predicates.
[3 marks]What are the key challenges and learning points for the Dominos using AI?
[4 marks]Explain AO* algorithm for problem reduction.
[7 marks]Draw neural representation of AND gate.
[3 marks]Write prolog program to find maximum number from list.
[4 marks]Explain Decision tree algorithm with issues.
[7 marks]Describe radial basis function.
[3 marks]Explain process of weights change during training in multilayer network.
[4 marks]Explain K- Nearest Neighbors algorithm.
[7 marks]Define Hypothesis Space.
[3 marks]Let hypothesis space as three function h1,h2 and h3. P(h1|D)=0.4, P(h2|D)=0.3, P(h3|D)=0.3. For new instance x, h1(x)=+1, h1(x)=+1, h1(x)= -1. What is most probable classification of x?
[4 marks]Explain Naïve Bayes algorithm.
[7 marks]Give an advantages of Gibbs algorithm over Bayes optimal classifier.
[3 marks]Describe relationship between Maximum Likelihood and Least squared Error Hypothesis.
[4 marks]Explain Minimum Description Length Principle.
[7 marks]