NumPyCNN
NumPyCNN copied to clipboard
Building Convolutional Neural Networks From Scratch using NumPy
Results
2
NumPyCNN issues
Sort by
recently updated
recently updated
newest added
your code is wonderful! but I have one question: how to create my own dataset use code. And how to label or training it? thank you !
question
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