Faire mapper un vecteur de valeurs sur un intervale précis range(x[n]-min(x))/(max(x)-min(x))-offset Ex : pour mapper sur [-0.43, 0.9] je fais (0.9+0.43)(x[n]-min(x))/(max(x)-min(x))-0.43 Ref : https://en.wikipedia.org/wiki/Feature_scaling