neural-fortran
neural-fortran copied to clipboard
Add more cost functions
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')