[keras] 06/07: Put examples in a separate package.

Stephen Sinclair sinclairs-guest at moszumanska.debian.org
Thu Nov 9 15:27:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

sinclairs-guest pushed a commit to branch master
in repository keras.

commit abe35002961e25338f0f100a56e0294309ec8849
Author: Stephen Sinclair <radarsat1 at gmail.com>
Date:   Tue Nov 7 13:11:25 2017 -0300

    Put examples in a separate package.
---
 debian/control                         | 27 +++++++++++++++++++++++++++
 debian/examples                        |  1 -
 debian/python3-keras-examples.examples |  1 +
 3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d0007ae..859c471 100644
--- a/debian/control
+++ b/debian/control
@@ -78,3 +78,30 @@ Description: CPU/GPU math expression compiler for Python (docs)
  TensorFlow (not yet available in Debian, but coming up).
  .
  This package contains the documentation for Keras.
+
+Package: python3-keras-examples
+Architecture: all
+Section: python
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-keras (>= ${binary:Version})
+Description: CPU/GPU math expression compiler for Python (examples)
+ Keras is a Python library for machine learning based on deep (multi-
+ layered) artificial neural networks (DNN), which follows a minimalistic
+ and modular design with a focus on fast experimentation.
+ .
+ Features of DNNs like neural layers, cost functions, optimizers,
+ initialization schemes, activation functions and regularization schemes
+ are available in Keras a standalone modules which can be plugged together
+ as wanted to create sequence models or more complex architectures.
+ Keras supports convolutions neural networks (CNN, used for image
+ recognition resp. classification) and recurrent neural networks (RNN,
+ suitable for sequence analysis like in natural language processing).
+ .
+ It runs as an abstraction layer on the top of Theano (math expression
+ compiler) by default, which makes it possible to accelerate the computations
+ by using (GP)GPU devices. Alternatively, Keras could run on Google's
+ TensorFlow (not yet available in Debian, but coming up).
+ .
+ This package contains the examples for Keras.
diff --git a/debian/examples b/debian/examples
deleted file mode 100644
index 4cd66f8..0000000
--- a/debian/examples
+++ /dev/null
@@ -1 +0,0 @@
-examples/*
\ No newline at end of file
diff --git a/debian/python3-keras-examples.examples b/debian/python3-keras-examples.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/python3-keras-examples.examples
@@ -0,0 +1 @@
+examples/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/keras.git



More information about the debian-science-commits mailing list