neural-fortran icon indicating copy to clipboard operation
neural-fortran copied to clipboard

Add more cost functions

Open milancurcic opened this issue 6 years ago • 0 comments

Add other cost functions beyond Mean Squared Error.

Could be implemented in the same way as activation function selector, for example:

net = network_type([3, 5, 2], activation='sigmoid', cost='cross-entropy')

milancurcic avatar Jul 31 '18 17:07 milancurcic