-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Shi Jin edited this page Mar 25, 2018
·
10 revisions
Welcome to the learn2deeplearn wiki!
- Tensor Flow Installation on Ubuntu-14/16 without GPU
- Only the Windows build of tensorflow supports my GPU, so I would always run it on Windows. Ref #31 and #42
-
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.
- marginal probability: The name “marginal probability” comes from the process of computing marginal probabilities on paper. When the values of P(x, y) are written in a grid with different values of x in rows and different values of y in columns, it is natural to sum across a row of the grid, then write P(x) in the margin of the paper just to the right of the row.