vrdelc / intro_keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning with Keras

Dataset

Iris dataset has this attributes:

  1. sepal length in cm
  2. sepal width in cm
  3. petal length in cm
  4. class: Iris Setosa / Iris Versicolour / Iris Virginica

More information in iris.names

Model and graphics

  • Create a basic model
  • Display training accuracy and loss
  • Train a model with more metrics and display them
  • How to see metrics with Tensorboard
  • Display weights
  • Create a more complex model
  • Use Dropout

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%