|
|
|
|
|
by gajju3588
3018 days ago
|
|
Auto labeling would be way forward for Supervised Algorithms. Get some data to annotate from your team, and tag rest of them using auto-labeling. https://dataturks.com/ could be such player, Not sure how will these survive in front of Google. |
|
Data Turks is manual labeling.
There is active learning[1] and related algorithms where you trace the boundary of your classifier and pass examples along that boundary to be manually labeled (as they are the ones the classifier is most unsure about).
But there is nothing "auto" about this - it's just being smart about where to deploy the manual labor.
[1] https://en.wikipedia.org/wiki/Active_learning_(machine_learn...