Code Monkey home page Code Monkey logo

svhn's Introduction

svhn

THIS CODE IS NO LONGER MAINTAINED

Based on the CIFAR10 example on TensorFlow. Reconfiguring it to run my own images and data.

I removed the "LICENSE HEADERS" in the code because it was getting kinda cluttered. My apologies if I violate any license laws. I'm new to this open source thing, so drop me an email at [email protected] and tell me that I'm doing it wrong and this is not allowed. This code is for personal use and nothing else.

Notable Improvements

  1. Refactored all flags to be put in python flags file.
  2. Made a small hack to evaluate the test set sequentially (we lose out on speed greatly). This way, we can single out those images that have been classified wrongly. Still imperfect and a work in progress.
  3. Previous CIFAR10 evaluation code runs the test set in batches. In my opinion, this is unnecessary. We only want to run every image in the test set once.
  4. Refactored code to allow for 3 channel and 1 channel images, or X channels for that matter, since it's just a variable.

Successful Runs:

  1. Street View House Number Data Set from http://ufldl.stanford.edu/housenumbers/
  • After training, I cropped my own images in. 100% accuracy. Wow!
  1. My self-engineered Wally data set.
  • 100% accuracy too, but the data set creation is off.
  1. Assortment of others that yield promising results.

P.S. I apologize for messy code. This is experimental. Trying to hack stuff together to make it work. Expect a refactored general purpose module soon!

svhn's People

Contributors

jkschin avatar

Watchers

James Cloos avatar Artur Barseghyan avatar  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.