From 3894240d246c235dd12dd4adc8cb64564b244232 Mon Sep 17 00:00:00 2001 From: Richard Wei Date: Mon, 10 Sep 2018 16:36:57 -0700 Subject: [PATCH] Add link to tutorials --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5708f17dea..758875f3512 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,11 @@ Swift for TensorFlow is **not** intended to remain a long-term fork of the offic Swift language. New language features will eventually go through the Swift evolution process as part of being considered for being pulled into master. -## Models +## Models and Tutorials You can find example machine learning models at -[tensorflow/swift-models](https://github.com/tensorflow/swift-models). +[tensorflow/swift-models](https://github.com/tensorflow/swift-models), or try out a tutorial at +[tensorflow/swift-tutorials](https://github.com/tensorflow/swift-tutorials). ## Related Projects