
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
act-neuron
Advanced tools
act provides tools for optimization-based parameter selection for biologically realistic cell models developed in NEURON. The project is inspired by the ASCT library.
act relies on a simulation-based optimization, i.e., for a pipeline
Parameters -> Black-box simulator -> Simulated data
it tries to obtain parameter estimates indirectly by working with simulated data.
Currently, act can be installed from GitHub using pip or locally with the standard pip installation process.
pip install act-neuron
git clone https://github.com/V-Marco/ACT.git
cd ACT
pip install .
Conceptually, act requires three components.
.hoc file which declares the cell's properties..hoc file.act operates in original and segregated modes. Original mode runs in the following steps:
Segregated mode changes step 5 so that the model is trained on regions of a voltage trace. The regions can be specified in terms of time (X-axis) or voltage (Y-axis) bounds.
Simulations' parameters are defined as python classes in simulation/simulation_constants.py.
params property. The names must match the hoc file. Lower and upper bounds are specified in lows and highs properties.segr_... properties.simulation/run_simulation.py is an example script of running act on Pospichil's cells.
simulation/analyze_res.py is an example script which gives a summary of the model's quality.
examples/Pospischil_sPYr/main.ipynb example of running act on Pospichil's cells
On Google Colab:
FAQs
Automatic Cell Tuner
We found that act-neuron demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.