ElefHead / numpy-cnn
A numpy based CNN implementation for classifying images
☆65Updated 4 years ago
Alternatives and similar repositories for numpy-cnn:
Users that are interested in numpy-cnn are comparing it to the libraries listed below
- A numpy-only implementation of a Convolutional Neural Network, from the ground up.☆227Updated 6 years ago
- A Numpy implementation of a Convolutional Neural Network: slow & fast (im2col/col2im).☆55Updated last year
- A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset☆273Updated 7 months ago
- Google Street View House Number(SVHN) Dataset, and classifying them through CNN☆64Updated 6 years ago
- Implement the LeNet using tensorflow to recognize handwritten number. Training with MNIST.☆78Updated 7 years ago
- A 2-CNN pipeline to do both detection (using bounding box regression) and classification of numbers on SVHN dataset.☆59Updated 6 years ago
- Bag of Tricks for Image Classification with Convolutional Neural Networks in Keras☆63Updated 6 years ago
- List of Kaggle competitions in the field of Computer Vision☆172Updated 3 years ago
- AlexNet model from ILSVRC 2012☆41Updated 2 years ago
- ☆29Updated 7 years ago
- A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv…☆184Updated 4 years ago
- A tensorflow2.0 implementation of the YOLOv1 paper https://arxiv.org/pdf/1506.02640☆45Updated 3 years ago
- Visualizing intermediate activation in Convolutional Neural Networks with Keras☆112Updated 6 years ago
- YOLO-v2, ResNet-32, GoogLeNet-lite☆35Updated 5 years ago
- ☆33Updated 5 years ago
- Demonstrates knowledge distillation for image-based models in Keras.☆52Updated 3 years ago
- Four digit SVHN (Street View House Number) sequence prediction with CNN using Keras with TensorFlow backend☆26Updated last year
- Yolov3 (+tiny) pythonic pytorch implementation.☆35Updated 6 years ago
- This is an experimental code to train a ResNet-50 made entirely in Tensorflow on Dogs-vs-Cats-Redux