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

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

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

1 مستودع

Awesome GitHub RepositoriesBidirectional LSTMs

Neural network layers that process sequences in both directions to capture long-term dependencies.

Distinct from Sequence-to-Sequence Mappings: Specializes sequence-to-sequence mapping to bidirectional LSTM architectures for contextual understanding.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Bidirectional LSTMs. Refine with filters or upvote what's useful.

Awesome Bidirectional LSTMs GitHub Repositories

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

    macanv/BERT-BiLSTM-CRF-NER

    4,904عرض على GitHub↗

    This project is a named entity recognition framework and TensorFlow-based natural language processing model. It provides a pipeline for adapting pre-trained language models to specific entity recognition and text classification tasks. The system implements a sequence labeling architecture that combines transformer-based embeddings with bidirectional sequence modeling and conditional random field decoding. It includes tools for fine-tuning model weights and training the network to identify and categorize entities within unstructured text. The framework also includes a client-server architectu

    Implements bidirectional sequence modeling to capture text dependencies for entity recognition.

    Python
    عرض على GitHub↗4,904
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence-to-Sequence Mappings
  5. Bidirectional LSTMs