arya2004/artificial-intelligence

🔍 Create a Prolog Expert System for Animal Classification

開放

#11 建立於 2025年10月4日

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

倉庫指標

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

描述

🐾 Prolog Expert System: Animal Classification

Create an expert system to classify an animal based on its traits (e.g., feathers, fur, lays eggs, etc.).

📁 Target file:


src/06_expert_system/animal_classifier.pl

Examples:

  • Mammal
  • Bird
  • Reptile
  • Fish

Use basic Prolog rules + facts and show a few sample queries in comments.

貢獻者指南