Giter Club home page Giter Club logo

ccfs's Introduction

Canonical Correlation Forests

Paper: https://arxiv.org/abs/1507.05444

Updates 25/07/17

  • Relatively major code overhaul to accompany new journal submission
  • Added support for regression and multiple outputs
  • Added implementations for other algorithms such as rotation forests and random roation forests
  • Minor changes to call structure of genCCF - there is an additional input after the ouputs (i.e. the fourth input) that specifies whether the problem tackled is a regression or classification problem
  • General clean up and improvements

How do I get set up?

Use the add_path function to add everything to your MATLAB path and your ready to go (you need to do this each time you make a new MATLAB).

Usage

The key functions are genCCF and predictFromCCF which can be called in the following manner:

  • CCF = genCCF(nTrees,input_features,outputs) to train a CCF
  • predictions = predictFromCCF(CCF,test_input_features)

See example_scripts folder for various example scripts for regression, classification etc.

Contribution guidelines

Any improvements or conversions to other code formats would be appreciated, send me an email if you would like to contribute / require assistance.

Datasets

Although not all datasets could be added to the repository due to license issues, all are available freely online. Provided datasets can be easily loaded using the loadDataset.m function. See loadCSVDataset for formatting specifications used.

Most classification datasets are from the UCI repository (https://archive.ics.uci.edu/ml/datasets.html). Exceptions are spirals for which a local script is provided, ORL which can be found at http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html, and Polya which can be bound at http://datam.i2r.a-star.edu.sg/datasets/krbd/SequenceData/Polya.html.

Regression datasets are all taken from the WEKA repository (http://www.cs.waikato.ac.nz/ml/weka/datasets.html).

Multi-output datasets come either from the UCI repository or Mulan repository (http://mulan.sourceforge.net/datasets-mtr.html).

Who do I talk to?

ccfs's People

Contributors

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