Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand transparency and explainability mitigations #32

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ Web APIs by their design make it possible to integrate into browsers developer t

<dfn><a>TE-R2</a> Mitigations</dfn>

Web-based visualization tools have been developed for deep networks for educational use and their integration into browsers remains further work.<p>Integrate into web browser developer tools a conceptual graph of the models structure to inspect and understand the model architecture.<p>The ML model could be viewed by an integrated tool and in a visual way such [Netron](https://netron.app/) does today.
Web-based visualization tools have been developed for deep neural networks for educational use. Such tools provide a conceptual graph of a model's structure to help inspect and understand the model's architecture. Examples of tools that make use of model-agnostic explainability techniques to provide a visual view include [Netron](https://netron.app/) and [WebSHAP](https://poloclub.github.io/webshap/). Integration of this type of transparency and explainability features into browser developer tools remains future work.

<dfn><a>TE-R3</a> Mitigations</dfn>

Expand Down
Loading