jkjung-avt / keras-cats-dogs-tutorial
A practical example of image classifier with Keras 2.x and TensorFlow backend, using the Kaggle Cats vs. Dogs dataset. By taking advantage of Keras' image data augmentation capabilities (and also random cropping), we were able to achieve 99% accuracy on the trained model with only 2,000 images in the training set.
☆82Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for keras-cats-dogs-tutorial
- The Inception-ResNet v2 model using Keras (with weight files)☆180Updated 3 years ago
- Implementation of ResNeXt models from the paper Aggregated Residual Transformations for Deep Neural Networks in Keras 2.0+.☆224Updated 3 years ago
- Keras Implementation of EfficientNets☆187Updated 4 years ago
- The dataset is used to train my own raccoon detector and I blogged about it on Medium☆71Updated 7 years ago
- RFCN implement based on Keras&Tensorflow☆72Updated 5 years ago
- Single Shot MultiBox Detector(SSD)目标检测算法☆44Updated 7 years ago
- Code for 15th place in Kaggle Google AI Open Images - Object Detection Track☆268Updated last year
- Bag of Tricks for Image Classification with Convolutional Neural Networks in Keras☆63Updated 5 years ago
- Implementing YOLO using ResNet as the feature extraction network☆117Updated 5 years ago
- Transfer Learning with EfficientNet in Keras☆88Updated last year
- keras ImageDataGenerator example☆61Updated 7 years ago
- "NASNet" models in Keras 2.0+ with weights☆200Updated 6 years ago
- A basic ensemble method for object detection. Given bounding boxes from multiple object detectors, output a single cohesive set of boundi…☆162Updated 6 years ago
- 3rd place solution for RSNA pneumonia detection challenge☆82Updated 5 years ago
- Ensembling ConvNets using Keras☆75Updated 5 years ago
- Optimize layers structure of Keras model to reduce computation time☆157Updated 4 years ago
- ShuffleNet Implementation using Keras Functional Framework 2.0☆77Updated 4 years ago
- Focal Loss implementation by Keras with TensorFlow backend☆42Updated 6 years ago
- Face identification with cnn+triplet-loss written by Keras.☆48Updated 6 years ago
- 80 TFlops☆83Updated 6 years ago
- faster RCNN keras step by step implementation☆51Updated 6 years ago
- BetterNetWork4SSD☆144Updated 4 years ago
- Classifying cat and dog images using Kaggle dataset☆82Updated 3 months ago
- A data generator for 2D object detection☆85Updated 6 years ago
- yolov3 with SPP weights pretrained on Open Images dataset along with config files☆98Updated 4 years ago
- SSD: Single Shot MultiBox Detector in keras.☆84Updated 4 years ago
- Dual Path Networks for Keras 2.0+☆114Updated 4 years ago
- Implementing Transfer Learning for custom data using VGG-16 and Resnet-50☆147Updated 3 years ago
- Implementation of RetinaNet in TensorFlow☆25Updated 6 years ago