Skip to content

Examples of scripts

Gustavo Rosa edited this page Jul 13, 2016 · 10 revisions

The LibDEEP package contains a directory LibDEEP/examples, in which you can find some useful examples to work with our deep learning techniques.


RBM.c Usage

Usage: RBM <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)

DropoutRBM.c Usage

Usage: DropoutRBM <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)

DropconnectRBM.c Usage

Usage: DropconnectRBM <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)

DRBM.c Usage

Usage: DRBM <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence

GaussianDRBM.c Usage

Usage: GaussianDRBM <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence


DBM.c Usage

Usage: DBM <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9> <P10> <P11>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)
P10: number of DBM layers
P11: output parameters file name

TDBM.c Usage

Usage: TDBM <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9> <P10> <P11> <P12>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)
P10: number of DBM layers
P11: temperature
P12: output parameters file name


DBN.c Usage

Usage: DBN <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9> <P10>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)
P10: number of DBN layers

TDBN.c Usage

Usage: TDBN <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9> <P10> <P11> <P12>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)
P10: number of DBN layers
P11: temperature
P12: output parameters file name

DropoutDBN.c Usage

Usage: DropoutDBN <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9> <P10>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)
P10: number of DBN layers

DropconnectDBN.c Usage

Usage: DropconnectDBN <P1> <P2> <P3> <P4> <P5> <P6> <P7> <P8> <P9> <P10>

P1: training dataset in the OPF file format
P2: testing dataset in the OPF file format
P3: output results file name
P4: cross-validation iteration number
P5: input parameters file name
P6: number of epochs
P7: batch size
P8: number of iterations for Contrastive Divergence
P9: training method (1 - CD | 2 - PCD | 3 - FPCD)
P10: number of DBN layers

Clone this wiki locally