Package: darch
Type: Package
Title: Package for deep architectures and Restricted-Bolzmann-Machines
Version: 0.9
Date: 2013-04-17
Author: Martin Drees
Maintainer: Martin Drees <mdrees@stud.fh-dortmund.de>
Description: The darch package is build on the basis of the code from G. E.
    Hinton and R. R. Salakhutdinov (available under Matlab Code for deep belief
    nets : last visit: 01.08.2013). This package is for generating neural
    networks with many layers (deep architectures) and train them with the
    method introduced by the publications "A fast learning algorithm for deep
    belief nets" (G. E. Hinton, S. Osindero, Y. W. Teh) and "Reducing the
    dimensionality of data with neural networks" (G. E. Hinton, R. R.
    Salakhutdinov). This method includes a pre training with the contrastive
    divergence method publishing by G.E Hinton (2002) and a fine tuning with
    common known training algorithms like backpropagation or conjugate
    gradient.
License: file LICENSE
Depends: methods, log4r, ff
Collate: 'net.R' 'darch.R' 'backpropagation.R' 'darch.Getter.R'
        'darchUnitFunctions.R' 'rbm.R' 'rbm.Setter.R' 'rbm.Reset.R'
        'generateRBMs.R' 'net.Getter.R' 'net.Setter.R'
        'package-darch.R' 'runDArch.R' 'makeStartEndPoints.R'
        'darch.Setter.R' 'darch.Add.R' 'darch.Learn.R' 'darch.Remove.R'
        'darch.Reset.R' 'rbm.Getter.R' 'newDArch.R' 'newRBM.R'
        'rbm.Learn.R' 'rbmUnitFunctions.R' 'generateWeights.R'
        'errorFunctions.R' 'minimize.R' 'readMNIST.R' 'rbmUpdate.R'
        'minimizeAutoencoder.R' 'minimizeClassifier.R' 'rpropagation.R'
        'loadDArch.R' 'loadRBM.R' 'saveDArch.R' 'saveRBMFFWeights.R'
        'saveRBM.R' 'loadRBMFFWeights.R'
Packaged: 2013-08-09 11:23:22 UTC; maddin
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-08-09 13:39:41
