No throws for impossible neural network conditions
hmwildermuth opened this issue · 1 comments
hmwildermuth commented
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
truell20 commented
This is true. Both should throw errors.