Skip to content

Latest commit

 

History

History

2-iris-from-csv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Multiclass Classification Training on Iris dataset

Multi class classification using shallow neural networks on the traditional iris dataset. Check the screencast of working demo below,

Working Demo

Setup

Serve this folder behind a simple web server. I used python3 -m http.server 8000 after installing Python 3.6.