EnglishFrenchSpanish

Ad


OnWorks favicon

mlpack_adaboost - Online in the Cloud

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

This is the command mlpack_adaboost 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_adaboost - adaboost

SYNOPSIS


mlpack_adaboost [-h] [-v] [-m string] [-i int] [-l string] [-o string] [-M string] [-T string] [-e double] [-t string] [-V] [-w string]

DESCRIPTION


This program implements the AdaBoost (or Adaptive Boosting) algorithm. The variant of
AdaBoost implemented here is AdaBoost.MH. It uses a weak learner, either decision stumps
or perceptrons, and over many iterations, creates a strong learner that is a weighted
ensemble of weak learners. It runs these iterations until a tolerance value is crossed for
change in the value of the weighted training error.

For more information about the algorithm, see the paper "Improved Boosting Algorithms
Using Confidence-Rated Predictions", by R.E. Schapire and Y. Singer.

This program allows training of an AdaBoost model, and then application of that model to a
test dataset. To train a model, a dataset must be passed with the --training_file (-t)
option. Labels can be given with the --labels_file (-l) option; if no labels file is
specified, the labels will be assumed to be the last column of the input dataset.
Alternately, an AdaBoost model may be loaded with the --input_model_file (-m) option.

Once a model is trained or loaded, it may be used to provide class predictions for a given
test dataset. A test dataset may be specified with the --test_file (-T) parameter. The
predicted classes for each point in the test dataset will be saved into the file specified
by the --output_file (-o) parameter. The AdaBoost model itself may be saved to a file
specified by the --output_model_file (-M) parameter.

OPTIONS


--help (-h)
Default help info.

--info [string]
Get help on a specific module or option. Default value ''. --input_model_file
(-m) [string] File containing input AdaBoost model. Default value ''.

--iterations (-i) [int]
The maximum number of boosting iterations to be run. (0 will run until
convergence.) Default value 1000.

--labels_file (-l) [string]
A file containing labels for the training set. Default value ''.

--output_file (-o) [string]
The file in which the predicted labels for the test set will be written. Default
value ''. --output_model_file (-M) [string] File to save trained AdaBoost model
to. Default value ''.

--test_file (-T) [string]
A file containing the test set. Default value ’'.

--tolerance (-e) [double]
The tolerance for change in values of the weighted error during training. Default
value 1e-10. --training_file (-t) [string] A file containing the training set.
Default value ''.

--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. --weak_learner (-w) [string] The type of weak
learner to use: ’decision_stump', or 'perceptron'. Default value 'decision_stump'.

ADDITIONAL INFORMATION


ADDITIONAL INFORMATION


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

mlpack_adaboost(1)

Use mlpack_adaboost online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • 2
    GLPI Themes
    GLPI Themes
    Download release at
    https://github.com/stdonato/glpi-modifications/
    Color themes for GLPI 0.84 and 0.85 New
    Modifications for GLPI This is an
    application that c...
    Download GLPI Themes
  • 3
    SMPlayer
    SMPlayer
    SMPlayer is a free media player for
    Windows and Linux with built-in codecs
    that can also play YouTube videos. One
    of the most interesting features of
    SMPlayer:...
    Download SMPlayer
  • 4
    AAX to MP3
    AAX to MP3
    Usage: - Install the Audible Manager
    and open a file of your account. - Sign
    in into your audible account (in the
    application). Now the program can
    convert you...
    Download AAX to MP3
  • 5
    TestLink
    TestLink
    TestLink is a web based Test Management
    tool. The application provides Test
    specification, Test plans and execution,
    Reporting, Requirements specification
    and ...
    Download TestLink
  • 6
    XDXF - XML Dictionary Exchange Format
    XDXF - XML Dictionary Exchange Format
    XDXF is a project to unite all existing
    open dictionaries and provide both users
    and developers with universal XML-based
    format, convertible from and to other ...
    Download XDXF - XML Dictionary Exchange Format
  • 7
    Transmission Remote GUI
    Transmission Remote GUI
    Transmission Remote GUI is a feature
    rich cross platform front-end to
    remotely control a Transmission
    Bit-Torrent client daemon via its RPC
    protocol. Transmissi...
    Download Transmission Remote GUI
  • More »

Linux commands

Ad