From f44e34179db59d959c42c0850a0a81d939414afc Mon Sep 17 00:00:00 2001 From: Roman Novak <44512421+romanngg@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:11:03 -0700 Subject: [PATCH] Add link to Tensorflow empirical NTK colab --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39978caf..3461ab77 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ An easy way to get started with Neural Tangents is by playing around with the fo - Empirical NTK: - [Fully-connected network](https://colab.research.google.com/github/google/neural-tangents/blob/main/notebooks/empirical_ntk_fcn.ipynb) - [FLAX ResNet18](https://colab.research.google.com/github/google/neural-tangents/blob/main/notebooks/empirical_ntk_resnet.ipynb) + - [Experimental: Tensorflow ResNet50](https://colab.research.google.com/github/google/neural-tangents/blob/main/notebooks/experimental/empirical_ntk_resnet_tf.ipynb) ## Installation