Ubuntu16.04 under Keras Installation

Source: Internet
Author: User
Tags virtual environment theano keras

Installation

Before installing Keras, install one of its backend engines:tensorflow, Theano, or CNTK. We recommend the TensorFlow backend.

    • TensorFlow installation instructions. (installed)
    • Theano installation instructions.
    • CNTK installation instructions.

Also consider installing the following optional dependencies:

    • CuDNN (Recommended if you plan on the running Keras on GPU). (installed)
    • HDF5 and h5py (required if you plan on saving Keras models to disk). (sudo pip install h5py)
    • Graphviz and Pydot (used by visualization utilities to plot model graphs). (sudo apt install python-pydot python-pydot-ng graphviz )

Then, you can install Keras itself. There is ways to install Keras:

    • Install Keras from PyPI (recommended):
sudo pip install keras

If you were using a virtualenv, you could want to avoid using sudo: (Installed in the TensorFlow virtual environment created)

pip install keras

Ubuntu16.04 under Keras Installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.