aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer
Commit message (Expand)AuthorAge
...
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* Move the util classes out of sdca_ops.py.Gravatar A. Unique TensorFlower2016-11-30
* No longer expose the as_ref argument from convert_to_tensor and friends.Gravatar 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
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Migrate tf.learn to use the new summary ops (tf.summary.X).Gravatar Dan Mané2016-10-31
* Change SDCA to use DenseMutableHashtable.Gravatar A. Unique TensorFlower2016-10-27
* In tf.contrib, only load external op libraries on non-Windows platforms.Gravatar Derek Murray2016-10-18
* Make updating weights optional in SDCA.Gravatar A. Unique TensorFlower2016-10-12
* Removes deprecated to_weighted_sum and hides to_dnn_input.Gravatar A. Unique TensorFlower2016-10-06
* Cleanup license headerGravatar A. Unique TensorFlower2016-09-29
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* 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
* Add examples_seen summary for the number of distinct examples we have encount...Gravatar A. Unique TensorFlower2016-09-02
* Unifying linear_feature_columns and columns_to_variables parametersGravatar A. Unique TensorFlower2016-08-31
* Make sure the large sum in the duality gap computation happens on the PSGravatar A. Unique TensorFlower2016-08-26
* - Change float to double which stabilizes the duality gapGravatar A. Unique TensorFlower2016-08-24
* Add summary for approximate duality gap.Gravatar A. Unique TensorFlower2016-08-21
* 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
* Allow num_table_shards to be specified in SDCAOptimizer.Gravatar A. Unique TensorFlower2016-08-16
* 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
* Add num_partitions arg to the SDCA optimizer for distribution and deprecate `...Gravatar A. Unique TensorFlower2016-08-12
* Colocate unshrinked weights with the regular (shrinked) weights and give them...Gravatar A. Unique TensorFlower2016-08-12
* Add support for SDCAOptimizer within estimators.LinearRegressor.Gravatar A. Unique TensorFlower2016-08-12
* Shrink variables independently so that we can assign variables to different p...Gravatar A. Unique TensorFlower2016-08-11
* Change Saver to support checkpointing ops other than Variables.Gravatar A. Unique TensorFlower2016-08-10
* Stable Newton algorithm for SDCA Logistic Regression and CoCoA+ enhancements.Gravatar A. Unique TensorFlower2016-08-09
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Support multi-dimensional RealValuedColumns in SDCAOptimizer. Update LinearCl...Gravatar A. Unique TensorFlower2016-08-05
* Some refactorings and speedups in SDCA code.Gravatar A. Unique TensorFlower2016-08-03
* Internal changeGravatar A. Unique TensorFlower2016-07-26
* Rewrite to make SDCA optimizer distributed.Gravatar A. Unique TensorFlower2016-07-19
* internal change onlyGravatar Olivia Nordquist2016-07-19
* Add (linear) Support Vector Machines in tf.learn. Currently, only SDCAOptimiz...Gravatar A. Unique TensorFlower2016-07-15