GithubHelp home page GithubHelp logo

phelixh / rtrmc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nicolasboumal/rtrmc

0.0 0.0 0.0 362 KB

Low-rank matrix completion code from 2011 and 2015 papers

License: Other

C 32.58% MATLAB 67.42%

rtrmc's Introduction

########################################################
#                                                      #
#     Thank you for downloading RTRMC / RCGMC.         #
#                                                      #
########################################################

#
#     To get started: read and run main.m
#

#
#     Feedback and questions welcome: [email protected]
#

#
#     This is open source software, distributed under BSD license
#     (See LICENSE.TXT)
#


This zip file was released on July 22, 2015. This is version 3.2.
The only difference compared to 3.1 is moving from Manopt 1.07 to 2.0.


---------------------------------------------------------------------------


This is Matlab code to solve the problem of low-rank matrix completion. The
optimization is executed using optimization on manifolds, via the Manopt toolbox:

    www.manopt.org.

Download the latest version of Manopt on the website.

The best way to get started is to read and run main.m.
It will generate a random instance of a low-rank matrix completion problem
and solve it. Parameters let the user choose between RCTRMC 1, 2, 2p and
RCGMC and RCGMCp.

An important concept is that of the problem structure. All functions which
manipulate a completion problem will take as input a problem structure.
This structure contains all the necessary information to describe an
instance of the problem: the observation mask, the values of the entries,
the desired rank... It also contains a few preprocessing fields. This is
why, to obtain a problem structure, you must call

  buildproblem.m


The following paper describes the base algorithm,
available in rtrmc.m:

% N. Boumal and P.-A. Absil,
% RTRMC: A Riemannian trust-region method for low-rank matrix completion,
% in the proceedings of the Neural Information Processing Systems conference (NIPS), 2011.


The present code is for a revised and extended version of the algorithm,
as described in the journal paper:

% N. Boumal and P.-A. Absil,
% Low-rank matrix completion via preconditioned optimization on the Grassmann manifold,
% Linear Algebra and its Applications, 2015.
% http://www.sciencedirect.com/science/article/pii/S0024379515001342

% Also available on optimization-online.org:
% http://www.optimization-online.org/DB_HTML/2012/09/3619.html


Both papers are present in the zip file this README came with. See below
for BiBTex entries. Please cite either (or both) of these papers if you use
the accompanying Matlab codes in your research.






@incollection{boumal2011rtrmc,
 title={{RTRMC}: A {R}iemannian trust-region method for low-rank matrix completion},
 author={Boumal, N. and Absil, P.-A.},
 booktitle={Advances in Neural Information Processing Systems 24 ({NIPS})},
 editor={J. Shawe-Taylor and R.S. Zemel and P. Bartlett and F.C.N. Pereira and K.Q. Weinberger},
 pages={406--414},
 year = {2011}
}




@Article{boumal2015rtrmc,
  Title                    = {Low-rank matrix completion via preconditioned optimization on the {G}rassmann manifold},
  Author                   = {Boumal, N. and Absil, P.-A.},
  Journal                  = {Linear Algebra and its Applications},
  Year                     = {2015},
  Pages                    = {200--239},
  Volume                   = {475},

  Doi                      = {10.1016/j.laa.2015.02.027},
  Url                      = {http://www.sciencedirect.com/science/article/pii/S0024379515001342}
}

rtrmc's People

Contributors

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