ml5js / ml5-website-v02-docsify

This repository is a work-in-progress website, containing documentation and reference materials for the ml5.js library models.
https://docs.ml5js.org/
Other
0 stars 8 forks source link

Review & update model source links #87

Open QuinnHe opened 2 weeks ago

QuinnHe commented 2 weeks ago

For instance, "The ml5.js image classifier is based on the MobileNet, Darknet, and DoodleNet." We need to go over each model, and check whether the source link is correct.

shiffman commented 2 weeks ago

I wonder if something like this would be more accurate?

The ml5.js image classifier uses the pre-trained MobileNet model by default. You can optionally load and use other models such as Darknet as well as a custom-trained model, DoodleNet, which is also built upon the MobileNet architecture and trained on images from the Google Quick, Draw dataset.

QuinnHe commented 2 weeks ago

To-do As Dan mentioned above, go through all model sources, and provide a bit more detailed info.