AI & ML trivia
Related Trivia
Neural networks, Turing tests, and the mechanics of machine learning.
AI & ML Mini Quiz
Test your knowledge with these top questions!
What feature of expert systems allows them to justify or explain their reasoning process to users?
Explanation facilities in expert systems increase user trust by providing transparent reasoning for conclusions, making the systems more effective in decision support.
What is the NLP process that reduces words to their root form, like turning running and runner into run?
Stemming can sometimes produce non-standard root forms, while a related process called lemmatization returns dictionary words as roots.
What is the NLP problem called when a word like bank has different meanings depending on context?
Word sense disambiguation is essential for machine translation and search engines to interpret the correct meaning of words with multiple senses.
AlphaGo used deep reinforcement learning, improving through feedback. What does reinforcement mean in this context?
In reinforcement learning, an agent takes actions in an environment and receives rewards or penalties, which it uses to learn optimal behavior over time.
In NLP, what is the task of judging if a sentence expresses a positive, negative, or neutral opinion, common in review analysis?
Sentiment analysis can be performed at different levels, such as document, sentence, or even aspect level, to capture nuanced opinions within text.
Sandwiched between input and output, the internal tiers of a neural network are called what kind of layers?
Hidden layers in neural networks process data between input and output layers, learning hierarchical features through nonlinear transformations.
Modeled after behavioral psychology, what feedback signal does an AI agent attempt to maximize while learning a task?
In reinforcement learning, AI agents draw from B.F. Skinner's operant conditioning principles, maximizing a reward signal to reinforce beneficial actions and learn optimal behaviors over time.
What is a key difference between modern AI and earlier AI before the AI Winters?
Earlier AI systems relied on hand-coded rules, while modern AI, especially deep learning, achieves high performance by automatically learning patterns from vast datasets.