Propel – Machine learning for Javascript
propelml.org
Propel – Machine learning for Javascript
1–10 of 64 posts
Re: Propel – Machine learning for Javascript
#2Re: Propel – Machine learning for Javascript
#3So I guess the real feature is cross-platform compatibility between node and browser?
Re: Propel – Machine learning for Javascript
#4Is there a practical use case for this system? It looks great. I want to parse out textual data and this system seems to only work on numbers sets.
It will be interesting to see how this scientific JS toolchain evolves. Would be fun to get a more feature-complete Propel ML working with Mike Bostock's Observable project:
Re: Propel – Machine learning for Javascript
#5I didn't explore the full API yet, but already seeing the plotting functionality for functions is a tremendous win for ML in JavaScript.
In case anyone is interested in doing ML in JS in 2018, there exists a larger article which I wrote a couple of weeks ago that tries to convey the state of the art of Machine Learning in JavaScript. [0]
- [0] https://www.robinwieruch.de/machine-learning-javascript-web-...
Re: Propel – Machine learning for Javascript
#6Re: Propel – Machine learning for Javascript
#7Re: Propel – Machine learning for Javascript
#8Re: Propel – Machine learning for Javascript
#9One thing bothering me about reading the API is the inconsistent way of adding semicolons. Not an important thing I'm sure and as my personal opinion I'd much rather have the examples without them. To me they are just waste of time. Also it makes the code look more like Python.
Anyway, looks great!
Re: Propel – Machine learning for Javascript
#10This could a fun way to learn ML using just your browser. I'm still skeptic about the performance but for prototyping it could be viable. One thing bothering me about reading the API is the inconsistent way of adding semicolons. Not an important thing I'm sure and as my personal opinion I'd much rather have the examples without them. To me they are just waste of time. Also it makes the code look more like Python. Any…