loongson/pypi/: keras-2.3.1 metadata and description

Homepage Simple index Newer version available

Deep Learning for humans

author Francois Chollet
author_email francois.chollet@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Education
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
download_url https://github.com/keras-team/keras/tarball/2.3.0
license MIT
provides_extras visualize
requires_dist
  • numpy (>=1.9.1)
  • scipy (>=0.14)
  • six (>=1.9.0)
  • pyyaml
  • h5py
  • keras-applications (>=1.0.6)
  • keras-preprocessing (>=1.0.5)
  • pytest ; extra == 'tests'
  • pytest-pep8 ; extra == 'tests'
  • pytest-xdist ; extra == 'tests'
  • flaky ; extra == 'tests'
  • pytest-cov ; extra == 'tests'
  • pandas ; extra == 'tests'
  • requests ; extra == 'tests'
  • markdown ; extra == 'tests'
  • pydot (>=1.2.4) ; extra == 'visualize'
File Tox results History
Keras-2.3.1-py3-none-any.whl
Size
356 KB
Type
Python Wheel
Python
3
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-04-09 10:06:49

Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano.

Use Keras if you need a deep learning library that:

Read the documentation at: https://keras.io/

For a detailed overview of what makes Keras special, see: https://keras.io/why-use-keras/

Keras is compatible with Python 2.7-3.6 and is distributed under the MIT license.