|
|
|
|
|
by nl
3021 days ago
|
|
There's no such thing as auto-labeling. 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... |
|