ml5js / ml5-data-and-models

Data sets and pre-trained models for ml5.js
https://ml5js.org/docs/data-overview
MIT License
125 stars 98 forks source link

Google Colab as platform for cloud training of models #8

Open cvalenzuela opened 6 years ago

cvalenzuela commented 6 years ago

This comes from ml5.js#55:

(Yes, eventually we want to train models in JavaScript in the browser too, but this might be useful now and later.)

https://research.google.com/colaboratory/unregistered.html

scottleedavis commented 6 years ago

Would be happy to contribute to this too

scottleedavis commented 6 years ago

https://colab.research.google.com/drive/1vG_cfKEGzdwX64wrBbf9egq2gWijk8Id is my current setup for building models. (not model specific.) . uses model name of .txt on upload. Happy to helpout with something moving forward. Can we setup a shared notebook to work on?

cvalenzuela commented 6 years ago

great, thanks! we do have public account in Colab we can use to host shared notebooks.

I will go over your notebook over the weekend!

scottleedavis commented 6 years ago

cool! (I introduced a small bug yesterday that I just fixed. (in the model text upload section)

also added controls for model hyperparams. not sure the ranges are sane, but it is a start.

screen shot 2018-06-16 at 8 32 06 am