
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.