Original description for this project is on this link: http://archive.ics.uci.edu/ml/datasets/Zoo
Applying AI techniques to predict which type (class) of animal is given based on attributes provided in excel table.
Problem can be divided into these steps:
- Data preprocessing/ Splititng data into train/test set / Feature scaling
- Implementation of neural network
- Calculating metrics for model optimiziation/ Visualizing results