- six
- numpy
- tensorflow
git clone https://github.com/drewszurko/tensorflow-iris-prediction.git
cd tensorflow-iris-prediction/
pip install -r requirements.txt
python main.py
The included dataset is the Iris flower data set. The
dataset has been pre-split into training and testing files, iris_training.csv and iris_test.csv.
These files are composed of 120 and 30 samples respectively.