From 7a23d1f6457101e1293f67aa818150bb16facc7f Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Sun, 24 Feb 2019 20:53:34 +0000 Subject: [PATCH] Links updated In the recent Tensorflow update these previous iPython notebooks moved to the docs section. I've updated the links. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 98856400..145a369a 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ A few exercises for use at events. Click on the links below to open these notebooks in [Colaboratory](https://colab.research.google.com), a hosted Jupyter notebook environment that's free to use and requires no setup. -* [MNIST](https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/tutorials/keras/basic_classification.ipynb) +* [MNIST](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/basic_classification.ipynb) -* [IMDB](https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/tutorials/keras/basic_text_classification.ipynb) +* [IMDB](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/basic_text_classification.ipynb) -* [Housing prices](https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/tutorials/keras/basic_regression.ipynb) +* [Housing prices](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/basic_regression.ipynb) -* [Overfitting vs underfitting](https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/tutorials/keras/overfit_and_underfit.ipynb) +* [Overfitting vs underfitting](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/overfit_and_underfit.ipynb) -* [Text generation](https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/generative_examples/text_generation.ipynb) +* [Text generation](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/sequences/text_generation.ipynb) * [Translation](https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/nmt_with_attention/nmt_with_attention.ipynb) @@ -24,4 +24,4 @@ Thanks! Can you please file an issue, or even better, a pull request? Future dev --- -This is not an official Google product. \ No newline at end of file +This is not an official Google product.