Skip to content

Latest commit

 

History

History
 
 

keras-simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Simple Keras Example

Example source taken from here.

Usage

pip3 install tensorflow keras --user

Then, potentially check that everything is installed. From python console:

Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import keras
Using TensorFlow backend.
>>>