Package: leabRa
Type: Package
Title: The Artificial Neural Networks Algorithm Leabra
Version: 0.1.0
Authors@R: c(
    person("Johannes", "Titz", email = "johannes.titz@gmail.com",
    role = c("aut", "cre", "cph")),
    person("Sergio", "Verduczo-Flores", role = "cph"),
    person("Randall", "O'Reilly", role = "cph"))
Description: The algorithm Leabra (local error driven and associative
    biologically realistic algorithm) allows for the construction of artificial
    neural networks that are biologically realistic and balance supervised and
    unsupervised learning within a single framework. This package is based on
    the 'MATLAB' version by Sergio Verduzco-Flores, which in turn was based on
    the description of the algorithm by Randall O'Reilly (1996)
    <ftp://grey.colorado.edu/pub/oreilly/thesis/oreilly_thesis.all.pdf>. For
    more general (not 'R' specific) information on the algorithm Leabra see
    <https://grey.colorado.edu/emergent/index.php/Leabra>.
Depends: R (>= 2.10)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: plyr (>= 1.8.4), R6 (>= 2.2.1)
Collate: 'data.R' 'misc.R' 'unit.R' 'layer.R' 'network.R' 'leabRa.R'
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/johannes-titz/leabRa
BugReports: https://github.com/johannes-titz/leabRa/issues
NeedsCompilation: no
Packaged: 2017-09-22 09:45:35 UTC; jt
Author: Johannes Titz [aut, cre, cph],
  Sergio Verduczo-Flores [cph],
  Randall O'Reilly [cph]
Maintainer: Johannes Titz <johannes.titz@gmail.com>
Repository: CRAN
Date/Publication: 2017-09-22 11:07:21 UTC
