Also known as: Rule based System
Rule-based system хранит и применяет знания в форме rules, часто выраженных как if-then statements. Она использует inference mechanism для интерпретации информации, triggering rules и формирования conclusions или actions.
In computer science, a rule-based system is used to store and manipulate knowledge to interpret information in a useful way. It is often used in artificial intelligence applications and research. Normally, the term rule-based system is applied to systems involving human-crafted or curated rule sets. Rule-based systems constructed using automatic rule inference, such as rule-based machine learning, are normally excluded from this system type.