L1 normalization
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
L1 normalization is Divides each element of the vector by the sum of the absolute values of the elements.
Mostly:rdf:type(5), related to(3), structural relation(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (17)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
relatedToRelated to(3)
- Clipping
ex:clipping - L2 Normalization
ex:l2-normalization - Max Normalization
ex:max-normalization
comparedToCompared to(2)
- L2 Normalization
ex:l2-normalization - Max Normalization
ex:max-normalization
comparesMethodsCompares Methods(1)
- Normalization Comparison
ex:normalization-comparison
consistsOfConsists of(1)
- L2 and L1
ex:l2-and-l1
describesDescribes(1)
- Summary Section
ex:summary-section
ensuredByEnsured by(1)
- Sum to One
ex:sum-to-one
enumeratesEnumerates(1)
- Section Summary
ex:section-summary
hasMemberHas Member(1)
- All Normalization Techniques
ex:all-normalization-techniques
includesIncludes(1)
- Normalization Methods
ex:normalization-methods
listsNormalizationTechniquesLists Normalization Techniques(1)
- Summary Section
ex:summary-section
memberMember(1)
- Normalization Family
ex:normalization-family
preferredOverPreferred Over(1)
- Principal Fix
ex:principal-fix
processedByProcessed by(1)
- Embeddings
ex:embeddings
topicTopic(1)
- Explanation Point 2
ex:explanation-point-2
Other facts (33)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Method | [2] |
| Rdf:type | Normalization Technique | [3] |
| Rdf:type | Normalization Method | [4] |
| Rdf:type | Normalization Technique | [5] |
| Rdf:type | Normalization Method | [6] |
| Related to | L2 Normalization | [3] |
| Related to | Max Normalization | [3] |
| Related to | Clipping | [3] |
| Structural Relation | Definition Section | [4] |
| Structural Relation | Pros Section | [4] |
| Structural Relation | Cons Section | [4] |
| Bounds Magnitude | true | [1] |
| Bounds Magnitude | 1 | [2] |
| Not Derived From | Manifold | [1] |
| Not Derived From | Manifold | [2] |
| Has Pro | L1 Pro 1 | [4] |
| Has Pro | L1 Pro 2 | [4] |
| Is Ad Hoc | true | [1] |
| Criticized As Ad Hoc | Xenonfun | [1] |
| Described As | ad-hoc | [2] |
| Description | Divides each element of the vector by the sum of the absolute values of the elements | [3] |
| Guarantees | sum-of-absolute-values-equals-one | [3] |
| Inverse of | sum-of-absolute-values-equals-one | [3] |
| Defined by | L1 Normalization Formula | [4] |
| Uses Norm | L1 Norm | [4] |
| Ensures Property | Sum to One | [4] |
| Has Con | L1 Con 1 | [4] |
| Compared to | L2 Normalization | [4] |
| Applies to | Vector | [4] |
| Less Effective for | Geometric Properties | [4] |
| Ensures | Sum to One | [5] |
| Robust to | Outliers | [5] |
| Has Code Example | L1 Normalization Code | [6] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (6)
ctx:discord/blah/watt-activation/part-137ctx:discord/blah/watt-activation/137- full textwatt-activation-137text/plain2 KB
doc:agent/watt-activation-137/9608fbdb-8ce7-4e5b-ac20-5c329d46eadeShow excerpt
[2026-03-09 06:07] xenonfun: ``` ❯ are you sure this is principaled? ⏺ No, you're right to push back. L1 normalization is ad-hoc — it bounds the magnitude but it's not derived from the manifold. The principled fix is to normalize the mean…
ctx:claims/beam/6ac9e8ab-2944-40b1-943b-9ce412acd5f6- full textbeam-chunktext/plain1 KB
doc:beam/6ac9e8ab-2944-40b1-943b-9ce412acd5f6Show excerpt
normalized_l1 = l1_normalize(embeddings) print("\nL1 Normalized Embeddings:") print(normalized_l1) # Max Normalization normalized_max = max_normalize(embeddings) print("\nMax Normalized Embeddings:") print(normalized_max) # Clipping clipp…
ctx:claims/beam/de94702d-e79b-4737-adbb-313bcaaf5f26ctx:claims/beam/d52ddb27-b723-4b42-8bf3-43d5acc93402- full textbeam-chunktext/plain950 B
doc:beam/d52ddb27-b723-4b42-8bf3-43d5acc93402Show excerpt
- Ensures that the vector sums to 1 and all elements are positive. - Often used in classification tasks to convert logits into probabilities. #### Cons: - Can be computationally expensive for large vectors. - May not be suitable for all ty…
ctx:claims/beam/395d396a-6e1c-4c7b-a718-1253948ad22f- full textbeam-chunktext/plain1 KB
doc:beam/395d396a-6e1c-4c7b-a718-1253948ad22fShow excerpt
#### Example: ```python import numpy as np x = np.array([1, 2, 3]) x_l1 = x / np.sum(np.abs(x)) print(x_l1) ``` ### 3. Max Normalization #### Definition: Max normalization scales the vector so that the maximum absolute value of the vecto…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.