From 18cc476a7ca5756e2c38169f5c4ea5ceb82c8b42 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 9 Oct 2018 11:41:05 +0300 Subject: [PATCH] Updated broken URLs (Fixes #32) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 98856400..ed39cc82 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ 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) @@ -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.