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

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

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

5 مستودعات

Awesome GitHub Repositories1D Convolutional Layers

One-dimensional convolutional building blocks for processing signals and sequential data.

Distinct from Convolution Layers: Focuses specifically on 1D signal processing, whereas the parent covers 1D, 2D, and 3D convolution.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · 1D Convolutional Layers. Refine with filters or upvote what's useful.

Awesome 1D Convolutional Layers GitHub Repositories

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

    awslabs/gluonts

    5,199عرض على GitHub↗

    GluonTS هي مكتبة سلاسل زمنية احتمالية وإطار عمل للتنبؤ بالتعلم العميق. توفر مجموعة أدوات لبناء وتدريب وتقييم بنى الشبكات العصبية التي تتنبأ بالقيم المستقبلية كتوزيعات احتمالية لتحديد عدم اليقين. يتميز المشروع بدعم التنبؤ بدون تدريب مسبق (zero-shot) ودمج نهج نمذجة متنوعة، بما في ذلك الشبكات العصبية الاحتمالية العميقة وأغلفة للمكتبات الإحصائية الخارجية مثل Prophet و R forecast. ينفذ بدائيات معمارية متخصصة مثل الالتفافات السببية والشبكات المتبقية القابلة للعكس لمنع تسرب المعلومات وتعيين التمثيلات الكامنة في توزيعات احتمالية صالحة. يغطي إطار العمل سطح هندسة بيانات شاملاً، بما في ذلك توسيع السلاسل الزمنية، والتحويلات التقابلية، والنمذجة الهرمية. يستخدم Apache Arrow و Parquet لبث مجموعة البيانات عالي الأداء وإدارة الوصول العشوائي. لتقييم النموذج، يتضمن جناح تقييم لقياس دقة التنبؤ والتغطية الاحتمالية باستخدام مقاييس مثل خسارة الكمية ودرجات رتبة الاحتمال المستمرة. تدعم المكتبة نشر النموذج من خلال التكامل مع Amazon SageMaker.

    Uses gated mechanisms and dilated convolutions to capture long-range temporal dependencies in time series data.

    Pythonartificial-intelligenceawsdata-science
    عرض على GitHub↗5,199
  • awslabs/gluon-tsالصورة الرمزية لـ awslabs

    awslabs/gluon-ts

    5,200عرض على GitHub↗

    GluonTS هو إطار عمل للتنبؤ بالسلاسل الزمنية الاحتمالية، مصمم للتنبؤ بالقيم المستقبلية كتوزيعات احتمالية مع فترات ثقة. يدعم كلاً من تدريب النموذج التقليدي والتنبؤ بدون تدريب مسبق (zero-shot)، حيث تولد النماذج المدربة مسبقاً تنبؤات لسلاسل جديدة دون تدريب إضافي. يتميز المشروع بدمج مجموعة واسعة من نهج التنبؤ في سير عمل موحد. يتضمن ذلك بنى التعلم العميق مثل الشبكات العصبية المتكررة والالتفافات السببية، بالإضافة إلى دمج النماذج الإحصائية الخارجية، ومكتبة Prophet، وحزم R. توفر مجموعة الأدوات سطحاً شاملاً لهندسة بيانات السلاسل الزمنية، وتغطي توسيع مجموعة البيانات، والتقسيم، وتحويل البيانات الزمنية الخام إلى موترات (tensors). كما تتضمن مجموعة من أدوات التقييم لقياس دقة التنبؤ وفترات عدم اليقين، بالإضافة إلى أدوات لاستمرارية مجموعة البيانات باستخدام تنسيقات مثل Arrow و Parquet. يدعم إطار العمل نشر نماذج التنبؤ داخل البنية التحتية السحابية.

    Implements 1D convolutions with gating mechanisms to selectively control information flow within the network.

    Python
    عرض على GitHub↗5,200
  • ai-dawang/plugnplay-modulesالصورة الرمزية لـ ai-dawang

    ai-dawang/PlugNPlay-Modules

    4,968عرض على GitHub↗

    PlugNPlay-Modules is a collection of reusable PyTorch computer vision modules and deep learning architectural components. It provides a library of standardized building blocks for constructing neural networks, focusing on attention mechanisms, signal processing layers, and feature fusion modules. The project is distinguished by its extensive variety of attention primitives, covering spatial, channel, and temporal weighting, as well as specialized variants like deformable, frequency-enhanced, and linear-complexity attention. It also implements advanced signal processing tools within the neural

    Provides a set of reusable 1D convolutional architectural components for processing sequential signals.

    Python
    عرض على GitHub↗4,968
  • christianversloot/machine-learning-articlesالصورة الرمزية لـ christianversloot

    christianversloot/machine-learning-articles

    3,683عرض على GitHub↗

    This project is a machine learning educational archive and technical documentation collection. It serves as a deep learning tutorial series and implementation guide, providing theoretical explanations and practical walkthroughs for constructing and optimizing neural networks. The content focuses on the design and construction of diverse model architectures, including convolutional neural networks, Long Short-Term Memory networks, and generative adversarial networks. It details specific implementation patterns for autoencoders, sentiment analysis models, and various classification approaches.

    Describes how 1D convolutional layers extract features from text sequences.

    albertbertclustering
    عرض على GitHub↗3,683
  • ashishpatel26/andrew-ng-notesالصورة الرمزية لـ ashishpatel26

    ashishpatel26/Andrew-NG-Notes

    3,594عرض على GitHub↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Provides implementation details for applying convolutional operations to 1D audio signals and 3D medical scans.

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    عرض على GitHub↗3,594
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Model Construction
  6. Neural Network Layers
  7. Convolution Layers
  8. 1D Convolutional Layers

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

  • Gated Convolutional LayersConvolutional layers that utilize a gating mechanism to control the flow of information. **Distinct from 1D Convolutional Layers:** Focuses on the specific gated mechanism within 1D convolutions, not general 1D convolution layers.
  • Multidimensional Convolutional LayersConvolutional building blocks designed for processing non-2D data such as 1D audio signals or 3D medical scans. **Distinct from 1D Convolutional Layers:** Broadens the scope to include both 1D and 3D convolutions, whereas the candidate focuses only on 1D.
  • VisualizationsGraphical representations of 1D convolutional layers for architectural analysis. **Distinct from 1D Convolutional Layers:** The parent describes the functional layer; this child describes the 3D visual rendering of that layer.