A research project exploring symbolic network pruning and reinforcement learning from symbolic feedback (RLSF).
This project implements symbolic network topology techniques to create more interpretable and efficient neural networks through targeted pruning and fine-tuning with symbolic feedback.
- Python 3.8+
- Poetry
# Clone the repository
git clone <repository-url>
cd symbolic-network-topology
# Setup development environment
./setup-dev.sh
src/
- Core implementationtests/
- Test suitescripts/
- Utility scriptsconf/
- Configuration files (Hydra)
This project is licensed under the MIT License - see the LICENSE file for details.