라쏘 (1) 썸네일형 리스트형 [Python] 6. L1 norm, L2 norm import pandas as pd import numpy as np from numpy import linalg import matplotlib.pyplot as plt import warnings import math warnings.simplefilter('ignore') p = 1 L1 Norm p = 2 L2 Norm 출처 : en.wikipedia.org/wiki/Norm_(mathematics) Norm (mathematics) - Wikipedia Length in a vector space In mathematics, a norm is a function from a real or complex vector space to the nonnegative real numbers that be.. 이전 1 다음