jkjung-avt / keras-cats-dogs-tutorialLinks
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.
☆81Updated 6 years ago
Alternatives and similar repositories for keras-cats-dogs-tutorial
Users that are interested in keras-cats-dogs-tutorial are comparing it to the libraries listed below
Sorting:
- Keras Implementation of EfficientNets☆186Updated 5 years ago
- Implementation of ResNeXt models from the paper Aggregated Residual Transformations for Deep Neural Networks in Keras 2.0+.☆224Updated 4 years ago
- Code for 15th place in Kaggle Google AI Open Images - Object Detection Track☆268Updated 2 years ago
- Transfer Learning with EfficientNet in Keras☆88Updated 2 years ago
- Object localization in images using simple CNNs and Keras☆137Updated 6 years ago
- The Inception-ResNet v2 model using Keras (with weight files)☆182Updated 4 years ago
- The dataset is used to train my own raccoon detector and I blogged about it on Medium☆72Updated 7 years ago
- Single Shot MultiBox Detector(SSD)目标检测算法☆44Updated 8 years ago
- "NASNet" models in Keras 2.0+ with weights☆199Updated 7 years ago
- Bag of Tricks for Image Classification with Convolutional Neural Networks in Keras☆63Updated 6 years ago
- Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!☆218Updated 5 years ago
- Face identification with cnn+triplet-loss written by Keras.