FidoProject/Fido

No throws for impossible neural network conditions

hmwildermuth opened this issue · 1 comments

If I ran code that used the neuralNet constructor with negative numbers, it messes. Also, the activation function string can be anything, but should throw an error if not part of the map.

Maybe throw an error or print an error and terminate the function if a condition is broken

This is true. Both should throw errors.