aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-07-19 14:12:36 -0500
committerjgart <jgart@dismail.de>2024-07-19 16:40:54 -0500
commit6617da6f3021e1603d046a6fd3c3afc48d75bf98 (patch)
tree58336d7bc614cdae61f3b4f66ecd5f947b7398a8 /gnu
parent9c3c2293fdc22a6b032bf41d09a6ebe4442324cb (diff)
downloadguix-6617da6f3021e1603d046a6fd3c3afc48d75bf98.tar.gz
guix-6617da6f3021e1603d046a6fd3c3afc48d75bf98.zip
gnu: python-keras: Update home page url.
* gnu/packages/machine-learning.scm (python-keras) [home-page]: Update home page. Change-Id: I7e4bd1dc64dbbd042de5dc50036ae12ca7c76fc3
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/machine-learning.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 34dc5c8d26..02b3677764 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3864,7 +3864,7 @@ with image data, text data, and sequence data.")
python-pyux
python-sphinx
python-requests))
- (home-page "https://github.com/keras-team/keras")
+ (home-page "https://keras.io/")
(synopsis "High-level deep learning framework")
(description "Keras is a high-level neural networks API, written in Python
and capable of running on top of TensorFlow. It was developed with a focus on