googlecreativelab / teachable-machine-boilerplate

Boilerplate code for Teachable Machine
https://googlecreativelab.github.io/teachable-machine-boilerplate/
Apache License 2.0
505 stars 160 forks source link

What are the Layers used to KNN input? #12

Closed RodrigoCMoraes closed 4 years ago

RodrigoCMoraes commented 5 years ago

[...] MobileNet network, we instead take the second to last layer in the neural network and feed it into a KNN (k-nearest neighbors) classifier that allows you to train your own classes.

I am trying to replicate Teachable Machine in Python with Keras, and I can't understand what layers are used as KNN input.

Can anyone clarify it to me?