ml5js/ml5-library

[KNNClassifier/FeatureExtractor] Clarify docs

Open

#668 opened on Oct 30, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (6,136 stars) (905 forks)batch import
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.

Contributor guide