Skip to content

Commit

Permalink
Merge pull request #51 from aimclub/update-examples
Browse files Browse the repository at this point in the history
update examples
  • Loading branch information
MedAI-Lab-ITMO authored Dec 21, 2023
2 parents 08a145c + 65dc97d commit c15a29c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 16 deletions.
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,27 @@
## Примеры и тьюториалы
Примеры использования API библиотеки:
* [Визуализация](/examples/minimal/Visualization.ipynb)
* [Гомологии](/examples/minimal/Homologies.ipynb)
* [Байесианизация](/examples/minimal/Bayesianization.ipynb)
Примеры использования библиотеки для индустриальных задач:
* [CIFAR10 classification](/examples/CIFAR10)
* [casting defect detection](/examples/casting)
Колабы, демонстрирующие, как работать с различными модулями нашего API:
| Colab Link | Module |
| ------------- | ------------- |
| [![bayes](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Ayd0IronxUIfnbAmWQLHiILG2qtBBpF4?usp=sharing)| bayes |
| [![topology](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1T5ENfNaCIRI61LM2ZhtU8lfmvRmlfiEo?usp=sharing)| topology |
| [![visualization](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1LJVdWTv-wcASSMX4is_E15TR7XJsT7W3?usp=sharing)| visualization |
Больше ноутбуков с примерами можно найти [здесь](/examples/)
### Use Cases
TBD
### Industrial Applications
В этом блоке приведены примеры использования eXplain-NN для решения промышленных задач. Для демонстрационных целей используются 2 задачи:
* [casting] выявление дефектов литейных материалов
* [CIFAR] классификация естественных изображений в наборе данных CIFAR.
| Colab Link | Task | Use Case |
| ------------- | ------------- | ------------- |
| [![casting_viz](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/16buElLs1hv0lBP2wglbiM7DLTwdsudcm?usp=sharing)| casting | Визуализация изменения многообразия данных от слоя к слою |
| [![CIFAR_viz](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12ZJigH-0geGTefNXnCM5dQ71d4tqlf6L?usp=sharing)| CIFAR | Визуализация изменения многообразия данных от слоя к слою |
## Как помочь проекту
[Инструкции](/docs/contribution.md).
Expand Down
35 changes: 27 additions & 8 deletions README_eng.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,33 @@ eXplain-NNs Library API is available [here](https://med-ai-lab.github.io/eXplain
## Examples & Tutorials
We provide tutorials demonstrating suggested usage pipeline:
* [Visualization](/examples/minimal/Visualization.ipynb)
* [Homologies](/examples/minimal/Homologies.ipynb)
* [Bayesianization](/examples/minimal/Bayesianization.ipynb)
We also provide examples of application of our library to different tasks:
* [CIFAR10 classification](/examples/CIFAR10)
* [casting defect detection](/examples/casting)
We provides examples of several types:
* [API demonstration] minimalistic examples showing how to work with our API
* [use cases] use cases where eXplain-NNs can be used with detailed explanations
* [industrial applications] examples with application of our library to solving industrial tasks
### API Demostration
Here are colabs demonstrating how to work with different modules of our API:
| Colab Link | Module |
| ------------- | ------------- |
| [![bayes](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Ayd0IronxUIfnbAmWQLHiILG2qtBBpF4?usp=sharing)| bayes |
| [![topology](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1T5ENfNaCIRI61LM2ZhtU8lfmvRmlfiEo?usp=sharing)| topology |
| [![visualization](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1LJVdWTv-wcASSMX4is_E15TR7XJsT7W3?usp=sharing)| visualization |
Also more notebooks with examples can be found [here](/examples/)
### Use Cases
TBD
### Industrial Applications
This block provides examples how eXplain-NNs can be used to solve industrial tasks. For demonstration purposed 2 tasks are used:
* [casting] detecting defects of casting materials
* [CIFAR] natural image classification on CIFAR dataset
| Colab Link | Task | Use Case |
| ------------- | ------------- | ------------- |
| [![casting_viz](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/16buElLs1hv0lBP2wglbiM7DLTwdsudcm?usp=sharing)| casting | Visualization of data manifold evolution from layer to layer |
| [![CIFAR_viz](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12ZJigH-0geGTefNXnCM5dQ71d4tqlf6L?usp=sharing)| CIFAR | Visualization of data manifold evolution from layer to layer |
## Contribution Guide
The contribution guide is available in the [repository](/docs/contribution.md).
Expand Down

0 comments on commit c15a29c

Please sign in to comment.