tensorflow / lucid

A collection of infrastructure and tools for research in neural network interpretability.
Apache License 2.0
4.65k stars 655 forks source link

Support for non-image models #212

Open amjass12 opened 4 years ago

amjass12 commented 4 years ago

Hi all,

I was wondering if lucid can be applied to sequential models that use tabular data to visualise activation maps throughout the network based on how different layers/nodes in layers interact with one another and where they lie in terms of dimensionality reduction? if this is a possible is there an example of how to apply this?

many thanks!