Repository navigation
captum
- Website
- Wikipedia
Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code.
Interpretability for sequence generation models 🐛 🔍
Collection of NLP model explanations and accompanying analysis tools
XAI Tutorial for the Explainable AI track in the ALPS winter school 2021
Overview of different model interpretability libraries.
A small repository to test Captum Explainable AI with a trained Flair transformers-based text classifier.
Trained Neural Networks (LSTM, HybridCNN/LSTM, PyramidCNN, Transformers, etc.) & comparison for the task of Hate Speech Detection on the OLID Dataset (Tweets).
End-to-end toxic Russian comment classification
This repository contains the source code for Indoor Scene Detector, a full stack deep learning computer vision application.
Interpretable graph classifications using Graph Convolutional Neural Network
Deep Classiflie is a framework for developing ML models that bolster fact-checking efficiency. As a POC, the initial alpha release of Deep Classiflie generates/analyzes a model that continuously classifies a single individual's statements (Donald Trump) using a single ground truth labeling source (The Washington Post). For statements the model deems most likely to be labeled falsehoods, the @DeepClassiflie twitter bot tweets out a statement analysis and model interpretation "report"
Model interpretability for Explainable Artificial Intelligence
OdoriFy is an open-source tool with multiple prediction engines. This is the source code of the webserver.
This in an introduction to PyTorch Geometric, the deep learning library for Graph Neural Networks, and to interpretability tools for analyzing the decision process of a GNN.
Deep_classiflie_db is the backend data system for managing Deep Classiflie metadata, analyzing Deep Classiflie intermediate datasets and orchestrating Deep Classiflie model training pipelines. Deep_classiflie_db includes data scraping modules for the initial model data sources. Deep Classiflie depends upon deep_classiflie_db for much of its analytical and dataset generation functionality but the data system is currently maintained as a separate repository here to maximize architectural flexibility. Depending on how Deep Classiflie evolves (e.g. as it supports distributed data stores etc.), it may make more sense to integrate deep_classiflie_db back into deep_classiflie. Currently, deep_classiflie_db releases are synchronized to deep_classiflie releases. To learn more, visit deepclassiflie.org.