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

Update README.md #372

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Update README.md #372

merged 1 commit into from
Oct 20, 2022

Conversation

elboyran
Copy link
Contributor

addresses issue #336

addresses issue #336
@elboyran elboyran self-assigned this Oct 18, 2022

* Provides an easy-to-use interface for non (X)AI experts
* Implements well-known XAI methods (LIME, RISE and Kernal SHAP) chosen by systematic and objective evaluation criteria
* Supports the de-facto standard format for neural network models - ONNX.
* Includes clear instructions for export/conversions from Tensorflow, Pytorch, Keras and scikit-learn to ONNX.
* Supports both images and text data modalities. Time series, tabular data and even embeddings support is planned.
* Supports both images and text data modalities. Time series is work in progress, tabular data and even embeddings support is planned.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Supports both images and text data modalities. Time series is work in progress, tabular data and even embeddings support is planned.
* Supports images and text data modalities. Work on both time series and embeddings modalities is in progress. Support for tabular modality is planned for later.

@@ -43,13 +43,20 @@ DIANNA is a Python package that brings explainable AI (XAI) to your research pro
It's built by, with and for (academic) researchers and research software engineers working on machine learning projects.

## Why DIANNA?
DIANNA software is addressing needs of both (X)AI researchers and mostly the various domains scientists who are using or will use AI models for their research without being experts in (X)AI. DIANNA is future-proof: the only XAI library supporting the [Open Neural Network Exchange (ONNX)](https://onnx.ai/) format.
DIANNA software is addressing needs of both (X)AI researchers and mostly the various domains scientists who are using or will use AI models for their research without being experts in (X)AI. DIANNA is future-proof: one of the very few XAI library supporting the [Open Neural Network Exchange (ONNX)](https://onnx.ai/) format.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DIANNA software is addressing needs of both (X)AI researchers and mostly the various domains scientists who are using or will use AI models for their research without being experts in (X)AI. DIANNA is future-proof: one of the very few XAI library supporting the [Open Neural Network Exchange (ONNX)](https://onnx.ai/) format.
DIANNA software is facilitates both (X)AI researchers and domain scientists who want to use AI models for their research without being experts in (X)AI. DIANNA is future-proof: one of the very few XAI library supporting the [Open Neural Network Exchange (ONNX)](https://onnx.ai/) format.

Some changes to make it read easier (I hope).

@elboyran elboyran merged commit 35c6603 into main Oct 20, 2022
@geek-yang geek-yang deleted the update-readme branch October 20, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants