EnglishFrenchSpanish

Ad


OnWorks favicon

mlpack_nmf - Online in the Cloud

Run mlpack_nmf in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mlpack_nmf that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mlpack_nmf - non-negative matrix factorization

SYNOPSIS


mlpack_nmf [-h] [-v] -H string -i string -r int -W string [-m int] [-e double] [-s int] [-u string] -V

DESCRIPTION


This program performs non-negative matrix factorization on the given dataset, storing the
resulting decomposed matrices in the specified files. For an input dataset V, NMF
decomposes V into two matrices W and H such that

V = W * H

where all elements in W and H are non-negative. If V is of size (n x m), then W will be of
size (n x r) and H will be of size (r x m), where r is the rank of the factorization
(specified by --rank).

Optionally, the desired update rules for each NMF iteration can be chosen from the
following list:

· multdist: multiplicative distance-based update rules (Lee and Seung 1999)

· multdiv: multiplicative divergence-based update rules (Lee and Seung 1999)

· als: alternating least squares update rules (Paatero and Tapper 1994)

The maximum number of iterations is specified with --max_iterations, and the minimum
residue required for algorithm termination is specified with --min_residue.

REQUIRED OPTIONS


--h_file (-H) [string]
File to save the calculated H matrix to.

--input_file (-i) [string]
Input dataset to perform NMF on.

--rank (-r) [int]
Rank of the factorization.

--w_file (-W) [string]
File to save the calculated W matrix to.

OPTIONS


--help (-h)
Default help info.

--info [string]
Get help on a specific module or option. Default value ''.

--max_iterations (-m) [int]
Number of iterations before NMF terminates (0 runs until convergence. Default value
10000.

--min_residue (-e) [double]
The minimum root mean square residue allowed for each iteration, below which the
program terminates. Default value 1e-05.

--seed (-s) [int]
Random seed. If 0, 'std::time(NULL)' is used. Default value 0. --update_rules
(-u) [string] Update rules for each iteration; ( multdist | multdiv | als ).
Default value 'multdist'.

--verbose (-v)
Display informational messages and the full list of parameters and timers at the
end of execution.

--version (-V)
Display the version of mlpack.

ADDITIONAL INFORMATION


For further information, including relevant papers, citations, and theory, consult the
documentation found at http://www.mlpack.org or included with your DISTRIBUTION OF MLPACK.

mlpack_nmf(1)

Use mlpack_nmf online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad