dpetrini commited on
Commit
6afb605
·
verified ·
1 Parent(s): 76b1648

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,4 +10,6 @@ This model achieved the best (to my knowledge and by the time of the paper) AUC
10
 
11
  This model achieves an AUC of 0.8511, considering two-views (CC and MLO) of each side of each exam.
12
 
13
- To evaluate the performance of classifiers, we grouped the Bi-RADS categories into two broader classes: “Normal” for views classified as Bi-RADS 1 and 2, and “Abnormal” for views classified as Bi-RADS 3, 4, and 5.
 
 
 
10
 
11
  This model achieves an AUC of 0.8511, considering two-views (CC and MLO) of each side of each exam.
12
 
13
+ To evaluate the performance of classifiers, we grouped the Bi-RADS categories into two broader classes: “Normal” for views classified as Bi-RADS 1 and 2, and “Abnormal” for views classified as Bi-RADS 3, 4, and 5.
14
+
15
+ Please find code and inference instructions here: [https://github.com/dpetrini/multiple-view](https://github.com/dpetrini/multiple-view)