1 مستودع
Recurrent neural network architectures that process sequences in both forward and backward directions.
Distinct from Linear-Time Sequence Models: None of the sequence-to-sequence candidates specifically cover the bidirectional LSTM architecture for sequence modeling.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Bidirectional LSTM Models. Refine with filters or upvote what's useful.
This project is a natural language processing system designed for named entity recognition and text classification. It uses a machine learning approach to identify specific names and key information from raw text to organize unstructured content into a structured format. The system implements a multi-layer architecture that combines a pre-trained transformer for embeddings, bidirectional long short-term memory for sequence modeling, and a conditional random field for label transitions. It supports transfer learning through the fine-tuning of these models on task-specific datasets. The projec
Uses bidirectional LSTM layers to capture long-range dependencies within sentences.