Python implementation of the Leabra algorithm. Forked to package and upload to PyPi.
Project description
Explanation of Fork
This is a fork of Leabra, to be uploaded for distribution on PyPi. The package is completely unchanged from the original with the exception of the following modifications:
- The name of the package was changed, so that the original authors may use the original name if they decide to upload to PyPi at some point.
- This section was added to the readme.
- Several trivial modifications were made to setup.py for compatibility with PyPi.
- The version number was incremented to account for the above listed changes.
Leabra
This repository holds a Python implementation of the Leabra (Local, Error-driven and Associative, Biologically Realistic Algorithm) framework. The reference implementation for Leabra is in emergent developped by the Computational Cognitive Neuroscience Laboratory at the University of Colorado Boulder. This Python implementation targets emergent 8.1.0, and only implements the rate-coded mode —which includes some spiking behavior, but is different from the discrete spiking mode (which is not implemented).
This work is the fruit of the collaboration of the Computational Cognitive Neuroscience Laboratory at the University of Colorado Boulder and the Mnemosyne Project-Team at Inria Bordeaux, France.
Status & Roadmap
This is a work in progress. Most of the basic algorithms of Leabra are implemented, but some mechanisms are still missing. While the current implementation passes several quantitative tests of equivalence with the emergent implementation (8.1.1, r11060), the number and diversity of tests is too low to guarantee that the implementation is correct yet.
- Unit, Layer, Connection, Network class
- XCAL learning rule
- Basic notebook examples
- Quantitative equivalence with emergent
- Neuron tutorial notebook
- Inhibition tutorial notebook
- Weight balance mechanism
Installation & Usage
Install dependencies:
pip install -r requirements.txt
Then, launch Jupyter to see usage examples:
jupyter notebook index.ipynb
Run Notebooks Online
Notebooks can be run online without installation with the Binder service. The service is still experimental, and may be down or unstable.
Useful Resources
License
To be decided.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file leabra_psyneulink-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: leabra_psyneulink-0.3.2-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 405c714b2c636effd481bfef9b077428902535ce72d0a3e5f6c9782df7a85a56 |
|
MD5 | 10161e215d25486cf1c8c5655b487d22 |
|
BLAKE2b-256 | 3f626cedb15e61fc4a77fb23a37126666258ab9ca33653e4d8360f65cf0fb641 |