playground icon indicating copy to clipboard operation
playground copied to clipboard

Upload of data

Open phildonaldson1968 opened this issue 5 years ago • 2 comments

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!

phildonaldson1968 avatar May 02 '19 02:05 phildonaldson1968

+1

chaitanya11 avatar Sep 23 '19 13:09 chaitanya11

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.

feature-engineer avatar Jul 27 '20 06:07 feature-engineer