Keras Template

Remix this to start a Keras article using the TensorFlow backend.

import platform, keras, tensorflow
print("Python version: %s.\nTensorflow version: %s.\nKeras version: %s." % 
      (platform.python_version(), tensorflow.__version__, keras.__version__))