Skip to content

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

Notifications You must be signed in to change notification settings

CursedSeraphim/NAM-torch

Repository files navigation

Neural Additive Models for PyTorch

An implementation of a simple Neural Additive Model. (Agarwal et al. 2020) in PyTorch. It is applied to the Iris dataset for classification and feature map visualization.

iris_feature_maps

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published