tensorflow / playground

Play with neural networks!
http://playground.tensorflow.org
Apache License 2.0
12.03k stars 2.55k forks source link

Upload of data #111

Open phildonaldson1968 opened 5 years ago

phildonaldson1968 commented 5 years ago

Fantastic visualisation of Neural Nets - would be superb if a user could upload data with the same structure as used in the examples. Thanks anyway, very interesting and super tool!

chaitanya11 commented 5 years ago

+1

feature-engineer commented 4 years ago

In case of classification, the uploaded data must be symmetric about the center of the distribution for the training to work well, since the loss function is MSE.

MSE - Mean Squared Error, is usually employed for regression and not for classification problems and only works for the examples thanks to their symmetry, since this loss is very sensitive to outliers.