Giter Club home page Giter Club logo

catsvsdogs's Introduction

This is basically the Google Sandbox "homework"... We're choosing https://www.kaggle.com/c/dogs-vs-cats-redux-kernels-edition/data

SO... preprocessing.

We'll have a 90/10 train/validation split, since we already have a test set supplied (and it's huge) So... We'll have 2500 for validation and 22500 for training. I wonder if 2500 is too big to fit into ram on colab. (About 468 megs)

Let's preprocess this so that we'll have the validation set as is.

But, the training set.. Let's make a bunch of 256x256 images that are rotated and scaled in 16 random ways. Then, let's package them up as a bunch of pickles. That way, we can load a "batch" of say size 500 images, just dump them out to tensorflow and then go that way.

So, then what will we have? We'll have 22500 * 16 / 500 batches.

Eh. On second thought, that becomes enormous. Instead, I'm going to do that rotation and scaling on the fly.

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.