File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
tensorflow/contrib/learn/python/learn Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,17 @@ Optionally you can install [scikit-learn](http://scikit-learn.org/stable/) and [
20
20
21
21
### Tutorials
22
22
23
- - [ TF Learn Quickstart] ( ../../../../g3doc/tutorials/ tflearn/index.md ) . Build,
23
+ - [ TF Learn Quickstart] ( https://www.tensorflow.org/get_started/ tflearn) . Build,
24
24
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
26
26
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
28
28
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
35
34
how to create a custom estimator.
36
35
- More coming soon.
37
36
You can’t perform that action at this time.
0 commit comments