
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.