20260514:增加新内容

This commit is contained in:
2026-05-14 13:54:52 +08:00
parent 56c4d3ef7c
commit b116710e4c
294 changed files with 10682 additions and 255 deletions

View File

@@ -1,3 +1,12 @@
---
title: 线性注意力方法 (Linear Attention Methods)
created: 2025-04-15
updated: 2026-05-01
type: concept
tags: []
sources: []
---
# 线性注意力方法 (Linear Attention Methods)
**O(n) 复杂度的注意力替代方案**,通过核函数分解避免显式 N×N 注意力矩阵计算。