Getting Started#

NNsight (/ɛn.saɪt/) is a package for the interpreting and manipulating the internals of deep learning models.

Installation#

To get started with NNsight, install it with pip.

pip install nnsight

First Steps#

Walkthrough

Walk through the basic functionality of the package.

notebooks/tutorials/walkthrough.ipynb
Features

Check out the basic features provided by nnsight.

Features
Tutorials

See implementations of nnsight through common interpretability techniques.

Tutorials