cs231n / cs231n.github.io

Public facing notes page
MIT License
10.21k stars 4.07k forks source link

Fix L2 norm value #172

Closed adl1995 closed 3 years ago

adl1995 commented 7 years ago

The L2 norm for w_2 = [0.25,0.25,0.25,0.25] comes to be 0.5, not 0.25.