arya2004/artificial-intelligence
🔍 Create a Prolog Expert System for Animal Classification
Aperta
#11 aperta il 4 ott 2025
expert-systemgood first issuehacktoberfestprolog
Metriche repository
- Star
- (2 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
🐾 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.