Skip to content

Commit

Permalink
fix(ai-recurrent): recurrent architecture target
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed May 1, 2024
1 parent ac1c2d1 commit 139d4e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notes/ComputerScience/Math/AIBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ It is used to compute the class scores,
resulting in a volume of size `1x1x10`,
where each of the 10 numbers represents a class.

## Recurrent Architecture

CNNs 常用于处理空间结构的数据,
RNNs 常用于处理时序关系的数据.

## Residual Architecture

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

0 comments on commit 139d4e8

Please sign in to comment.