LLMver_v1

This commit is contained in:
panda361
2026-03-20 22:40:13 +08:00
parent cf02f82db0
commit cacdc79ae2
75 changed files with 2553 additions and 10203 deletions

View File

@@ -1,7 +1,13 @@
% 符号定义
\Signs{ \centering
\Signs{
\begin{longtable}{@{}p{0.26\textwidth}p{0.68\textwidth}@{}}
\renewcommand{\arraystretch}{1.25}
\begin{tabular}{cl}
\endfirsthead
\multicolumn{2}{l}{\textbf{主要符号表(续)}} \\
\endhead
\multicolumn{2}{r}{\small 续下页} \\
\endfoot
\endlastfoot
\multicolumn{2}{l}{\textbf{一般符号}} \\
$\mathbb{R}$ & 实数域 \\
$\odot$ & Hadamard逐元素乘法 \\
@@ -10,15 +16,13 @@ $\sigma(\cdot)$ & Sigmoid激活函数 \\
$\bigoplus$ & 频段重组操作 \\[4pt]
\multicolumn{2}{l}{\textbf{数据与任务}} \\
$\mathbf{X}$ & 输入时空样本或指令序列 \\
$\mathbf{X}$ & 输入样本或指令序列 \\
$\mathbf{Y}$ & 目标输出 \\
$\mathcal{D}$ & 训练数据集 \\
$\mathcal{T}$ & 任务集合 \\
$\tau$ & 任务类型标识 \\
$T$ & 序列长度或时间步数 \\
$N$ & 空间单元数 \\
$D$ & 特征维度 \\
$L$ & 轨迹长度 \\
$N$ & 任务数量(视上下文而定)\\
$B$ & 批次大小或参数预算(视上下文而定)\\[4pt]
\multicolumn{2}{l}{\textbf{模型架构}} \\
@@ -82,5 +86,5 @@ $z^{\text{sh}}_g$ & 参数组$g$的共享软门控值 \\
$z^{\text{sp}}_{g,t}$ & 参数组$g$在任务$t$上的特有软门控值 \\
$\mathcal{G}$ & 参数组集合 \\
$s_g$ & 参数组$g$的参数代价 \\
\end{tabular}
\end{longtable}
}