documentationfeature-extractorhelp wantedknn-classification
Description
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
→ Step 1: Describe the issue 📝
Did you find a bug? Want to suggest an idea for feature?
- enhancement
- Update the documentation to clarify the difference between FeatureExtractor and KNNClassifier
I recently wrote to a friend:
Re transfer learning clarifications: Super short explanation: A. FeatureExtractor: creates a NEW neural network model (basically what the DIY neural network class is doing) on top of mobilenet. Need to clarify what "on top of" means in this case. B. KNNClassifier: the “addData” here is just taking the data from the user and then showing it to “mobilenet” to see what classes are most activated. This does NOT create a new model. It’s just saving the data so you can compare it against mobilenet later on.