.. _归一化L1: 归一化-L1 ######### * 用途:常用于稀疏数据的归一化。 * 特性:输出值之和为 1,但可能包含负值。 .. math:: \text{L1 normalization}(x_i) = \frac{x_i}{\sum_{j=1}^n |x_j|}