Categories
Uncategorized

First Neural Network

In Machine Learning there is the “Hello World” problem – namely the classification of three species of irises using a 1936 dataset.

Learning Agenda:

  • Learn Keras
  • Learn some basic Python
  • Test number of neurons and number of layers

Programming Goals:

  • Import dataset
  • Conduct basic data analysis
  • Generate graphic images of data
  • Save jpeg images of graphics
  • Code a simple neural network using keras