Skip to main content

48 docs tagged with "AI"

View all tags

Agent

AI Agent system that uses LLMs as core reasoning engine, augmented with tools, memory, and instructions.

AI

Foundations

Context

注意力计算复杂度是 $O(n^2)$, 且是稀疏的 (模型不会均匀地关注所有输入):

Residual Connection

ResNet 通过残差学习解决了深度网络的退化问题 (深度网络的训练问题),