ahmedfgad / NumPyCNNLinks
Building Convolutional Neural Networks From Scratch using NumPy
☆598Updated 2 years ago
Alternatives and similar repositories for NumPyCNN
Users that are interested in NumPyCNN are comparing it to the libraries listed below
Sorting:
- A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset☆280Updated last year
- A numpy-only implementation of a Convolutional Neural Network, from the ground up.☆229Updated 7 years ago
- Deep learning library in plain Numpy.