Data Normalization

Normalization

Normalization is the process of transforming raw values to standard range of values, typically [0, 1] or [-1, 1]

x¯=ximinmaxmin
Why Normalization?

  • It increases learning speed; hence fast convergence
  • If no normalization, then big numeric features dominate the learning


Related Notes