Robotics & Artificial Intelligence

What is the difference between the rule-based approach and learning based approach of AI modelling?

AI Project Framework

3 Likes

Answer

Differences between rule-based approach and learning based approach of AI modelling:

Rule-based ApproachLearning-based Approach
The machine follows the rules defined by the developer.The machine learns on its own from the data.
AI is achieved through rule-based technique.AI is achieved through learning technique.
It typically uses labelled data.It can handle both labelled and unlabelled data.
It may require less training time.It requires more training time.

Answered By

2 Likes


Related Questions