Skip to content

Creating neural network model for predicting type of animal based on given attributes

Notifications You must be signed in to change notification settings

trsavi/Zoo-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zoo_Project

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:

  1. Data preprocessing/ Splititng data into train/test set / Feature scaling
  2. Implementation of neural network
  3. Calculating metrics for model optimiziation/ Visualizing results