Skip to content
Shi Jin edited this page Sep 19, 2016 · 10 revisions

Welcome to the learn2deeplearn wiki!

Learning of Tensor Flow

Terminologies Explained

  • softmax: exponentiating its inputs and then normalizing them
    • It can be viewed as a "softened" version of the maximum function.
  • cross-entropy: measures the difference between two distributions. 0 when they are identical.
Clone this wiki locally