shiffman / Neural-Network-p5

Deprecated! See:
https://github.com/CodingTrain/Toy-Neural-Network-JS/
221 stars 39 forks source link

matrix visualization #23

Closed Scriptim closed 6 years ago

Scriptim commented 6 years ago

no need to console.table(m.matrix) manually ;)

shiffman commented 6 years ago

This is awesome! Something I imagine a user doing is calling visualize() in the draw() loop. Should we protect against this somehow and re-use the same table if it exists?

Scriptim commented 6 years ago

@shiffman Now, there's an optional idSelector argument to select an existing table