Giter Site home page Giter Site logo

r2-learner's Introduction

On certain limitations of Recursive Representation Models

This repository contains code for "On certain limitations of Recursive Representation Models" paper. You can also find here implementations of models from Learning with Recursive Perceptual Representations and Learning deep representations via extreme learning machines.

R2SVMLearner and R2ELMLearner

If you are primarly interested in implementations of those models you need only r2.py file, where you will also find simple tests. Implementation follows scikit-learn convention, but note there might be some problems with methods using set_params call. Bear in mind that this is just research implementation.

Reproducing results

For reproducing results you need to fit all the models. Change n_jobs parameter to speed up computation.

  • Fit SVM, Linear SVM and SVM RBF
python scripts/fit_extern.py 
  • Fit R2SVM and DrELM
python scripts/fit_r2.py
  • Fit some models on tripled datasets
python scripts/fit_triple.py
  • Fit randomized versions of R2M models
python scripts/fit_random.py

r2-learner's People

Contributors

igorpodolak avatar igorsieradzki avatar kudkudak avatar lejlot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

igorsieradzki

r2-learner's Issues

Test additional datasets #2

  • glass - small many classes
  • aloi - has many classes
  • news20 - sparse
  • segment

Please do it on fermi. Coding on fermi is easy if you use sshfs

Fix best run image

Clearly it is not our original image where we had at least basic separation

Test additional datasets

  • satimage
  • pendigits
  • covtype
  • mnist

Please do it on fermi. Coding on fermi is easy if you use sshfs

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.