受保护条款 - 请勿修改
未经明确许可,不得修改这些条款。
技术术语(保持原样)
机器学习
- 变压器、BERT、GPT、ResNet、VGG
- 注意力机制,自注意力
- 反向传播、梯度下降
- 批量归一化、层归一化
- 辍学、正则化
数学
- 变量:x、y、z、θ、α、β、γ
- 套装:ℝ、ℕ、ℤ
- 运算:Σ、∏、∫、∂
- 关系: ε, ⊂, ∀, ∃
特定领域
- 用户定义的技术术语
- 算法名称
- 数据集名称
- 基准名称
LaTeX 环境 - 从不解析
latex
% Never modify content inside these:
\begin{equation} ... \end{equation}
\begin{align} ... \end{align}
\begin{gather} ... \end{gather}
$...$ (inline math)
\[...\] (display math)引文命令 - 切勿修改
latex
\cite{key}
\citep{key}
\citet{key}
\parencite{key}
\textcite{key}
\ref{label}
\eqref{label}
\label{label}算法内容
latex
\begin{algorithm}
\begin{algorithmic}
% All content here is protected
\end{algorithmic}
\end{algorithm}
\begin{figure}
% If the figure contains pseudocode, keep its algorithmic content protected
\end{figure}还保留算法系列命令,例如:
latex
\Require
\Ensure
\State
\Statex
\Comment
\LComment
\Procedure
\Function
\KwIn
\KwOut代码清单
latex
\begin{lstlisting}
% Code is protected
\end{lstlisting}
\begin{verbatim}
% Verbatim content is protected
\end{verbatim}用户定义的受保护术语
在此添加项目特定术语:
- [添加您的受保护条款]
- [每行一个]