Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9eb6b9

Browse files
author
Dandelion Mané
authored
Merge pull request tensorflow#8279 from noqcks/master
TF Learn: updating links for tutorials
2 parents ab370b2 + 2708093 commit a9eb6b9

File tree

1 file changed

+8
-9
lines changed
  • tensorflow/contrib/learn/python/learn

1 file changed

+8
-9
lines changed

tensorflow/contrib/learn/python/learn/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@ Optionally you can install [scikit-learn](http://scikit-learn.org/stable/) and [
2020

2121
### Tutorials
2222

23-
- [TF Learn Quickstart](../../../../g3doc/tutorials/tflearn/index.md). Build,
23+
- [TF Learn Quickstart](https://www.tensorflow.org/get_started/tflearn). Build,
2424
train, and evaluate a neural network with just a few lines of code.
25-
- [Input Functions](../../../../g3doc/tutorials/input_fn/index.md). Learn how
25+
- [Input Functions](https://www.tensorflow.org/get_started/input_fn). Learn how
2626
to create input functions to feed data into your models.
27-
- [Linear Model](../../../../g3doc/tutorials/wide/index.md). Learn the basics
27+
- [Linear Model](https://www.tensorflow.org/tutorials/wide). Learn the basics
2828
of building linear models.
29-
- [Wide and Deep
30-
Learning](../../../../g3doc/tutorials/wide_and_deep/index.md). Jointly train
31-
a linear model and a deep neural network.
32-
- [Logging and Monitoring](../../../../g3doc/tutorials/monitors/index.md). Use
33-
the Monitor API to audit training of a neural network.
34-
- [Custom Estimators](../../../../g3doc/tutorials/estimators/index.md). Learn
29+
- [Wide and Deep Learning](https://www.tensorflow.org/tutorials/wide_and_deep).
30+
Jointly train a linear model and a deep neural network.
31+
- [Logging and Monitoring](https://www.tensorflow.org/get_started/monitors).
32+
Use the Monitor API to audit training of a neural network.
33+
- [Custom Estimators](https://www.tensorflow.org/extend/estimators). Learn
3534
how to create a custom estimator.
3635
- More coming soon.
3736

0 commit comments

Comments
 (0)