EnglishFrenchSpanish

OnWorks favicon

pkregann - Online in the Cloud

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

This is the command pkregann 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


pkregann - regression with artificial neural network (multi-layer perceptron)

SYNOPSIS


pkregann -i input -t training [-ic col] [-oc col] -o output [options] [advanced options]

DESCRIPTION


pkregann performs a regression based on an artificial neural network. The regression is
trained from the input (-ic) and output (-oc) columns in a training text file. Each row
in the training file represents one sampling unit. Multi-dimensional input features can
be defined with multiple input options (e.g., -ic 0 -ic 1 -ic 2 for three dimensional
features).

OPTIONS


-i filename, --input filename
input ASCII file

-t filename, --training filename
training ASCII file (each row represents one sampling unit. Input features should
be provided as columns, followed by output)

-o filename, --output filename
output ASCII file for result

-ic col, --inputCols col
input columns (e.g., for three dimensional input data in first three columns use:
-ic 0 -ic 1 -ic 2

-oc col, --outputCols col
output columns (e.g., for two dimensional output in columns 3 and 4 (starting from
0) use: -oc 3 -oc 4

-from row, --from row
start from this row in training file (start from 0)

-to row, --to row
read until this row in training file (start from 0 or set leave 0 as default to
read until end of file)

-cv size, --cv size
n-fold cross validation mode

-nn number, --nneuron number
number of neurons in hidden layers in neural network (multiple hidden layers are
set by defining multiple number of neurons: -n 15 -n 1, default is one hidden layer
with 5 neurons)

-v level, --verbose level
set to: 0 (results only), 1 (confusion matrix), 2 (debug)

Advanced options

--offset value
offset value for each spectral band input features:
refl[band]=(DN[band]-offset[band])/scale[band]

--scale value
scale value for each spectral band input features:
refl=(DN[band]-offset[band])/scale[band] (use 0 if scale min and max in each band
to -1.0 and 1.0)

--connection rate
connection rate (default: 1.0 for a fully connected network)

-l rate, --learning rate
learning rate (default: 0.7)

--maxit number
number of maximum iterations (epoch) (default: 500)

24 January 2016 pkregann(1)

Use pkregann online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • 2
    XMLTV
    XMLTV
    XMLTV is a set of programs to process
    TV (tvguide) listings and help manage
    your TV viewing, storing listings in an
    XML-based format. There are utilities to
    do...
    Download XMLTV
  • 3
    strikr
    strikr
    Strikr Free Software project. Artifacts
    released under a 'intent based'
    dual license: AGPLv3 (community) and
    CC-BY-NC-ND 4.0 international
    (commercial)...
    Download strikr
  • 5
    GIFLIB
    GIFLIB
    giflib is a library for reading and
    writing gif images. It is API and ABI
    compatible with libungif which was in
    wide use while the LZW compression
    algorithm was...
    Download GIFLIB
  • 6
    Alt-F
    Alt-F
    Alt-F provides a free and open source
    alternative firmware for the DLINK
    DNS-320/320L/321/323/325/327L and
    DNR-322L. Alt-F has Samba and NFS;
    supports ext2/3/4...
    Download Alt-F
  • More »

Linux commands

Ad