Normalize Input

  1. subtract mean: all features around 0

  2. normalize variable: make it round (variance around 1)

Use the same parameter (µ and σ) for both train and test

Normalize input

Last updated

Was this helpful?