keisen / tf-keras-vis

Neural network visualization toolkit for tf.keras
https://keisen.github.io/tf-keras-vis-docs/
MIT License
311 stars 45 forks source link

Could you tell me the paper wrote about visualizing dense layer and filters? #28

Open Goodkorning opened 3 years ago

Goodkorning commented 3 years ago

Like grad-cam or Smooth grad, Please Let me know the papers wrote about them.

keisen commented 3 years ago

I've leaned it in keras example , keras-vis , and the great helpful article to understand Feature Visualization . The paper you're looking for may be quoted by above site.

I hope this will be useful to you.