aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/ftrl.py
Commit message (Expand)AuthorAge
* Fix typosGravatar Taehoon Lee2018-07-24
* Allow the Ftrl-proximal optimizer parameter 'initial_accumulator_value' to ta...Gravatar A. Unique TensorFlower2018-02-27
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Added missing square on the L2 term in the python doc for the FTRL optimizer.Gravatar A. Unique TensorFlower2017-07-07
* Add support for the shrinkage-type L2 to FtrlOptimizer in addition to the onl...Gravatar A. Unique TensorFlower2017-07-05
* Allow callers to control the names of the slot variables.Gravatar A. Unique TensorFlower2017-04-11
* Fix FTRL to colocate constants with variables.Gravatar A. Unique TensorFlower2017-03-10
* Remove @@__init__ from docstrings.Gravatar Andrew Selle2017-02-13
* Backprop through resource handles.Gravatar Alexandre Passos2017-02-13
* Enables sparse optimizers for resource variables.Gravatar A. Unique TensorFlower2017-01-31
* Enables all optimizers for dense resource variables.Gravatar A. Unique TensorFlower2017-01-27
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Enable fp16 support for all optimizers, and also add unit tests for all thatGravatar A. Unique TensorFlower2016-04-20
* Add fused implementation: FTRL-proximal, which can be used for wide modelGravatar A. Unique TensorFlower2016-02-17
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-11
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06