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
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    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
  • More »

Linux commands

Ad