Skip to content

Commit f4f1796

Browse files
Update README.md
1 parent 7aff4ef commit f4f1796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Bottom matrix is showing classification probabilities for each individual exampl
3131

3232
![](https://github.com/Hellisotherpeople/Active-Explainable-Classification/blob/master/conf_matrix.png)
3333

34-
Takes in documents from the user using Standard Input - Then the model classifies, explains why it classified the way it did, and asks the user if the predicted label is the ground truth or not. User supplies the ground truth, the model incrementally trains on the new example, and the cycle continues. This is called *active learning*
34+
Takes in documents from the user using Standard Input - Then the model classifies, explains why it classified the way it did, and asks the user if the predicted label is the ground truth or not. User supplies the ground truth, the model incrementally trains on the new example, and that new example (with human supplied label) is appended to my dataset and the cycle continues. This is called *active learning*
3535

3636
![](https://github.com/Hellisotherpeople/Active-Explainable-Classification/blob/master/explaination.png)

0 commit comments

Comments
 (0)