kaggle-dogs-vs-cats
Image classifier
A Python implementation of a machine learning solution for classifying images as dogs or cats from the Kaggle competition.
Code for Kaggle Dovs vs. Cats competition http://www.kaggle.com/c/dogs-vs-cats
66 stars
9 watching
41 forks
Language: Python
last commit: about 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
ngxbac/kaggle-recursion-cellular | An image classification project utilizing deep learning and reinforcement learning techniques to improve accuracy on the Recursion Cellular Image Classification competition. | 40 |
neuralix/google_evolution | A Python implementation of an exotic image classifier architecture inspired by Google's evolution of image classifiers | 53 |
djcp/linnaeus | A Redis-backed system for classifying documents into categories based on their content. | 38 |
lucasjinreal/pytorch_image_classifier | An image classification system built using PyTorch, capable of fine-tuning on various models and datasets. | 113 |
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
kentsommer/keras-inceptionv4 | An implementation of a deep neural network architecture for image classification using Keras. | 471 |
quarticcat/detypify | An image classification tool designed to recognize typographical symbols | 142 |
cmsflash/beauty-net | Provides a basic framework for training deep learning models on image classification tasks using PyTorch | 187 |
skyduy/cnn_keras | An implementation of a Convolutional Neural Network using Keras for CAPTCHA recognition and classification | 288 |
punksta/cat-or-dog | A React Native drag-and-drop game where players swipe photos of animals to match categories. | 38 |
cardmagic/classifier | A module for text classification using Bayesian and Latent Semantic Indexing algorithms | 660 |
benedekrozemberczki/shapley | An open-source Python library for evaluating and explaining the contribution of individual classifiers in machine learning ensembles. | 218 |
ngxbac/kaggle-google-landmark-2019 | A machine learning project to recognize landmarks from images using a deep neural network architecture. | 3 |
ibm/max-resnet-50 | An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset. | 14 |