GithubHelp home page GithubHelp logo

cifar10's Issues

Need a way to disable plotting the graph when run on AWS EC2

We can't plot a graph in EC2, It would be nice to have an argument to do that when running these python script from command line. Instead, we should output the result (a list of accuracy and losses) to the terminal so that we can copy and paste to local desktop and plot the result locally.

Fundamental Mistake

I think I made some fundamental mistake in my codes. No matter what technique I use to train my model, it always stuck at 10%. It could be because I mess up with the way I extract data to matrices in images_to_matrices.py.

My intuition tell me that, even if we use simpler techniques such as logistic regression and multinomial logistic regression, we should get something better than 10%. So before we try to test something more advance like convolution neural network, we should get those easier method to work first, at least not 10%.

Command line arguments for all models

Using vim to change the script in terminal (when using AWS EC2) is such a pain. Can we have command line arguments to change those experiments that we want to play around and experiment with?

Not using constants from constants.py

In the file images_to_matrices.py, we still hard code some constants

  image_size = 32
  pixel_depth = 255.0
  color_channel = 3

We should use constants from constants.py instead

Report your best classifier here!

Alright, we gonna record all classifier that we have trained here. Please use the following format:

  1. How you define your model?
  2. How you define your loss function?
  3. Parameters
  4. Figures
  5. Extra Notes (optional)

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.