0
0
AI for Everyoneknowledge~20 mins

Machine learning vs rule-based systems in AI for Everyone - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Master of Machine Learning vs Rule-Based Systems
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Key difference between machine learning and rule-based systems
Which statement best describes the main difference between machine learning and rule-based systems?
AMachine learning learns patterns from data, while rule-based systems follow fixed rules defined by humans.
BRule-based systems improve their rules automatically over time without human input.
CBoth machine learning and rule-based systems always require large amounts of data to work.
DMachine learning uses fixed rules, while rule-based systems learn from data automatically.
Attempts:
2 left
💡 Hint
Think about how each system gets its knowledge.
🧠 Conceptual
intermediate
2:00remaining
When to prefer rule-based systems over machine learning
In which situation is a rule-based system usually better than a machine learning system?
AWhen there is a large amount of complex data available.
BWhen the system needs to learn and adapt automatically from data.
CWhen the problem is simple and rules are clear and unchanging.
DWhen the task requires recognizing patterns in images or speech.
Attempts:
2 left
💡 Hint
Think about when fixed rules are easier than learning from data.
Metrics
advanced
2:00remaining
Evaluating rule-based vs machine learning system accuracy
You have two systems for spam detection: a rule-based system with 85% accuracy and a machine learning system with 90% accuracy on test data. What does this difference in accuracy most likely indicate?
AThe machine learning system is overfitting and will perform worse on new data.
BThe rule-based system is always better because it uses fixed rules.
CBoth systems perform equally well because 85% and 90% are close.
DThe machine learning system better generalizes to new emails than the rule-based system.
Attempts:
2 left
💡 Hint
Higher accuracy on test data usually means better generalization.
🔍 Analysis
advanced
2:00remaining
Why a rule-based system failed to handle new cases
A rule-based system for customer support fails to respond correctly to new types of questions. What is the most likely reason?
AThe system cannot handle cases not covered by its fixed rules.
BThe system is overfitting the training data.
CThe system learned incorrect patterns from data.
DThe system automatically updated its rules incorrectly.
Attempts:
2 left
💡 Hint
Rule-based systems only know what rules they have.
Model Choice
expert
3:00remaining
Choosing between machine learning and rule-based for a complex task
You need to build a system to detect fraudulent transactions in real-time. The patterns of fraud change frequently and are complex. Which approach is best?
AUse a rule-based system with fixed rules written by experts.
BUse a machine learning model that can learn and adapt to new fraud patterns.
CUse a simple rule-based system combined with manual review only.
DUse a static machine learning model trained once and never updated.
Attempts:
2 left
💡 Hint
Consider adaptability and complexity of patterns.