Files
2026-05-16 17:16:51 +08:00

11 lines
294 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 02-序列模型
draft: false
tags:
- 序列模型
- 深度学习
---
# 序列模型
本文件夹收录用于处理序列数据的模型架构包括循环神经网络RNN及其变体LSTM和GRU等。这些模型在自然语言处理和时间序列分析中广泛应用。