Tinker with a Neural Network in Your Browser
playground.tensorflow.org
Tinker with a Neural Network in Your Browser
1–10 of 122 posts
Re: Tinker with a Neural Network in Your Browser
#2On my phone (Safari/iOS 9.3), the default neural nework doesn't converge at all even after 300 iterations while it does on the desktop, which is legit weird: https://i.imgur.com/KNaXeHH.png
Re: Tinker with a Neural Network in Your Browser
#3Re: Tinker with a Neural Network in Your Browser
#4Re: Tinker with a Neural Network in Your Browser
#5This is a lot of fun. The default dataset is too easy, though, try out the Swiss Roll one!
Re: Tinker with a Neural Network in Your Browser
#6Re: Tinker with a Neural Network in Your Browser
#7This is a lot of fun. The default dataset is too easy, though, try out the Swiss Roll one!
There is a reason why sin(X) is an input property. :p
Re: Tinker with a Neural Network in Your Browser
#8Earlier quoted context omitted.
There is a reason why sin(X) is an input property. :p
Using sin(x) or the other input features like x^2 goes back to making it too easy, though. So far the best I can do is 7 layers of 7 which gets a loss of 0.02. 3x7 is almost cracking the Swiss Roll but can't quite finish it off and gets stuck at 0.05: https://imgur.com/Z3f2ECc ... Surprisingly, 2x8 can do it, as long as I have noise or regularization on, but 8/7 then seriously struggles. Is 16 neurons a critical limi…
Re: Tinker with a Neural Network in Your Browser
#9Earlier quoted context omitted.
Using sin(x) or the other input features like x^2 goes back to making it too easy, though. So far the best I can do is 7 layers of 7 which gets a loss of 0.02. 3x7 is almost cracking the Swiss Roll but can't quite finish it off and gets stuck at 0.05: https://imgur.com/Z3f2ECc ... Surprisingly, 2x8 can do it, as long as I have noise or regularization on, but 8/7 then seriously struggles. Is 16 neurons a critical limi…
I managed to get to 0.01 loss from only x1/x2, using 3 hidden layers, L1 regularization, a bit of added noise, and some patience: http://i.imgur.com/Y3zKpJF.png
Re: Tinker with a Neural Network in Your Browser
#10This is a lot of fun. The default dataset is too easy, though, try out the Swiss Roll one!