arya2004/artificial-intelligence

🧠 Build a Prolog Expert System for Diagnosing Common Cold vs Flu

開放

#10 建立於 2025年10月4日

 (0 則留言) (0 個反應) (0 位負責人)Python (4 個分叉)auto 404
expert-systemgood first issuehacktoberfestprolog

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

🧠 Prolog Expert System: Cold vs Flu

Create a rule-based system in Prolog to diagnose whether a patient is more likely to have a common cold or influenza, based on symptoms like:

  • Fever
  • Body aches
  • Runny nose
  • Cough
  • Fatigue

📁 File to be created:


src/06_expert_system/cold_vs_flu.pl

Use ask() style user interaction or assert predicates. Document your rules with comments.

貢獻者指南