Skip to content

Latest commit

 

History

History

cost_function

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Cost Functions

For our experiments we used the saturating cost function as it showed better performance than the other options, such as the quadratic cost.
New cost functions can be implemented by inheriting from the Loss class.