Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

leabRa

This package provides the Leabra artificial neural network algorithm (O’Reilly, 1996) for R. Leabra stands for “local error driven and associative biologically realistic algorithm”. It is the Rolls Royce of artificial neural networks because it combines error driven learning and self organized learning in an elegant way, while focusing on a biologically plausible learning rule. If you have never heard of Leabra, you should read about it first. A good place to start is the computational cognitive neuroscience book (Part I), available at https://grey.colorado.edu/CompCogNeuro/index.php/CCNBook/Main (O’Reilly et al., 2016).

Installation

via CRAN:

install.pacakges("leabRa")

via devtools and git (and with building the vignette; this takes a while)

install.packages("devtools")
devtools::install_github("johannes-titz/leabRa", build_vignettes = TRUE)

Now you can load the package:

library(leabRa)
#> Welcome to leabRa

To see how it works, have a look at the vignette:

vignette("leabRa")

And the help files:

?network
?layer
?unit

Citation

Johannes Titz (2017). leabRa: An R implementation of the artificial neural networks algorithm Leabra. R package version 0.1.0. https://CRAN.R-project.org/package=leabRa

A BibTeX entry for LaTeX users is

@Manual{titz2017, title = {leabRa: The Artificial Neural Networks Algorithm Leabra}, author = {Johannes Titz}, year = {2017}, note = {R package version 0.1.0}, url = {https://CRAN.R-project.org/package=leabRa}, }

About

No description, website, or topics provided.

Resources

Packages

No packages published
You can’t perform that action at this time.