aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer/kernels
Commit message (Expand)AuthorAge
* Add the poisson log loss to the SDCA optimizer.Gravatar A. Unique TensorFlower2018-08-31
* Fixed typos in documentation & READMEs (#10365)Gravatar Lakshay Garg2017-06-06
* Move SDCA optimizer kernels to core.Gravatar A. Unique TensorFlower2016-09-27
* Add sparse storage support for sparse features for SDCA to support smaller mi...Gravatar A. Unique TensorFlower2016-09-23
* Address a bunch of compiler warnings on the Mac.Gravatar Asim Shankar2016-09-22
* Adaptative SDCAGravatar A. Unique TensorFlower2016-09-16
* Expose number of partitions to tf.learn SVM Estimator for multi-machineGravatar A. Unique TensorFlower2016-09-16
* Smooth hinge loss for SDCAGravatar A. Unique TensorFlower2016-09-15
* To prepare for removal of cuda_cc_test(s) build rule, make all build rulesGravatar Gunhan Gulsoy2016-09-09
* - Change float to double which stabilizes the duality gapGravatar A. Unique TensorFlower2016-08-24
* Remove num_example multiplier for the multi-threading hint for train, as the ...Gravatar A. Unique TensorFlower2016-08-20
* Have SdcaFprint generate a 12 character string instead of 16 characters to sa...Gravatar A. Unique TensorFlower2016-08-18
* Validate mini-batch indices.Gravatar A. Unique TensorFlower2016-08-16
* Change SdcaFprint to produce a binary string instead of hex encoded string to...Gravatar A. Unique TensorFlower2016-08-15
* Shrink variables independently so that we can assign variables to different p...Gravatar A. Unique TensorFlower2016-08-11
* Stable Newton algorithm for SDCA Logistic Regression and CoCoA+ enhancements.Gravatar A. Unique TensorFlower2016-08-09
* Some refactorings and speedups in SDCA code.Gravatar A. Unique TensorFlower2016-08-03
* Rewrite to make SDCA optimizer distributed.Gravatar A. Unique TensorFlower2016-07-19
* Minor refactoring regarding CostPerUnit in parallel compute.Gravatar A. Unique TensorFlower2016-07-08
* Moving BM_SDCA_LARGE_SPARSE to use multi-threaded options and optimizing someGravatar A. Unique TensorFlower2016-07-07
* Cleanup SDCA op based on additional review comments.Gravatar A. Unique TensorFlower2016-06-30
* Fix sdca_ops_test benchmark so that it works with the update SdcaSolver args.Gravatar A. Unique TensorFlower2016-06-29
* Slightly simplifies hinge_loss computation using nn.reluGravatar A. Unique TensorFlower2016-06-28
* Change SDCA to use MutableHashTable op instead of internal hash table.Gravatar A. Unique TensorFlower2016-06-27
* Adding Fprint128 type and Fingerprint128() to Tensorflow and using that in SDCA.Gravatar A. Unique TensorFlower2016-06-23
* Monitor InFlow queues via TensorBoard summariesGravatar David Soergel2016-06-13
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-27
* Fixes bug in SquaredLossUpdater::ComputeUpdatedDual when example weights are ...Gravatar A. Unique TensorFlower2016-05-25
* Refactoring/unification of weights & features within sdca_ops.cc.Gravatar A. Unique TensorFlower2016-04-18
* tensorflow: support usage of eigen thread poolGravatar A. Unique TensorFlower2016-04-11
* Better documenting the use of Hash64.Gravatar A. Unique TensorFlower2016-04-07
* Fixing some implicit int64->32 downcast errors. (In most cases, byGravatar David G. Andersen2016-03-29
* Add tests for hinge loss updater.Gravatar A. Unique TensorFlower2016-03-23
* Use tf.group in rnn benchmark.Gravatar Yuan Yu2016-03-22
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Removing the check for duplicate ids.Gravatar A. Unique TensorFlower2016-03-15
* Changes to make custom user ops not statically include tensorflow/core:framew...Gravatar Manjunath Kudlur2016-03-11
* Guarding against 0-sized dense_weights (until we support arbitrary dimensionalGravatar A. Unique TensorFlower2016-03-11
* Making SDCA updates transactional.Gravatar A. Unique TensorFlower2016-03-11
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Force copy of indices to local storage always.Gravatar A. Unique TensorFlower2016-03-10
* Switching to O(N) duplicate counting using unordered_set.Gravatar David G. Andersen2016-03-09
* Avoid shuffling, and the use of random generator within the sdca optimizer.Gravatar A. Unique TensorFlower2016-03-09
* A scalable *single-machine* version of SDCA for datasets that don't fit in me...Gravatar A. Unique TensorFlower2016-03-08
* Minor code cleanups.Gravatar A. Unique TensorFlower2016-03-08
* Add support for hinge loss (SVMs) to the Stohastic Dual Coordinate Ascent (SD...Gravatar A. Unique TensorFlower2016-03-07
* Adding visitor support to DataByExample.Gravatar A. Unique TensorFlower2016-03-07
* Refactor logistic loss into component parts.Gravatar A. Unique TensorFlower2016-03-05
* Change L2/L1 regularization strength to in be the units of num_examples.Gravatar A. Unique TensorFlower2016-03-05