notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

MaxNorm.md (249B)


      1 # Max Norm
      2 
      3 **Source:** Deep Learning
      4 
      5 **Chapter:** 2
      6 
      7 **Definition:** Max norm is denoated as L^inf and returns the largest coordinate value of a given vector.
      8 
      9 Given how max norm works, it is sometimes simply stated as max(v) where v is a vector.