The sigmoid function tests are buggy as of now (namely, it is tested on a staggered array, which doesn't run for me). Also, the sigmoid function is written a little messily, so and think it can be improved (namely because you can broadcast the function np.exp.)
The sigmoid function tests are buggy as of now (namely, it is tested on a staggered array, which doesn't run for me). Also, the sigmoid function is written a little messily, so and think it can be improved (namely because you can broadcast the function
np.exp
.)