arya2004/artificial-intelligence
🔍 Create a Prolog Expert System for Animal Classification
开放
#11 创建于 2025年10月4日
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.