awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesBidirectional LSTM Models

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.

Awesome Bidirectional LSTM Models GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • macanv/bert-bilsmt-crf-nerالصورة الرمزية لـ macanv

    macanv/BERT-BiLSMT-CRF-NER

    4,906عرض على GitHub↗

    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.

    Python
    عرض على GitHub↗4,906
  1. Home
  2. Artificial Intelligence & ML
  3. Bidirectional LSTM Models