Daniel Shiffman

Results 396 issues of Daniel Shiffman

You should probably still be able to draw digits while "paused". The pause should just be for the training/testing.

Right now it calculates a percentage completed since the sketch first begins. There's probably a better way to think about this.

No reason to require p5 for use of nn.js and matrix.js

I like that this example has no other dependencies but could be nice to have a branch that explores [math.js](http://mathjs.org/) or [gpu.js](http://gpu.rocks/).

In the interest of getting the thing working, I just used `dataSync()` out of convenience. I should probably avoid it and run `predict()` asynchronously. This will be tricky to align...

This example works! https://shiffman.github.io/Tensorflow-JS-Examples/01_XOR/ ![screen shot 2018-05-03 at 6 04 05 pm](https://user-images.githubusercontent.com/191758/39604975-6ce48f1c-4efc-11e8-92e9-de017eb6dace.png) I am planning to recreate my [XOR Coding Challenge](https://www.youtube.com/watch?v=188B6k_F9jU) in a video tutorial with the layers API. @nsthorat...

question

As discussed in #4 I'm considering whether it makes sense to break this out into multiple classes and then bundle and release as a library? At the moment, I can...

question

When I click "save as" on an existing project, its my expectation that the name field would be populated with the current name or perhaps "current_name_copy" or something of that...

Apologies if this is already implemented or discussed elsewhere, but a quick search did not reveal. When does the editor update the p5.js library? Does it do this only with...