aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nn/__init__.py
Commit message (Expand)AuthorAge
* Merge pull request #13453 from TTrapper/sampled_sparse_softmax_lossGravatar Martin Wicke2017-12-12
|\
* | Revert "Branch 175277161"Gravatar Martin Wicke2017-11-10
* | Merge changes from github.Gravatar Benoit Steiner2017-10-24
| * Merge branch 'master' into sampled_sparse_softmax_lossGravatar Mike Traynor2017-10-17
| |\ | |/ |/|
* | Add scaled_softplus to the documented symbols so it can be accessed as tf.con...Gravatar A. Unique TensorFlower2017-10-09
| * Adressed reviewer comments: moved to contrib, fixed erroneous doc, modified _...Gravatar TTrapper2017-10-06
|/
* Adds tf.contrib.nn.scaled_softplus(x, alpha) = alpha * softplus(x/alpha). Thi...Gravatar A. Unique TensorFlower2017-09-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Expose tf.contrib.nn.rank_sampled_softmax_loss.Gravatar A. Unique TensorFlower2017-07-13
* Expose tf.contrib.nn.rank_sampled_softmax_loss.Gravatar A. Unique TensorFlower2017-07-12
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* expose contrib.nn module.Gravatar Martin Wicke2016-12-28