Jeffrey Wolberg
Jeffrey Wolberg
I have the following playground that I was tinkering with: https://playground.tensorflow.org/#activation=relu&batchSize=10&dataset=circle®Dataset=reg-plane&learningRate=0.03®ularizationRate=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  However, I notice something weird. Notice the output of...