Robotics & Artificial Intelligence
What are the two main types of modelling techniques in AI?
AI Concepts
3 Likes
Answer
The two main types of modelling techniques in AI are:
Rule-Based Models — These models follow specific rules set by humans. For example, "If the object is round and red, it is likely an apple." They offer simplicity and consistency but lack flexibility and learning capability.
Learning-Based Models — These models learn from data instead of following strict rules. They analyse patterns in the data and make decisions based on what they have learned. They can be further classified into Supervised, Un-supervised and Reinforcement learning.
Answered By
2 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
Give two differences between rule-based model and learning-based model.
What are the advantages and disadvantages of rule-based modelling?