Module: tf.contrib.nn
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Module for variants of ops in tf.nn.
Functions
alpha_dropout(...)
: Computes alpha dropout.
conv1d_transpose(...)
: The transpose of conv1d
.
deprecated_flipped_sigmoid_cross_entropy_with_logits(...)
: Computes sigmoid cross entropy given logits
.
deprecated_flipped_softmax_cross_entropy_with_logits(...)
: Computes softmax cross entropy between logits
and labels
.
deprecated_flipped_sparse_softmax_cross_entropy_with_logits(...)
: Computes sparse softmax cross entropy between logits
and labels
.
nth_element(...)
: Finds values of the n
-th smallest value for the last dimension.
rank_sampled_softmax_loss(...)
: Computes softmax loss using rank-based adaptive resampling.
sampled_sparse_softmax_loss(...)
: Computes and returns the sampled sparse softmax training loss.
scaled_softplus(...)
: Returns y = alpha * ln(1 + exp(x / alpha))
or min(y, clip)
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[]]