I want to pass chunk of time-series with fixed size to NN, so my input will be a same [12, 45, 33, 44, 55, 22, 3]. Docs requires normalizate each element to [0, 1], but in recommended video author doesn't do it.
I suppose that I must. Perhaps add a parameter "normalize the data" of the NN is a not silly idea?