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

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

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

2 مستودعات

Awesome GitHub RepositoriesConditional Random Fields

Probabilistic graphical models used for sequence labeling by considering transition constraints between labels.

Distinct from Sequence Decoders: Provides structured sequence decoding via CRFs, distinct from generic sequence decoders.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Conditional Random Fields. Refine with filters or upvote what's useful.

Awesome Conditional Random Fields 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

    Applies a Conditional Random Field layer to predict the most likely sequence of entity labels.

    Python
    عرض على GitHub↗4,904
  • accord-net/frameworkالصورة الرمزية لـ accord-net

    accord-net/framework

    4,540عرض على GitHub↗

    هذا المشروع عبارة عن إطار عمل للحوسبة العلمية لنظام .NET، يوفر مجموعة شاملة من المكتبات للتحليل العددي، والإحصاء، والتحسين الرياضي. يعمل كمجموعة أدوات أساسية لتطوير التطبيقات في تعلم الآلة، ومعالجة الإشارات الرقمية، ورؤية الحاسوب. يوفر إطار العمل مجموعات أدوات متخصصة لتدريب ونشر النماذج التنبؤية، بما في ذلك الشبكات العصبية، وآلات ناقل الدعم، وأشجار القرار. كما يتميز بتكامل عميق للتحليل المرئي في الوقت الفعلي، مثل تتبع الكائنات واكتشاف ملامح الوجه، إلى جانب مكتبة مخصصة لمعالجة الإشارات الرقمية لالتقاط وتصفية إشارات الصوت والمستشعرات. تمتد مساحة الإمكانيات إلى تحليل المصفوفات عالي المستوى والجبر الخطي، ونمذجة الحالة الاحتمالية، وخوارزميات البحث الاستكشافي. كما تغطي مجموعة واسعة من أدوات معالجة البيانات، من تقليل الأبعاد والتطبيع إلى تنظيم البيانات المكانية ومكونات التصور العلمي. يتضمن النظام وحدات تحكم تكامل الأجهزة لتكوين الكاميرا، وإدارة منافذ GPIO، وأجهزة استشعار العمق المتخصصة.

    Optimizes parameters for Conditional Random Fields using gradient-based solvers like L-BFGS.

    C#
    عرض على GitHub↗4,540
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence Decoders
  5. Conditional Random Fields

استكشف الوسوم الفرعية

  • Conditional Random Field TrainingOptimization of parameters for conditional random fields using gradient-based solvers. **Distinct from Conditional Random Fields:** Focuses specifically on the parameter estimation process for CRFs rather than the model structure itself.
  • Hidden CRF TrainingOptimization procedures for parameters of Hidden Conditional Random Fields. **Distinct from Conditional Random Fields:** Focuses specifically on the training/optimization phase of HCRFs rather than the general model architecture.
  • Hybrid Neural Random FieldsCombines bidirectional neural sequence feature extraction with a conditional random field layer. **Distinct from Conditional Random Fields:** Distinct from standard Conditional Random Fields by integrating neural feature extractors directly into the tagging pipeline.