Closed dsmilkov closed 6 years ago
The KNN classifier lives in tfjs-core and is outdated.
We need to make it generic (have it work with any embedding, not just squeezenet) and move it to tfjs-models. Then show a demo that uses MobileNet embeddings + KNN.
Has been added to tfjs-models now, so can be removed from tfjs-core
The KNN classifier lives in tfjs-core and is outdated.
We need to make it generic (have it work with any embedding, not just squeezenet) and move it to tfjs-models. Then show a demo that uses MobileNet embeddings + KNN.