Difference between revisions of "Loss"

From
Jump to: navigation, search
Line 11: Line 11:
 
* [http://github.com/llSourcell/loss_functions_explained Loss Functions Explained | Siraj Raval]
 
* [http://github.com/llSourcell/loss_functions_explained Loss Functions Explained | Siraj Raval]
  
There are many options for loss in Tensorflow (Keras). The actual optimized objective is the mean of the output array across all datapoints. Loss is one of the two parameters required to compile a model. [http://keras.io/losses/Click here For a list of Keras loss functions.]  
+
There are many options for loss in Tensorflow (Keras). The actual optimized objective is the mean of the output array across all datapoints. Loss is one of the two parameters required to compile a model. [http://keras.io/losses/ Click here For a list of Keras loss functions.]  
  
 
<youtube>IVVVjBSk9N0</youtube>
 
<youtube>IVVVjBSk9N0</youtube>

Revision as of 08:41, 31 August 2019

YouTube search... ...Google search

There are many options for loss in Tensorflow (Keras). The actual optimized objective is the mean of the output array across all datapoints. Loss is one of the two parameters required to compile a model. Click here For a list of Keras loss functions.