aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/tutorials
Commit message (Collapse)AuthorAge
* We've moved from using the docs in g3doc/ to docs_src/ files, whichGravatar A. Unique TensorFlower2017-02-27
| | | | | get additional processing before being published. Change: 148682342
* Removing note about TF 1.0 alpha, now that 1.0 has officially been released.Gravatar Sanders Kleinfeld2017-02-16
| | | | Change: 147788449
* Change to remove BUILD dependency on docs.Gravatar A. Unique TensorFlower2017-02-11
| | | | Change: 147255697
* Minor fixes to Recurrent Models tutorial.Gravatar A. Unique TensorFlower2017-02-09
| | | | Change: 147108407
* Minor fixes to Seq2Seq tutorial.Gravatar A. Unique TensorFlower2017-02-09
| | | | Change: 147106298
* making the docs look exactly like the code sampleGravatar Olivia Nordquist2017-02-09
| | | | Change: 147079076
* Fixing incorrect link for Wide & Deep tutorial in Additional Resources.Gravatar Sanders Kleinfeld2017-02-09
| | | | Change: 147005303
* Fix broken link to Session C++ APIGravatar A. Unique TensorFlower2017-02-07
| | | | Change: 146877853
* Fixes warnings in the input_fns tutorial.Gravatar Mark McDonald2017-02-07
| | | | Change: 146836129
* Doc fix for mandelbrot set tutorialGravatar A. Unique TensorFlower2017-02-07
| | | | | | | Fixes #7308. complex_abs -> abs and one bit of indentation. Change: 146834910
* scalar_summary changed to summary.scalarGravatar Olivia Nordquist2017-02-06
| | | | | | summarywriter link updated -- it's deprecated but this points to the correct one tensorboard tutorial renamed Change: 146728429
* making it exactly like the code snippetGravatar Olivia Nordquist2017-02-06
| | | | Change: 146713025
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
| | | | Change: 146316196
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
| | | | Change: 145363673
* Adding note that Layers tutorial requires TF 1.0Gravatar Sanders Kleinfeld2017-01-20
| | | | Change: 145118536
* Updating Estimators tutorial to use ModelFnOps (with an example of ↵Gravatar Sanders Kleinfeld2017-01-19
| | | | | | eval_metric_ops) in the model_fn. Change: 145039441
* Fix variable name (it's "dimension" not "dimensions") and move adverb.Gravatar A. Unique TensorFlower2017-01-18
| | | | Change: 144892401
* Adding nav entries for Layers tutorial, and making a few small formatting ↵Gravatar Sanders Kleinfeld2017-01-15
| | | | | | fixes to it. Change: 144588235
* More conversions of flags library to argparse.Gravatar Vijay Vasudevan2017-01-11
| | | | | | Add argv to benchmark/main function so they can handle passing command line arguments. Change: 144254260
* Layers tutorial and corresponding example code.Gravatar Sanders Kleinfeld2017-01-09
| | | | Change: 144031391
* Change arg order for ↵Gravatar Martin Wicke2017-01-04
| | | | | | {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits to be (labels, predictions), and force use of named args to avoid accidents. Change: 143629623
* Merge changes from github.Gravatar A. Unique TensorFlower2017-01-02
| | | | Change: 143412147
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
| | | | Change: 142805270
* One more clarification to the RNN TensorFlow tutorial (master version)Gravatar Neal Wu2016-12-19
| | | | Change: 142500365
* The Tensorflow logging level is configured in the code snippet at line 133, ↵Gravatar A. Unique TensorFlower2016-12-19
| | | | | | as the snippet's description explains at line 113. So I removed it from line 108, once is enough. Change: 142476362
* Additional file path fixes to several TensorFlow tutorials (master version)Gravatar Neal Wu2016-12-16
| | | | Change: 142300574
* Merge changes from github.Gravatar Martin Wicke2016-12-14
| | | | Change: 142074581
* Merge changes from github.Gravatar Andrew Harp2016-12-08
| | | | | | | | Additionally: - change single quotes to double quotes to make path rewriting easier - guard windows lib reference with PLATFORM_WINDOWS - fixed failing kmeans test Change: 141515942
* Updating monitors tutorial to use MetricSpec and be compatible with TF 0.12.Gravatar A. Unique TensorFlower2016-12-07
| | | | Change: 141348176
* Force fix documentation causing open source blocks.Gravatar Andrew Selle2016-12-06
| | | | Change: 141201358
* Internal onlyGravatar Neal Wu2016-12-05
| | | | Change: 141117634
* Moved tensorflow/models to models/tutorials and replaced all tutorial ↵Gravatar Neal Wu2016-12-05
| | | | | | references to tensorflow/models Change: 141106503
* Updating logic for outputting predictions to be in line with new default ↵Gravatar A. Unique TensorFlower2016-12-05
| | | | | | | iterable behavior. Change: 141082521
* Fix links to public UCI Census datasets in Wide & Deep tutorial.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140515674
* Small typo fixes.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140389905
* fixed typo tf.nn.(sparse_)softmax_cross_entropy_with_logitsGravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139913751
* Correct format of input_fn wrapper example.Gravatar A. Unique TensorFlower2016-11-14
| | | | Change: 139111125
* Fix markdown formatting.Gravatar A. Unique TensorFlower2016-11-14
| | | | Change: 139075656
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
| | | | Change: 138675832
* Minor formatting fixes.Gravatar A. Unique TensorFlower2016-11-08
| | | | Change: 138569121
* Reformat markdown.Gravatar A. Unique TensorFlower2016-11-08
| | | | Change: 138541907
* In word2vec tutorial, fix word choice to "Section" rather than "Chapter" ↵Gravatar A. Unique TensorFlower2016-11-04
| | | | | | when referring to the paper. Change: 138213623
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
| | | | Change: 138143557
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
| | | | Change: 138128703
* Fix a missing sparse column in wide_and_deep example codeGravatar Shanqing Cai2016-11-01
| | | | Change: 137908539
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
| | | | Change: 137532946
* Change callers of tf.image.per_image_whitening() to use ↵Gravatar A. Unique TensorFlower2016-10-25
| | | | | | tf.image.per_image_standardization(). Once these changes are submitted, per_image_whitening() can be removed. Change: 137221877
* 1. Fixes typo (convolutional -> convolution).Gravatar A. Unique TensorFlower2016-10-24
| | | | | | 2. Adds image size after first max pool to help readers understand why we end up with a 7x7 image after second max pool. Change: 137066216
* Update examples using removed load_csv()Gravatar Justine Tunney2016-10-14
| | | | | Fixed #4923 Change: 136137446
* Removing mention of `weight_column_name`, which has been removed from API. AlsoGravatar A. Unique TensorFlower2016-10-13
| | | | | added Estimators tutorial to the leftnav and the tutorials index.md. Change: 136094112