convolutional-neural-network-from-scratch-python icon indicating copy to clipboard operation
convolutional-neural-network-from-scratch-python copied to clipboard

Handwritten Digit Recognition Using Convolutional Neural Network by Python

Results 2 convolutional-neural-network-from-scratch-python issues
Sort by recently updated
recently updated
newest added

hello, i am trying this code and i got this error "TypeError: No loop matching the specified signature and casting was found for ufunc true_divide" in line 14 on "main.py"...

I am training this digit recognition model with children's handwritten image ( worse than mnist handwritten images ), After 20-30 epochs of training, loss is becoming zero, and when training...