From e59c25f86042ff42c54e2b25c745e10b75c047e4 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 30 Nov 2021 08:32:21 +0100
Subject: [PATCH] added netket entry

---
 .../software/machine-learning/introduction.md | 27 ++++++++++++-------
 1 file changed, 17 insertions(+), 10 deletions(-)

diff --git a/docs.it4i/software/machine-learning/introduction.md b/docs.it4i/software/machine-learning/introduction.md
index 98f9bf18a..3bb01ad05 100644
--- a/docs.it4i/software/machine-learning/introduction.md
+++ b/docs.it4i/software/machine-learning/introduction.md
@@ -2,6 +2,21 @@
 
 This section overviews machine learning frameworks and libraries available on the clusters.
 
+## Keras
+
+Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. It also has extensive documentation and developer guides. For more information, see the [official website][c].
+
+For the list of available versions, type:
+
+```console
+$ ml av Keras
+```
+
+## NetKet
+
+NetKet is an open-source project for the development of machine intelligence for many-body quantum systems.
+For more information, see the [official website][d] or [GitHub][e].
+
 ## TensorFlow
 
 TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications. For more information, see the [official website][a].
@@ -18,21 +33,13 @@ For the list of available versions, type:
 $ ml av Theano
 ```
 
-## Keras
-
-Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. It also has extensive documentation and developer guides. For more information, see the [official website][c].
-
-For the list of available versions, type:
-
-```console
-$ ml av Keras
-```
-
 [1]: tensorflow.md
 
 [a]: https://www.tensorflow.org/
 [b]: https://github.com/Theano/
 [c]: https://keras.io/
+[d]: http://www.netket.org
+[e]: https://github.com/netket
 
 <!---
 2021-04-08
-- 
GitLab