[...] 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.
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?