The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Error-driven learning (based on the Widrow & Hoff (1960)<https://isl.stanford.edu/~widrow/papers/c1960adaptiveswitching.pdf> learning rule, and essentially the same as Rescorla-Wagner's learning equations (Rescorla & Wagner, 1972, ISBN: 0390718017), which are also at the core of Naive Discrimination Learning, (Baayen et al, 2011, <doi:10.1037/a0023851>) can be used to explain bottom-up human learning (Hoppe et al, <doi:10.31234/osf.io/py5kd>), but is also at the core of artificial neural networks applications in the form of the Delta rule. This package provides a set of functions for building small-scale simulations to investigate the dynamics of error-driven learning and it's interaction with the structure of the input. For modeling error-driven learning using the Rescorla-Wagner equations the package 'ndl' (Baayen et al, 2011, <doi:10.1037/a0023851>) is available on CRAN at <https://cran.r-project.org/package=ndl>. However, the package currently only allows tracing of a cue-outcome combination, rather than returning the learned networks. To fill this gap, we implemented a new package with a few functions that facilitate inspection of the networks for small error driven learning simulations. Note that our functions are not optimized for training large data sets (no parallel processing), as they are intended for small scale simulations and course examples. (Consider the python implementation 'pyndl' <https://pyndl.readthedocs.io/en/latest/> for that purpose.)
Version: | 1.1 |
Depends: | R (≥ 4.0.0), plotfunctions (≥ 1.4), data.table |
Suggests: | knitr, rmarkdown |
Published: | 2021-09-20 |
DOI: | 10.32614/CRAN.package.edl |
Author: | Jacolien van Rij [aut, cre], Dorothée Hoppe [aut] |
Maintainer: | Jacolien van Rij <j.c.van.rij at rug.nl> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | no |
Citation: | edl citation info |
Materials: | NEWS |
CRAN checks: | edl results |
Reference manual: | edl.pdf |
Vignettes: |
EDL: Examples of the functions in the package edl |
Package source: | edl_1.1.tar.gz |
Windows binaries: | r-devel: edl_1.1.zip, r-release: edl_1.1.zip, r-oldrel: edl_1.1.zip |
macOS binaries: | r-release (arm64): edl_1.1.tgz, r-oldrel (arm64): edl_1.1.tgz, r-release (x86_64): edl_1.1.tgz, r-oldrel (x86_64): edl_1.1.tgz |
Old sources: | edl archive |
Please use the canonical form https://CRAN.R-project.org/package=edl to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.