Robotics & Artificial Intelligence
Give two differences between rule-based model and learning-based model.
AI Concepts
1 Like
Answer
The two differences between rule-based and learning-based models are as follows:
Decision Making — A rule-based model makes decisions by following specific predefined rules set by humans, whereas a learning-based model makes decisions by analysing patterns in the data it has been trained on.
Learning Ability — A rule-based model does not learn from new experiences and always uses the same set of rules unless they are manually updated. In contrast, a learning-based model can learn from new data and improve over time, eliminating the need for manual rule updates.
Answered By
3 Likes
Related Questions
What is the benefit of using line charts in data visualisation?
Explain the following data visualisation techniques:
(a) Scatter Plot (b) Line Chart (c) Bar Graph (d) Heat Map (e) Timeline (f) Choropleth Map
What are the two main types of modelling techniques in AI?
What are the advantages and disadvantages of rule-based modelling?