playground icon indicating copy to clipboard operation
playground copied to clipboard

Play with neural networks!

Results 105 playground issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/tensorflow/playground/assets/108511809/be448e65-4d3c-4b53-b40b-4f99e516cdee) Near Expands button when we add max neurons then it **overlaps** with hint text on screen resolution **1920x1080** on **100%** browser zoom

Is it feasible to compress a real-time updated neural network and deploy it on terminal devices?

solves #198 Changed `mouseenter` to `mousemove` in `playground.ts` -> `Line 782` Thoughts : I think this is an efficient way of handling the problem

can we add our own data to it and test

As of now, if we place our cursor on a weight, we get a certain value (let's say -0.81). As time passes, the weight changes, but as long as we...

Sorry, this isn't the right channel to ask this, but I didn't find an answer. I'm confused about why we don't have the color parameter with the x and y...

I understand the effort you have spent to create this playground. Is there any way, I can use this playground in a react application where I need to pass the...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

I have the following playground that I was tinkering with: https://playground.tensorflow.org/#activation=relu&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=0.03&regularizationRate=0&noise=15&networkShape=3&seed=0.97439&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=false&xSquared=false&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false After 100 epochs, I get the following decision boundary ![image](https://github.com/tensorflow/playground/assets/54825193/7deb56cb-27db-4cfc-9c80-54e08267b113) However, I notice something weird. Notice the output of...