Giter Site home page Giter Site logo

raffaello-camoriano / enitor Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 0.0 70.38 MB

Enitor provides the MATLAB implementation of several large-scale kernel methods.

MATLAB 99.78% Awk 0.13% Python 0.09%
krls matlab kernel-methods nystrom random-features large-scale-learning

enitor's People

Contributors

alessandro-rudi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

enitor's Issues

Use key/value parameters

Parameters must be passed in a key/value fashion inside the kernel, filter and algorithm classes and subclasses. Otherwise, confusion can be made inside the methods. Code would be much cleaner.

Lambda selection for t >1

The training method only considers a single number as performance measure, even if the number of outputs is larger than 1. Another approach that should be considered for implementation is to compute the performance measure for each output and lambda guess and then select the best lambda guess according to a customizable function (e. g. mean, median).

"Adult" dataset: numerical columns normalization

Numerical attributes (e.g. age) are currently not normalized/scaled/standardized. These attributes may dominate on binary dummy variables corresponding to categorical attributes (e.g. nationality).

Support for multiple kernel and filter parameters

Add "next" method and cell array with kernel/filter parameter lists, in order for the algorithm classes to be able to deal with more complex model selection strategies (such as non-isotropic Gaussian kernels sigmas or gradient descent on sigma/lambda)

merge S-IGD filters

add option 'ordering' for samples ordering:

  • fixed: ordering is drawn once and kept (no repetitions)
  • reshuffle_norep: ordering is drawn at each epoch (no repetitions)
  • reshuffle_yesrep: ordering is drawn at each epoch (with repetitions)

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.