Submitted by netw0rkf10w t3_10rtis6 in MachineLearning
MadScientist-1214 t1_j6yj0v6 wrote
Some models actually just use [0, 1] normalization (divide by 255). Some normalization is necessary, but [0, 1] is enough. On real world datasets, computing the specific mean/std never gave me better results.
netw0rkf10w OP t1_j6zbfz4 wrote
Indeed. Maybe we have a new battle between [-1, 1] and [0, 1] lol.
Viewing a single comment thread. View all comments