Update README.md

This commit is contained in:
505025234 2021-11-19 16:26:45 +08:00 committed by GitHub
parent 14ea0ccba4
commit 01af8e7413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ It is an interface of OrderVis, a tool that can rise explainability of DTM(Deep
## How to use
This system is divided into two parts - browser side and machine learning side. The machine learning side calculates interpretable information of DTM that researchers set based on input and prediction value of input reordered by end user. The machine learning part can run directly to provide part of interpretability. The code has been placed under machine learning side branch https://github.com/505025234/OrderVis/tree/machine-learning-side
This system includes two parts - browser side and machine learning side. The machine learning side calculates interpretable information of DTM that researchers set based on input and prediction value of input reordered by end user. The machine learning part can run directly to provide part of interpretability. The code has been placed under machine learning side branch https://github.com/505025234/OrderVis/tree/machine-learning-side
While the browser side is responsible for functions of visualization and interaction, which greatly improves interpretability with help of the machine learning side.