Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 560 Bytes

File metadata and controls

29 lines (19 loc) · 560 Bytes

Dynamic Activation Functions

This repository contains code to reproduce results from the paper https://arxiv.org/abs/2503.21708.

1. Preparation

Create and Activate a Virtual Environment

# e.g. using conda
conda create -n dyaf python=3.11
conda activate dyaf

Install Dependencies

pip install numpy scipy matplotlib scienceplots jupyter

2. Usage

Run notebook server

jupyter notebook

The notebook Dynamic_Activation_Functions.ipynb can be used to reproduce the data, results and figures from the paper.