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

https://github.com/cursedseraphim/nam-torch

A simple implementation of the Neural Additive Model by Agarwal et al. in PyTorch.
https://github.com/cursedseraphim/nam-torch

explainable-ai interpretable-ai interpretable-machine-learning iris-dataset machine-learning xai

Last synced: 4 months ago
JSON representation

A simple implementation of the Neural Additive Model by Agarwal et al. in PyTorch.

Awesome Lists containing this project

README

          

# Neural Additive Models for PyTorch
An implementation of a simple [Neural Additive Model](https://neural-additive-models.github.io/). ([Agarwal et al. 2020](https://arxiv.org/abs/2004.13912)) in PyTorch. It is applied to the Iris dataset for classification and feature map visualization.

![iris_feature_maps](https://user-images.githubusercontent.com/29144639/193257422-80744e25-f5cb-4824-8e46-96a27a2f5a61.png)

# TODOs
* Implement the ExU
* Implement Binary Classification model structure
* Implement Regression model structure
* Implement a more general framework / classes / functions that perform the feature map visualization on arbitrary datasets