BioElectricNetwork
Python libraries for simulating, training and evolving minimal bioelectric networks
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2020-12-22 |
| Downloads | 0 |
| Last Indexed | 2026-09-07 06:08 |
Installation
nimble install BioElectricNetwork
choosenim install BioElectricNetwork
git clone https://gitlab.com/smanicka/BEN
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| BioElectricNetwork | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/smanicka/BEN |
|---|---|
| Homepage | https://gitlab.com/smanicka/BEN |
| Registry Source | gitlab |
README
BioElectricNetwork
Python libraries for simulating, training and evolving minimal bioelectric networks
This software accompanies the paper Modeling somatic computation with non-neural bioelectric networks.
All the data referenced in the paper are located in the data folder.
Run the following command to set up the 'BioelectricNetwork' package: pip install -e . --user
Required packages: pytorch, numpy, matplotlib