Package: SAENET
Type: Package
Title: A Stacked Autoencoder Implementation with Interface to
        'neuralnet'
Version: 1.1
Date: 2015-06-04
Authors@R: c(person("Stephen", "Hogg", role = c("aut", "cre"),
		     email = "saenet.r@gmail.com"),
	      person("Eugene", "Dubossarsky", role = "aut")) 
Description: An implementation of a stacked sparse autoencoder for dimension reduction of features and pre-training of feed-forward neural networks
		with the 'neuralnet' package is contained within this package. The package also includes a predict function for the stacked autoencoder object to generate the compressed
		representation of new data if required. For the purposes of this package, 'stacked' is defined in line with http://ufldl.stanford.edu/wiki/index.php/Stacked_Autoencoders .
		The underlying sparse autoencoder is defined in the documentation of 'autoencoder'.
License: GPL-3
URL: http://ufldl.stanford.edu/wiki/index.php/Stacked_Autoencoders ,
        http://cran.r-project.org/package=autoencoder
Imports: autoencoder, neuralnet
NeedsCompilation: no
Repository: CRAN
Packaged: 2015-06-04 05:47:55 UTC; Stephen
Author: Stephen Hogg [aut, cre],
  Eugene Dubossarsky [aut]
Maintainer: Stephen Hogg <saenet.r@gmail.com>
Date/Publication: 2015-06-04 11:50:48
