A Python library for modeling and simulating the entorhinal-hippocampal complex during spatial navigation tasks.
This library provides computational tools for research and simulations focused on the neural mechanisms underlying spatial navigation, particularly in the hippocampus and entorhinal cortex. It implements biologically plausible learning mechanisms and neural representations that support spatial cognition.
pip install ehc-sn
Requires Python 3.10 or later.
- Neural representation components for place cells, grid cells, and head direction cells
- Spatial mapping functions for environment representation
- Memory encoding and retrieval mechanisms
- Implementation of spike-timing-dependent plasticity (STDP)
- Biologically plausible autoencoder components
For development, clone the repository and install in development mode:
git clone https://github.com/username/ehc-sn.git
cd ehc-sn
pip install -e ".[dev]"
Run tests with:
pytest
For complete documentation, visit https://ehc-sn.readthedocs.io
If you use this library in your research, please cite:
@software{ehc_sn2023,
author = {EHC Research Team},
title = {Entorhinal-Hippocampal Complex (EHC) Spatial Navigation},
url = {https://github.com/username/ehc-sn},
version = {0.1.0},
year = {2023},
}
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.