An open API service indexing awesome lists of open source software.

https://github.com/csirmaz/trained-linearization

Interpreting neural networks by reducing nonlinearities during training
https://github.com/csirmaz/trained-linearization

interpretability linearization lua machine-learning neural-network rule-extraction torch

Last synced: 4 months ago
JSON representation

Interpreting neural networks by reducing nonlinearities during training

Awesome Lists containing this project

README

          

# Interpreting Neural Networks by Reducing Nonlinearities during Training

This repo contains a short paper and sample code demonstrating
a simple solution that makes it possible to
extract rules from a neural network that employs Parametric Rectified Linear Units (PReLUs).
We introduce a force, applied in parallel to backpropagation, that
aims to reduce PReLUs into the identity function, which then causes
the neural network to collapse into a smaller system of linear functions and inequalities
suitable for review or use by human decision makers.

As this force reduces the capacity of neural networks, it is expected to help avoid overfitting as well.

Download the article in PDF format from the latest release at https://github.com/csirmaz/trained-linearization/releases/latest .