guowenxin commited on
Commit
e76529a
·
1 Parent(s): d58d1a8

Update modified README

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -121,4 +121,7 @@ year={2022}
121
 
122
  This dataset contain all information from the source data. The only change made is to rearrange the structure by extracting the file names, which correspond to NDC and image id, and put them into separated columns.
123
 
 
 
 
124
 
 
121
 
122
  This dataset contain all information from the source data. The only change made is to rearrange the structure by extracting the file names, which correspond to NDC and image id, and put them into separated columns.
123
 
124
+ ## Example Use Case
125
+
126
+ Here is a link to an [example use case](https://colab.research.google.com/drive/1UPaAnVacx3ZpOy_koWFwWIluhVZYOdhT?usp=sharing) of this dataset, which trained supervised models to predict the national drug code for each image. The highest accuracy obtained is about 97% using EfficientNetV2M as the pre-train model and Support Vector Machines as the supervised learning algorithm.
127