Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 2.65 KB

File metadata and controls

34 lines (18 loc) · 2.65 KB

Introspection Tutorial

A hands-on tutorial to get started with different aspects of neural network introspection.

Full binder image can be found here: drawing

Exercise: XAI Feature Importance

Example and Solution: SHAP (SHapley Additive exPlanations) to rank importance of input features

drawing

drawing

Exercise: Network Visualization

Example: Visualization of 3D convolutional network trained on a regression task

drawing

Solutions can be found here: drawing

Exercise: Network Attention

Example: Attention of 3D convolutional network trained on a regression task

drawing

Solutions can be found here: drawing

Bonus tutorial:

Semi-numerical simulation of the 21cm signal used in the visualization and attention tutorial

drawing