Skip to content

niangaotuantuan/iris-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

iris-classifier

classify iris data using CART and Neural Networks

Data

Iris Data Set, you can find the data set used in this project in \data. Also, you can find more information on Wiki and other sites.

Model

In this project, I used two classification models. One is CART, a version of Decision Tree. The other one is Neural Network, which will cost lots of memory and time to train. You can find them in \src.

Parameter for Neural Network

I haven't implement the parameter tuning in Neural Network methods. And the parameter initialization is in \src\Neural Network\readme.txt

About

classify iris data using CART and Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages