playground
playground copied to clipboard
Play with neural networks!
Add Chinese video tutorial link
**Dark Mode support Added (feature implemented)** Here is the video in _gif_ format, of the implemented feature: 
Could you add a "cats & dogs" model in the Tensorflow playground tool please ? It would really help many people understand neural networks much easier than abstract shapes.
the weight update code as below: https://github.com/tensorflow/playground/blob/02469bd3751764b20486015d4202b792af5362a6/src/nn.ts#L357-L358 To better understand for beginners, the weight update code is better modified to: `link.weight = link.weight - learningRate * (link.accErrorDer / link.numAccumulatedDers) ;...
Hello How we can understand how the visualization of features or neurons work? That is ok with the input visualization, but I cannot understand what they show in hidden layers.
If I'm not mistaken, the output node which is used to generate the heatmap also has a bias. It would be nice to be able to view that bias in...
i farded
One of my students who shall not be named played with this playground and was not able to see the options for different datasets without hovering over them. Visual bug?
I really wish it was evident in the Title Tinker With a Neural Network (Using the: XNN / Using LSTM: No) Right Here in Your Browser. Don’t Worry, You Can’t...