OrderVis/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2021-11-10 16:44:41 +08:00
# OrderVis
2021-09-19 20:44:27 +08:00
It's a interface for ReorderVis, a tool that can rise the explainability of your Rnn Model.
2021-10-04 17:40:16 +08:00
2021-11-10 16:50:12 +08:00
'''
This system is divided into two parts - browser side and machine learning side. The machine learning side calculates interpretable information of the RNN model the researcher set based on the input and the prediction value of the input reordered by the end user. The machine learning part can run directly to provide part of the interpretability. The code has been placed under the machine learning side branch https://github.com/505025234/OrderVis/tree/machine-learning-side
2021-11-10 16:44:41 +08:00
2021-11-10 16:50:12 +08:00
While the browser side is responsible for the functions of visualization and interaction, which greatly improves the interpretability with the help of the machine learning side.
The code has been placed under the browser side branch https://github.com/505025234/OrderVis/tree/browser-side
2021-11-10 16:44:41 +08:00
2021-11-10 16:50:12 +08:00
If you need to use our system, you need to run the browser side and machine learning side on the same or two machines.
'''
'''
If you just want to check the efficiency of the system, you can just visit http://52.82.121.31:81/ to use the example we have set.
'''