darch

所属分类:collect
开发工具:R
文件大小:0KB
下载次数:0
上传日期:2018-05-05 07:53:16
上 传 者sh-1993
说明:  用R编程语言创建深度架构,
(Create deep architectures in the R programming language,)

文件列表:
.Rbuildignore (151, 2018-05-05)
DESCRIPTION (2767, 2018-05-05)
LICENSE (35147, 2018-05-05)
NAMESPACE (1393, 2018-05-05)
R/ (0, 2018-05-05)
R/RcppExports.R (2306, 2018-05-05)
R/autosave.R (976, 2018-05-05)
R/backpropagation.R (7871, 2018-05-05)
R/benchmark.R (7062, 2018-05-05)
R/bootstrap.R (1827, 2018-05-05)
R/caret.R (4214, 2018-05-05)
R/compat.R (2376, 2018-05-05)
R/config.R (1427, 2018-05-05)
R/darch.Add.R (2731, 2018-05-05)
R/darch.Class.R (2661, 2018-05-05)
R/darch.Getter.R (1464, 2018-05-05)
R/darch.Learn.R (20960, 2018-05-05)
R/darch.R (26536, 2018-05-05)
R/darch.Setter.R (1605, 2018-05-05)
R/darchUnitFunctions.R (10054, 2018-05-05)
R/dataset.R (15305, 2018-05-05)
R/dropout.R (1846, 2018-05-05)
R/errorFunctions.R (3736, 2018-05-05)
R/generateRBMs.R (2302, 2018-05-05)
R/generateWeightsFunctions.R (7599, 2018-05-05)
R/loadDArch.R (1595, 2018-05-05)
R/log.R (2369, 2018-05-05)
R/makeStartEndPoints.R (1667, 2018-05-05)
R/minimize.R (13835, 2018-05-05)
R/minimizeAutoencoder.R (6954, 2018-05-05)
R/minimizeClassifier.R (9595, 2018-05-05)
R/mnist.R (7914, 2018-05-05)
R/momentum.R (1102, 2018-05-05)
R/net.Class.R (1327, 2018-05-05)
R/net.Getter.R (1372, 2018-05-05)
R/newDArch.R (1898, 2018-05-05)
R/params.R (11135, 2018-05-05)
R/plot.R (7048, 2018-05-05)
R/predict.R (6138, 2018-05-05)
... ...

[![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/darch)](http://cran.rstudio.com/package=darch) darch ===== #### Create deep architectures in the R programming language ### Installation The previous stable version of `darch` (0.12.0) can be installed from CRAN using ```R install.packages("darch") ``` When using [devtools](https://github.com/hadley/devtools/), the latest git version (identifiable by a version number ending in something greater than or equal to 9000 and by the fact that it is regularly broken) can be installed using ```R install_github("maddin79/darch") ``` or, if you want the latest stable version (0.13.0), ```R install_github("maddin79/darch@v0.13.0") ``` Then, use `?darch` to view its documentation or `example("darch")` to view some simple examples. For further examples, see the [examples directory](https://github.com/maddin79/darch/tree/master/examples). ### Building Assuming you use RStudio, open the darch.Rproj after cloning the repository. Make sure you have `gcc-fortran` installed (part of the `r-base-dev` package on ubuntu). Now install the dependencies: ```R install.packages(c("ggplot2", "reshape2", "futile.logger", "caret", "Rcpp", "RcppParallel")) ``` You can then build the package using `Build -> Clean and Rebuild`. ### About The darch package is built on the basis of the code from G. E. Hinton and R. R. Salakhutdinov (available under [Matlab Code for deep belief nets](http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html "Matlab for science paper") : last visit: 12.11.2015). 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 published by G.E Hinton (2002) and a fine tuning with common known training algorithms like backpropagation or conjugate gradient, as well as more recent techniques like dropout and maxout. Copyright (C) 2013-2016 Martin Drees and contributors #### References Hinton, G. E., S. Osindero, Y. W. Teh, A fast learning algorithm for deep belief nets, Neural Computation 18(7), S. 1527-1554, DOI: [10.1162/neco.2006.18.7.1527](http://dx.doi.org/10.1162/neco.2006.18.7.1527), 2006. Hinton, G. E., R. R. Salakhutdinov, Reducing the dimensionality of data with neural networks, Science 313(5786), S. 504-507, DOI: [10.1126/science.1127647](http://dx.doi.org/10.1126/science.1127647), 2006. Hinton, G. E., Training products of experts by minimizing contrastive divergence, Neural Computation 14(8), S. 1711-1800, DOI: [10.1162/089976602760128018](http://dx.doi.org/10.1162/089976602760128018), 2002. Hinton, Geoffrey E. et al. (2012). "Improving neural networks by preventing coadaptation of feature detectors". In: Clinical Orthopaedics and Related Research abs/1207.0580. URL : [arxiv.org](http://arxiv.org/abs/1207.0580). Goodfellow, Ian J. et al. (2013). "Maxout Networks". In: Proceedings of the 30th International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013, pp. 1319–1327. URL : [jmlr.org](http://jmlr.org/proceedings/papers/v28/goodfellow13.html). Drees, Martin (2013). "Implementierung und Analyse von tiefen Architekturen in R". German. Master's thesis. Fachhochschule Dortmund. Rueckert, Johannes (2015). "Extending the Darch library for deep architectures". Project thesis. Fachhochschule Dortmund. URL: [saviola.de](http://static.saviola.de/publications/rueckert_2015.pdf). Rueckert, Johannes (20116). "Toward State-of-the-Art Deep Learning in R: darch 1.0". Master's thesis. Fachhochschule Dortmund. URL: [saviola.de](http://static.saviola.de/publications/rueckert_2016.pdf). (This describes version [0.12.0](https://github.com/maddin79/darch/releases/tag/v0.12.0))

近期下载者

相关文件


收藏者