-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split standard development into phases #5
Comments
Thanks for the feedback. As discussed on the 10 Jan 2019 call, splitting spec work in phases is an option. You can consider our current charter scope to be "Phase 1". Please note that if the group's scope is expanded it requires rechartering using the amendment mechanism. Since this issue discusses the group's charter, I'll transfer this issue to the charter repo to continue this discussion in the right place. |
@anssiko Thank you for moving this issue to right place! @ALL: Phase 1. MVP:
Phase 2. Common parts
Phase 3. High level use cases
Phase 4. Updating core domains
EDIT clarified my thoughts |
Hi!
I want to make a proposal of splitting standard development into phases. First phase should be only high level ML API, algorithms well known to work already (I mean ML algorithms, not models - which is low level in terms of use cases described already in doc). This is to make this standard simple to learn, simple to use and quickly available. Also I find making "all at once" standard a very problematic, since machine learning is still itself evolving area - standard can get outdated even before getting shipped to browsers.
I would make first part simple, small, easy to implement, easy to adopt and wait for developers feedback after it gets into browsers before going to second phase of standard development.
In second phase some basic models could be selected to be a standard to ship with browsers.
In 3rd phase ML api could be extended to low "scientific" level.
In my opinion for the first phase API shouldn't be more complicated than this:
https://github.com/DanielMazurkiewicz/WebAI
https://github.com/BrainJS/brain.js
Cheers!
The text was updated successfully, but these errors were encountered: