Git Product home page Git Product logo

pollenating_insects_3's Introduction

Bee-o-diversity challenge RAMP

Authors: Mehdi Cherti & Balazs Kegl

Build Status

Getting Started

An Ubuntu 16.04 AMI image named pollenating_insects_users_3 has been made available at the Oregon site of AWS. We used it with g3.4xlarge instances, but it may work with other GPU insances as well.

After launching the instance and logging in, simply run

cd pollenating_insects_3
ramp_test_submission

or

ramp_test_submission --submission <submission>

A dedicated notebook is avaiable to get you started on the problem.

The offical competition rules are also in this notebook. You accept these rules automatically when you make a submission at the RAMP site.

Ramp overview

The library ramp-workflow contains tools to define data challenges and a script to test submissions. As a participant all you only need to know is that the RAMP workflow loads and test the files in submissions/<submission>/.

For this competition you need to submit two files:

  1. batch_classifier.py containing your model. It should contain a class implementing fit and predict_proba methods.
  2. image_preprocessor.py. It should contain a function named transform and optionally transform_test.

Go to ramp-workflow for more help on the RAMP ecosystem.

Making a submission

To make a submission you first need to sign up to the RAMP site, then sign up to the challenge event. Both sign-ups need approval, so be patient. Once you are approved, you can submit batch_classifier.py and image_preprocessor.py in your sandbox.

Before making a submission, please check that your code will properly run on the backend by running:

ramp_test_submission

or

ramp_test_submission --submission <submission>

Experimeting on your own setup

You can also run experiments on your own setups. To do so please do as following.

Bear in mind that your submission we be run on our backend and using non supported libraries will make submission fail.

$ git clone https://github.com/ramp-kits/pollenating_insects_3

Downloading data

Download the data (~17GB) by running

python download_data.py

the first time. It will create data/imgs and download the images there using the names <id>, where <id>s are coming from data/train.csv and data/test.csv. If images are properly unzipped in data/imgs, you can delete the zip file data/imgs.zip to save space.

Installing dependencies

The installation script install.sh used to make the AMI is also available. Depending on your current installation, you may not need to execute all of this, but it shows the versions of the various libraries against which we tested the starting kit.

Keras channel

You should set image_data_format to channels_last in ~/.keras/keras.json.

pollenating_insects_3's People

Contributors

kegl avatar lcetinsoy avatar mehdidc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.