Giter Site home page Giter Site logo

seeds's Introduction

seeds

Seed identification Kaggle challenge.

This training and inference script is best described via its help dialog and looking at the source code.

$ git clone [email protected]:kahnvex/seeds.git && cd seeds/
$ pip install -r requirements.txt
$ python3 -m seeds.seeds --help
usage: seeds.py [-h] --name NAME [--epochs EPOCHS] [--batch-size BATCH_SIZE]
                [--learning-rate LEARNING_RATE] [--save-path SAVE_PATH]
                [--base-model {xception,resnet,densenet121,densenet169}]
                [--test] [--load-model] [--img-size IMG_SIZE]
                [--outfile OUTFILE]
                [--optimizer {adam,rmsprop,adagrad,adadelta}] [--pdist]
                [--ensemble ENSEMBLE [ENSEMBLE ...]]

optional arguments:
  -h, --help            show this help message and exit
  --name NAME           Name of the model
  --epochs EPOCHS, -e EPOCHS
  --batch-size BATCH_SIZE, -b BATCH_SIZE
  --learning-rate LEARNING_RATE, -l LEARNING_RATE
  --save-path SAVE_PATH
                        Path in which to save the model's h5 file
  --base-model {xception,resnet,densenet121,densenet169}
                        Architecture hyperparameter
  --test                Classify the test set
  --load-model          Load the model from disk instead of training
  --img-size IMG_SIZE   Input image size
  --outfile OUTFILE     Name of file for results
  --optimizer {adam,rmsprop,adagrad,adadelta}
                        The optimization function to use
  --pdist               Output the probability distribution as a CSV
  --ensemble ENSEMBLE [ENSEMBLE ...]
                        When testing, ensembe 1+ models using mean

You can see the Kaggle seed identification challenge here.

As of the time of this writing, several models trained by this script have scored in the top 5% of the Kaggle Seedling identification challenge.

seeds's People

Contributors

kahnvex avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

seeds's Issues

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.