Releases: dancasmor/sPyMem
Releases · dancasmor/sPyMem
0.0.9
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
- 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.