interpret icon indicating copy to clipboard operation
interpret copied to clipboard

Deep models

Open T-nfd opened this issue 4 years ago • 3 comments

Hi Sirs,

I am a new researcher in this field. I want to use interpretml in a deep model. Except using for visualization, I need to understand the source code logic. I mean I need found what this explainer read from a deep model when it interprets the model.

Can you please help me with which source code I can understand this explainer behaviour and what it examines from a deep model?

T-nfd avatar Jul 05 '21 12:07 T-nfd

Hi @Nima-pw,

Glad to hear about your interest! Could you elaborate a bit on your question for us? You can find our source code for all explainers here: https://github.com/interpretml/interpret/tree/develop/python/interpret-core/interpret in the "glassbox" and "blackbox" folders.

You may also get some insights from the Algorithms section of our documentation: https://interpret.ml/docs/ebm.html

-InterpretML Team

interpret-ml avatar Jul 07 '21 19:07 interpret-ml

Hi Thanks for your response. I want to know how layers, logs, parameters, etc. of a deep model are examined for interpretability?

T-nfd avatar Jul 09 '21 15:07 T-nfd

I hope my question be clear and you can help me.

T-nfd avatar Jul 11 '21 13:07 T-nfd