-
-
Hey folks,
Really cool stuff here. Just a quick post to let you know that I've recently been experimenting with similar ideas to build a notebook interface for p5.js: https://github.com/jtpio/p5-no…
jtpio updated
3 years ago
-
Dear ml5 community,
I have made a system using p5js to create some data as a minimal interface running as a node js app and available to users via express server functionality.
So the system is…
-
- audio
- text
- 3D (unity/webassembly)
- pdf?
-
I've been using reinforce.js, but it only allows one hidden layer of neurons, but it has qlearn, which is a reinforcement learning algorithm, afaict.
Does ml5 have something similar (any reinforcem…
-
I'm interested in trying to use the ml5js Neural Network to classify time-series data, in particular sensor data from an accelerometer.
Does the Neural Network support arrays as input? For example…
-
New project for gallery: http://www.abstract-codex.net/D3D4LU5_SW/
dhowe updated
4 years ago
-
Hello everyone,
I've played with the style transfer examples and they are pretty fun, thanks for making this accessible !
One thing I would like to do is do some style transfer on a frame buffer…
-
I've found the mouseX/Y pan/tilt to be rather tricky, especially when one runs into the browser window edge.. In my current usage of the library, I introduced an `edge` and `edgeSpeed` for continuing …
-
I've been testing out the `rotationX`, `rotationY`, `rotationZ` variables. From what I understand, these are the same as `beta`, `gamma`, `alpha` [Tait-Bryan](https://dev.opera.com/articles/w3c-device…