Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 342 Bytes

cog241: classification with TensorFlow

This is a simple test for classification with TensorFlow, with small traditional data sets (Iris and Wine). There is a parsing library for creating numpy arrays from csv-files, and a Jupyter notebook for running and training a model.

Requirements:

  • Python 3
  • Jupyter Notebook
  • TensorFlow
  • numpy