Interpreting Deep Neural Networks with the Package innsight

06/19/2023
by   Niklas Koenen, et al.
0

The R package innsight offers a general toolbox for revealing variable-wise interpretations of deep neural networks' predictions with so-called feature attribution methods. Aside from the unified and user-friendly framework, the package stands out in three ways: It is generally the first R package implementing feature attribution methods for neural networks. Secondly, it operates independently of the deep learning library allowing the interpretation of models from any R package, including keras, torch, neuralnet, and even custom models. Despite its flexibility, innsight benefits internally from the torch package's fast and efficient array calculations, which builds on LibTorch - PyTorch's C++ backend - without a Python dependency. Finally, it offers a variety of visualization tools for tabular, signal, image data or a combination of these. Additionally, the plots can be rendered interactively using the plotly package.

READ FULL TEXT
research
11/16/2017

A unified view of gradient-based attribution methods for Deep Neural Networks

Understanding the flow of information in Deep Neural Networks is a chall...
research
05/16/2023

torchosr – a PyTorch extension package for Open Set Recognition models evaluation in Python

The article presents the torchosr package - a Python package compatible ...
research
03/12/2010

Release ZERO.0.1 of package RefereeToolbox

RefereeToolbox is a java package implementing combination operators for ...
research
11/24/2015

rnn : Recurrent Library for Torch

The rnn package provides components for implementing a wide range of Rec...
research
04/09/2023

Slideflow: Deep Learning for Digital Histopathology with Real-Time Whole-Slide Visualization

Deep learning methods have emerged as powerful tools for analyzing histo...
research
11/04/2019

XDeep: An Interpretation Tool for Deep Neural Networks

XDeep is an open-source Python package developed to interpret deep model...
research
03/16/2023

cito: An R package for training neural networks using torch

1. Deep neural networks (DNN) have become a central class of algorithms ...

Please sign up or login with your details

Forgot password? Click here to reset