Git Product home page Git Product logo

oasc's Introduction

SUNNY-AS for OASC challenge

This programm is an extension of the SUNNY-AS tool, available at CP-UNIBO.

We integrated a training phase for SUNNY, and we proposed two modalities: autok and fkvar. "autok" studies only the neighbourhood value k, "fkvar" accounts for both k and features. For more details please refer to description.

Requirements

Instructions

The source codes of SUNNY and training are contained in the folder 'src' and 'oasc' respectively. The folder 'main' contains the scripts to run different modalities of SUNNY on all scenarios.

The program runs training and testing in sequence, in following we take 'autok' approach as execution example:

  1. Training:

Go to the 'main' folder.

 main:$~ sh make_oasc_tasks.sh > tasks.txt 
 main:$~ sh oasc_train.sh run_autok tasks.txt # configured for parallel execution

Training results would be stored in the corresponding folder and will be read automatically by test scripts

  1. Testing:
 main:$~ sh make_oasc_tasks.sh > tasks.txt 
 main:$~ sh oasc_test.sh autok tasks.txt # configured for parallel execution

For the other approach 'fkvar', it is sufficient to substitute 'autok' for 'fkvar', thus, the following commands:

 main:$~ sh make_oasc_tasks.sh > tasks.txt 
 main:$~ sh oasc_train.sh run_fkvar tasks.txt # configured for parallel execution
 main:$~ sh oasc_test.sh run_fkvar tasks.txt # configured for parallel execution

Note that,

  • The two training modalities should run separately.
  • In 'oasc' folder, you can also run SUNNY on a single scenario as follow (e.g. scenario 'Caren'):
 oasc:$~ python run_autok.py Caren # training,
 oasc:$~ python result.py Caren autok # testing

Authors

  • Tong Liu (t.liu at cs.unibo.it)
  • Roberto Amadini (roberto.amadini at unimelb.edu.au)
  • Jacopo Mauro (mauro.jacopo at gmail.com)

License Šī¸

The SUNNY-OASC is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See http://www.gnu.org/licenses/gpl.html.

oasc's People

Contributors

lteu avatar

Stargazers

johnm avatar

Watchers

James Cloos avatar  avatar Jacopo Mauro 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.