This repository contains code to reproduce results from the paper https://arxiv.org/abs/2503.21708.
# e.g. using conda
conda create -n dyaf python=3.11
conda activate dyaf
pip install numpy scipy matplotlib scienceplots jupyter
jupyter notebook
The notebook Dynamic_Activation_Functions.ipynb
can be used to reproduce the data, results and figures from the paper.