# BiLSTM **Repository Path**: horizon-mind/bilstm ## Basic Information - **Project Name**: BiLSTM - **Description**: 学习BiLSTM双向长短期记忆神经网络 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-03-31 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习BiLSTM - 笔记见`notes.md` - 笔记中的测试代码见文件夹`code in notes` - paper见`Bidirectional LSTM-CRF Models for Sequence Tagging.pdf` - PyTorch官方的BiLSTM教程见`advanced_tutorial.ipynb`,或者[网页](https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html) - 一种实现见文件夹`bi-lstm-crf`