TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Xplique Is a Neural Networks Explainability Toolbox

9 pointsby AdilZtnover 1 year ago

3 comments

anto-pocover 1 year ago
This is an explanainability library to unveil information on neural networks.<p>It proposes a large variety of attribution methods, they support diverse data types (Tabular, Time Series, and Images) and diverse tasks (classification, regression, object detection, semantic segmentation).<p>You should have a look to the tutorials or the documentation to know more.
kyumeoover 1 year ago
Hi!<p>One of the main contributors here!<p>Xplique handles both TF and Torch frameworks for a variety of attribution methods (some of them developed by our team), concept methods (including the excellent CRAFT by Thomas Fel et al.) and Feature Visualization.<p>Please take a look and tell us what you think about it, any feedback welcome!
raphaeltyover 1 year ago
The library is clean and well documented