ml5js/ml5-library

[FeatureExtractor & KNN Classifier] Load Models support in p5 web editor

Open

#686 geöffnet am 6. Nov. 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (905 Forks)batch import
bugfeature-extractorhelp wantedknn-classification

Repository-Metriken

Stars
 (6.136 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

  • bug / enhancement

Loading models back to the KNNClassifier and FeatureExtractor seems to create some problems in the p5 web editor. We resolved these issues in the Neuralnetwork class with a few tricks. This issue is to make sure that we are consistent about support and the mechanisms for loading and saving models.

Contributor Guide