Micah P. Dombrowski / Aug 01 2018

Keras/CNTK Template

Remix this to start a Keras/CNTK article. This defaults to a Python 3 environment with CNTK GPU support, but other environments are available for transclusion.

import keras, cntk
print("Keras version: %s, CNTK version: %s." % 
      (keras.__version__, cntk.__version__))