Who is considered the 'Father of AI'?
What test is used to determine if a machine can think like a human?
An AI that is designed for a single specific task is called:
In the PEAS framework, what does 'A' stand for?
A game of Chess is considered which type of environment?
Which search algorithm expands the shallowest node first?
Depth First Search (DFS) uses which data structure?
Which search is 'Optimal' and 'Complete' if step costs are equal?
In A* search, 'f(n) = g(n) + h(n)'. What is 'h(n)'?
A 'Heuristic' is considered 'Admissible' if it:
Which field allows computers to learn from data without being explicitly programmed?
Supervised Learning' involves learning from:
What are 'Hidden Layers' in a Neural Network?
Which algorithm is used to train Neural Networks by updating weights?
A 'CNN' is best suited for which task?