aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn
Commit message (Expand)AuthorAge
...
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* fix a typo.Gravatar A. Unique TensorFlower2016-12-28
* Update caller to move from tf.nn.rnn to (the identical) tf.contrib.rnn.static...Gravatar Jianwei Xie2016-12-13
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
* Change tf.nn.rnn_cell to tf.contrib.rnn for all cells.Gravatar Jianwei Xie2016-12-05
* Fix links to public UCI Census datasets in Wide & Deep tutorial.Gravatar A. Unique TensorFlower2016-11-29
* Remove last reference to TensorFlowRNNClassifier, which was removedGravatar A. Unique TensorFlower2016-11-21
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstackGravatar A. Unique TensorFlower2016-11-08
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Move the last skflow examples into learn examples. Remove skflow examples fol...Gravatar Illia Polosukhin2016-11-02
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
* Add graph builder that terminates on training loss for TensorForest. Also add...Gravatar A. Unique TensorFlower2016-10-26
* Refactor TensorForestEstimator to implement Trainable and Evaluable, and use ...Gravatar A. Unique TensorFlower2016-10-24
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
* Deleting deprecated skflow examples, and porting hdf5 example toGravatar A. Unique TensorFlower2016-10-18
* Replace tf.flags usage with argparse everywhereGravatar A. Unique TensorFlower2016-10-10
* Add notap tag to //tensorflow/examples/learn:examples_test test in addition t...Gravatar A. Unique TensorFlower2016-10-05
* Taking //tensorflow/examples/learn:examples_test out as it is too long forGravatar A. Unique TensorFlower2016-10-04
* Migrating skflow examples to the tensorflow/examples/learn directory. Fixes #...Gravatar A. Unique TensorFlower2016-10-04
* Update TF Linear Model and Wide & Deep Tutorials.Gravatar A. Unique TensorFlower2016-09-23
* Removing inaccurate comment in BUILD fileGravatar A. Unique TensorFlower2016-09-12
* Merge changes from github.Gravatar Dan Mané2016-09-09
* Automated rollback of change 131342536Gravatar A. Unique TensorFlower2016-08-29
* Automated rollback of change 131315226Gravatar A. Unique TensorFlower2016-08-25
* Automated rollback of change 131322587Gravatar Shanqing Cai2016-08-25
* Import order fixGravatar Shanqing Cai2016-08-25
* Merge changes from github.Gravatar A. Unique TensorFlower2016-07-31
* Add an example of using tf.learn's random forest on mnist.Gravatar A. Unique TensorFlower2016-07-26
* Replace "Scikit Flow Authors" with "TensorFlow Authors", and remove "pylint: ...Gravatar A. Unique TensorFlower2016-07-11
* Fix an issue with merging dicts in Wide & Deep Tutorial with Python 3.x.Gravatar A. Unique TensorFlower2016-07-08
* Added example for TensorFlow DNNLinearCombinedClassifier.Gravatar Mustafa Ispir2016-06-20