Animal Species Prediction Using Machine Learning
Animal Species Prediction Using Machine Learning
on
Animal Species Prediction Using Machine Lear
in partial fulfilment for the award of the degree of
BACHELOR OF ENGINEERING
IN
CSE-AIML
Submitted by:
KHUSHI (24BAI70800)
Chandigarh University
September 2024
Index
S. No. Content Page No.
3 Scope 10-11
1. Problem Definition
2. Dataset
To develop a model for animal species prediction,
we require a dataset that contains information on
various features of animals, along with their
corresponding species labels. One commonly used
This dataset contains:
• 101 animals
• 17 features describing characteristics like
“feathers,” “legs,” “eggs,” “milk,” etc.
• 7 classes of species (mammals, birds, fish,
reptiles, amphibians, insects, and others).
3. Data Preprocessing
6. Model Evaluation
The chosen model’s performance will be evaluated
using metrics like:
7. Results
8. Conclusion
The species prediction model helps automate the
process of identifying animal species based on their
features. By using machine learning models,
zoologists and researchers can speed up their work,
improve accuracy, and potentially discover new
insights in animal classification. If successfully
implemented, this model can be extended to larger
datasets and include more complex features for
even better predictions.
9. Future Work