logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

profnet_* - neural network implementations in Fortran

Author

       Burkhard Rost <rost@rostlab.org>

       Bug fixes and enhancements by Laszlo Kajan <lkajan@rostlab.org> and Guy Yachdav <gyachdav@rostlab.org>

Description

       profnet_* binaries are neural network implementations in Fortran.  Due to the original design of the
       code, a specific binary is compiled for each particular network architecture, changing certain constants
       in the source code.  Therefore, there is a binary for every network architecture used.  Note: certain
       array structures are intentionally indexed out of bounds in some of the binaries.

       Note:

       This binary should only be used to run with pre-made training data, do not try to use it to train your
       network as it will produce undesired results. It was made to be used only as part of wrapping (dependent)
       packages and not as a standalone neural network program.

Name

       profnet_* - neural network implementations in Fortran

Notes

       1st MUST be "switch"!

       tested only with 2 layers!

Options

       This list is not exhaustive.

       filePar
           file with input parameters (also gives fileIn, fileOut)

       1   "switch"

       2   number of input units

       3   number of hidden units

       4   number of output units

       5   number of samples

       6   bitacc (typically 100)

       7   file with input vectors

       8   file with junctions

       9   file with output of NN ("none" -> no file written)

       10  optional=dbg

       [inter]
           will bring up dialog

Synopsis

       profnet_* [OPTION|filePar]

See Also