This study explores novel activation functions that enhance the ability of neural networks to manipulate data topology during training. Building on the limitations of traditional activation functions like
These functions enable networks to transform complex data manifolds effectively, improving performance in scenarios with low-dimensional layers. Through experiments on synthetic and real-world datasets, we demonstrate that
Our findings highlight the potential of topology-aware activation functions in advancing neural network architectures.
# Clone the repository
git clone https://github.com/Snopoff/Topology-Aware-Activations.git
# Navigate to project directory
cd Topology-Aware-ActivationsTopology-Aware-Activations/
├── configs/
├── notebooks/
├── scripts/
├── src/
├── tex/
├── main.py
├── Makefile
└── README.md