Planning, natural language processing, multi-agent systems, fuzzy sets, genetic algorithms and artificial neural networks (supervised, unsupervised and reinforcement learning). - Question Bank
1. What is the primary advantage of using Genetic Algorithms for optimization problems?
2. Which type of fuzzy inference system uses rules of the form 'IF X is A AND Y is B THEN Z is C'?
3. What is the 'credit assignment problem' in reinforcement learning?
4. Which NLP technique is used to identify and categorize named entities in text, such as names of people, organizations, and locations?
5. In planning, what is a 'heuristic' function used for?
6. What is the 'hidden layer' in a neural network?
7. Which of the following is a common issue in training deep neural networks that can be mitigated by techniques like dropout?
8. What is the 'learning rate' in the context of training neural networks?
9. An Autoencoder is a type of artificial neural network used for:
10. What is the 'backpropagation' algorithm primarily used for in neural networks?
11. Which learning paradigm involves training a neural network using input data with corresponding correct outputs?
12. What is the role of an 'activation function' in an artificial neuron?
13. In an artificial neural network, what is a 'neuron' or 'node'?
14. What is the main characteristic of a Recurrent Neural Network (RNN)?
15. Which type of artificial neural network is primarily used for image recognition tasks?
16. What is the 'policy' in reinforcement learning?
17. What is the 'state' in a reinforcement learning problem?
18. In reinforcement learning, what does an 'agent' do?
19. What is the fundamental concept behind 'reinforcement learning'?
20. Which unsupervised learning algorithm groups data points into a specified number of clusters?
21. What is 'unsupervised learning' primarily used for?
22. Which of the following is a common algorithm for supervised learning?
23. In supervised learning, what is the goal of the learning process?
24. Which type of learning involves training a model on labeled data?
25. What is the primary role of 'mutation' in a genetic algorithm?
26. Which genetic operator allows for the exchange of genetic material between two chromosomes?
27. What is the purpose of the 'fitness function' in a genetic algorithm?
28. In a genetic algorithm, what is a 'chromosome' typically used to represent?
29. Genetic algorithms are inspired by which biological process?
30. What is the process of converting a fuzzy output set back into a single crisp value called?
31. Which fuzzy logic operator corresponds to the logical AND operation?
32. In fuzzy logic, what is a 'linguistic variable'?
33. What is a 'membership function' in fuzzy set theory?
34. Fuzzy sets are used to represent and reason with:
35. What is a common challenge in designing multi-agent systems?
36. Which type of multi-agent system involves agents with conflicting goals?
37. What is 'negotiation' in the context of multi-agent systems?
38. In multi-agent systems, what is the concept of 'cooperation'?
39. What is a 'multi-agent system'?
40. Which NLP task involves assigning a grammatical category (like noun, verb, adjective) to each word in a sentence?
41. What is syntactic ambiguity in NLP?
42. Which NLP technique aims to reduce words to their root form?
43. What is the process of breaking down a sentence into its constituent words or tokens called in NLP?
44. Which of the following is a core component of Natural Language Processing (NLP)?
45. What is the main challenge in dealing with complex, real-world AI planning problems?
46. In PDDL (Planning Domain Definition Language), what represents the preconditions for an action?
47. What does STRIPS stand for in the context of AI planning?
48. Which AI planning approach involves exploring a state space using a search algorithm?
49. In AI planning, what is the primary goal of a planner?