Skip to content

Releases: dancasmor/sPyMem

0.0.9

13 Feb 12:26
Compare
Choose a tag to compare

Added connect_in and connect_out functions to all current memory models, except hippocampus_with_forgetting, to connect as many input and/or output populations as desired to the memory models. In addition, it allows the instantiation of the memory model to be separated from the connection to the input and output populations.

0.0.8

31 Jan 10:21
Compare
Choose a tag to compare
  • Added new hippocampal bioinspired memory models: CA3 alone, hippocampus with a more bioinspired approach for DG and CA1 layers, and CA3 alone content addressable.
  • Changed the internal addressing of models within the library, thus updated the new way of importing models (including previous models).
  • Added test for new models.
  • Updated the documentation to include the new models.

0.0.4

24 Jun 09:46
Compare
Choose a tag to compare

Added param to control the initial weight of CA3cue-CA3cont synapses, i.e., the possibility of preloading the memory with an initial content predefined by the synapse weights.

0.0.3

22 Jun 09:48
Compare
Choose a tag to compare

Fixed error with cue sizes exact multiples of 2.

0.02

22 Jun 08:57
Compare
Choose a tag to compare

Added access to new variables (synapses) of the memory model.

0.0.1

13 Jun 10:10
Compare
Choose a tag to compare

First version of the sPyMem python package. Contains the first hippocampus-based memory model.