From 7a35f0bbfd5aa0b0f7606c6f89d06ea914e0d668 Mon Sep 17 00:00:00 2001 From: Chase Roberts Date: Sun, 8 Dec 2019 23:37:25 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18e0b50f5..d83fcaa59 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ pip3 install tensornetwork For details about the TensorNetwork API, see the [reference documentation.](https://tensornetwork.readthedocs.io) -We also have a basic [tutorial colab](https://colab.research.google.com/drive/1Fp9DolkPT-P_Dkg_s9PLbTOKSq64EVSu) for a more "hands-on" example. +## Tutorials + +[Basic API tutorial](https://colab.research.google.com/drive/1Fp9DolkPT-P_Dkg_s9PLbTOKSq64EVSu) + +[Tensor Networks inside Neural Networks using Keras](https://colab.research.google.com/drive/1JUh84N5sbfQYk6HWowWCGl0IZ1idQi6z) ## Basic Example Here, we build a simple 2 node contraction.