ml5-library icon indicating copy to clipboard operation
ml5-library copied to clipboard

NeuralNetwork example code shouldn't need P5 canvas

Open KokoDoko opened this issue 9 months ago • 0 comments

In my humble opinion it doesn't make sense to include P5js, a canvas, and the setup and draw functions in the example code for creating a ML5 Neural Network:

https://docs.ml5js.org/#/reference/neural-network

This is confusing if you just want to learn working with neural networks.

KokoDoko avatar Apr 02 '25 10:04 KokoDoko