GithubHelp home page GithubHelp logo

dog_vs_cat_kaggle_dataset's Introduction

Dogs vs. Cat Kaggle Dataset

Requirements:

  1. Python 3
  2. Tensorflow
  3. Numpy
  4. Tqdm

This is an approach to distinguish between cats and dogs described here. To run this code, first download the train and test dataset from this link. You need have an account in Kaggle. Then run train.py.I used 24000 images for training and 1000 images for testing.

Final accuracy on test set was 0.7857. You can improve it by adding more layers, using dropout and varying number of neurons at each layer.

I have provided my models files in the model_file folder. I had to split the file DogvsCat_model.ckpt.data-00000-of-00001into two parts because github doesn't allow files larger than 25 mb. You can join them by runningcat DogvsCat_model.ckpt.data-00000-of-00001.part* > DogvsCat_model.ckpt.data-00000-of-00001 on terminal. These model files can be used for predicting over an image.

I wrote the script predict.py to predict over test images using my model and save the results in Submission.csv file. It gave me a logloss score of 10.69341.

I wrote another script predict_inception.py to predict images using Inception v3 model file. But it couldn't find any dog or cat in over 4000 images. I used my former model to predict on those images and finally merged these predictions. That gave me a logloss score of 1.79879

dog_vs_cat_kaggle_dataset's People

Contributors

tahsin314 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.