errors - Definitions for all point-wise error functions.¶
The file yann.core.errors.py contains the definition for all the point-wise error
functions available.
-
yann.core.errors.cross_entropy(a, b)[source]¶ This function produces a point-wise cross entropy error between
aandbParameters: - a – first input
- b – second input
Returns: Computational graph with the error.
Return type: theano shared variable