Skip to content

costa-group/keras-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keras-helloworld

Dummy use of the Keras lib.

Installation

Keras works with different ML libs, I've chosen TensorFlow. There are some errors on Ubuntu 16.04 with certain versions of TensorFlow, be sure of select the correct versions of the libraries. I prefer to use python 3 but it works also with python 2.7.

# Install python dev
sudo apt-get install python3 python3-dev python3-pip

# Install dependencies:
sudo -H pip3 install -U scipy numpy==1.14.5

# Install tensorflow
sudo -H pip3 install -U tensorflow==1.5

# Install keras
sudo -H pip3 install -U keras

For different architectures please read the following links:

Check the installation with:

python -c "import tensorflow as tf; print(tf.__version__)"

About

Dummy use of the keras lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published