jtlareau

Results 1 issues of jtlareau

The current implementation of the sigmoid() function can get a RuntimeWarning overflow in cnn.py at line 29 numpy.exp(): "return 1.0 / (1 + numpy.exp(-1 * sop))" To avoid/correct the overflow,...

bug