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

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

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

9 مستودعات

Awesome GitHub RepositoriesRecurrent State Managers

Handles reset signals and initialization for recurrent neural network components within sequential modules.

Distinct from Sequential Containers: Distinct from Sequential Containers: focuses on the state-reset logic for recurrent networks rather than the container structure.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Recurrent State Managers. Refine with filters or upvote what's useful.

Awesome Recurrent State Managers GitHub Repositories

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

    state-spaces/mamba

    17,215عرض على GitHub↗

    Mamba is a deep learning framework designed for building and training sequence models that process long-range data dependencies with linear-time computational efficiency. By utilizing selective state space modeling, the library enables the construction of neural network architectures that replace traditional attention mechanisms with high-performance state space operations. The framework distinguishes itself through the use of data-dependent state gating, which allows the model to dynamically filter information flow based on the input sequence. To ensure high throughput, it incorporates hardw

    Implements gating logic that dynamically filters information flow based on input sequences within recurrent state architectures.

    Python
    عرض على GitHub↗17,215
  • aladdinpersson/machine-learning-collectionالصورة الرمزية لـ aladdinpersson

    aladdinpersson/Machine-Learning-Collection

    8,465عرض على GitHub↗

    This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures. The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside

    Implements recurrent hidden state loops to maintain memory of previous inputs in sequential data.

    Pythonmachine-learningmachine-learning-algorithmspytorch
    عرض على GitHub↗8,465
  • tensorpack/tensorpackالصورة الرمزية لـ tensorpack

    tensorpack/tensorpack

    6,287عرض على GitHub↗

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

    Manages recurrent neural network hidden states directly within the computation graph to preserve temporal context.

    Python
    عرض على GitHub↗6,287
  • hzy46/deep-learning-21-examplesالصورة الرمزية لـ hzy46

    hzy46/Deep-Learning-21-Examples

    4,675عرض على GitHub↗

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

    Implements recurrent sequential processing for handling time-dependent data sequences.

    Python
    عرض على GitHub↗4,675
  • bentrevett/pytorch-sentiment-analysisالصورة الرمزية لـ bentrevett

    bentrevett/pytorch-sentiment-analysis

    4,608عرض على GitHub↗

    This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It provides a natural language processing sequence classification pipeline designed to clean text data and train neural networks to categorize sequences of words. The implementation focuses on adapting pretrained language models for specific text classification tasks using custom datasets. It includes a process for fine-tuning large-scale language models and implementing recurrent networks and transformers for emotional tone detection. The project covers the broader surface of text se

    Processes text sequences using recurrent neural networks to capture temporal dependencies and context.

    Jupyter Notebookbertcnncnn-text-classification
    عرض على GitHub↗4,608
  • spro/practical-pytorchالصورة الرمزية لـ spro

    spro/practical-pytorch

    4,546عرض على GitHub↗

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

    Implements structural loops that pass internal hidden states between time steps in recurrent networks.

    Jupyter Notebook
    عرض على GitHub↗4,546
  • morvanzhou/tensorflow-tutorialالصورة الرمزية لـ MorvanZhou

    MorvanZhou/Tensorflow-Tutorial

    4,334عرض على GitHub↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Implements sequential data processing where current outputs depend on previous internal states using recurrent networks and LSTM cells.

    Pythonautoencoderclassificationcnn
    عرض على GitHub↗4,334
  • erhwenkuo/deep-learning-with-keras-notebooksالصورة الرمزية لـ erhwenkuo

    erhwenkuo/deep-learning-with-keras-notebooks

    2,195عرض على GitHub↗

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

    Analyzes time-series and text streams using recurrent neural networks and sequence modeling.

    Jupyter Notebookdeep-learningkeraskeras-notebooks
    عرض على GitHub↗2,195
  • enggen/deep-learning-courseraالصورة الرمزية لـ enggen

    enggen/Deep-Learning-Coursera

    1,752عرض على GitHub↗

    This project provides a structured educational curriculum focused on the end-to-end lifecycle of deep learning. It serves as a comprehensive resource for mastering neural network architectures and machine learning strategy through a series of interactive notebooks and technical exercises. The curriculum distinguishes itself by combining foundational neural network construction with practical project management frameworks. It guides users through the design of deep learning models, the application of hyperparameter tuning and regularization for performance optimization, and the implementation

    Processes sequences of data where current outputs depend on previous internal states using recurrent and attention-based models.

    Jupyter Notebook
    عرض على GitHub↗1,752
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Model Construction
  6. Sequential Containers
  7. Recurrent State Managers

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

  • Hidden State Gate ControllersLogic for controlling information flow in recurrent networks via update, reset, and ignore gates. **Distinct from Recurrent State Managers:** Focuses on the gating logic for hidden states, distinct from general state management.
  • Hidden State LoopsArchitectural patterns for passing internal states between time steps in recurrent networks. **Distinct from Recurrent State Managers:** Focuses on the structural loop mechanism rather than the state-reset logic of the manager.
  • Sequential Data ProcessingProcesses sequences of data where current outputs depend on previous internal states. **Distinct from Recurrent State Managers:** Focuses on the processing of data sequences rather than the management of state reset signals