Tensorflow-JS-Examples icon indicating copy to clipboard operation
Tensorflow-JS-Examples copied to clipboard

Working on some new examples with tensorflow.js and p5.js

Results 5 Tensorflow-JS-Examples issues
Sort by recently updated
recently updated
newest added

Hi Daniel, Thanks for all the great and fun content you produce! I really appreciate and learn a lot from it every time! I had a question with regards to...

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...

In your doodle classification example using cnn the loss is very high and in each iteration it is not reducing. I made some changes in the model like changed optimizer...

I saw from the crowd sourcing website that grey was very uncommon and when downloading this and running it, the NN is really struggling with correctly classifying greys (i.e. ones...

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