Skip to content

Commit f93f9ef

Browse files
Update README.md
1 parent cb52258 commit f93f9ef

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ TODO: 1. Finish README - Cite relavent technologies and papers
2121

2222
## Examples
2323

24-
Toy example of a possible debate classifier seperating between 11 classes
24+
Toy example of a possible debate classifier seperating between 11 classes
25+
26+
27+
![](https://github.com/Hellisotherpeople/Active-Explainable-Classification/blob/master/explaination2.png)
2528

2629
ANB = Antiblackness, CAP = Capitalism, ECON = Economy, EDU = Education, ENV = Environment, EX = Extinction, FED = Federalism, HEG = Hegemony, NAT = Natives, POL = Politics, TOP = Topicality
2730

@@ -31,6 +34,8 @@ Bottom matrix is showing classification probabilities for each individual exampl
3134

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

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*
37+
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*
38+
39+
![](https://github.com/Hellisotherpeople/Active-Explainable-Classification/blob/master/explaination3.png)
3540

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

0 commit comments

Comments
 (0)