Giter Club home page Giter Club logo

lightor_exp's Introduction

Lightor_Exp

To reproduce all the experiments of Lightor system

Demo

See here

Plots of experiments can be found here

Environment Setup

In order to reproduce the same results as in paper, Python 3.5 is required. We strong recommend you to set up a virtualenv using Anaconda to reproduce experiments:

  • Download and install Anaconda
  • Create a virtualenv of Python 3.5 and activate it (details)
  > conda create -n py35 python=3.5
  > source activate py35 (for macOS and Linux in Terminal)
  > activate py35 (for Windows in Anaconda Prompt)
  • Clone the repo
  > git clone https://github.com/sfu-db/Lightor_Exp
  > cd Lightor_Exp
  • Install required packages and jupyter notebook
  > pip install -r requirements.txt
  > pip install jupyter
  • Add py35 kernel to jupyter
  > pip install ipykernel
  > python -m ipykernel install --name py35
  • Run jupyter notebook
  > jupyter notebook exp.ipynb
  • Change the kernel in notebook menu: Kernel >> Change Kernel >> py35 and run the code blocks

Details

  • All crowdsourcing data has been anonymized. (e.g. replace Worker ID with W+number)
  • paper

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.