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

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

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

32 مستودعات

Awesome GitHub RepositoriesConvolutional Operations

Mathematical operations and spatial transformations used in convolutional neural networks.

Distinguishing note: Focuses on low-level spatial manipulation like padding and stride rather than high-level model architectures.

Explore 32 awesome GitHub repositories matching artificial intelligence & ml · Convolutional Operations. Refine with filters or upvote what's useful.

Awesome Convolutional Operations GitHub Repositories

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

    d2l-ai/d2l-zh

    78,493عرض على GitHub↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners to master complex artificial intelligence concepts through hands-on experimentation. The platform distinguishes itself by integrating technical explanations with executable Jupyter notebooks. This design allows readers to modify code and hyperparameters in real-time, facilitati

    Clarifies the mathematical operations behind padding, strides, and kernels used to process spatial data.

    Pythonbookchinesecomputer-vision
    عرض على GitHub↗78,493
  • exacity/deeplearningbook-chineseالصورة الرمزية لـ exacity

    exacity/deeplearningbook-chinese

    37,285عرض على GitHub↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Provides educational content on extracting features from grid-like data using convolutional kernels.

    TeX
    عرض على GitHub↗37,285
  • d2l-ai/d2l-enالصورة الرمزية لـ d2l-ai

    d2l-ai/d2l-en

    29,001عرض على GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Controls spatial expansion by configuring padding and strides in transposed convolutional operations.

    Pythonbookcomputer-visiondata-science
    عرض على GitHub↗29,001
  • ml-explore/mlxالصورة الرمزية لـ ml-explore

    ml-explore/mlx

    27,047عرض على GitHub↗

    This project is a machine learning array framework and tensor computation library designed for high-performance numerical computing. It provides a comprehensive suite of tools for constructing and training neural networks, featuring an automatic differentiation engine that facilitates gradient-based optimization and complex mathematical modeling. The library distinguishes itself through a unified memory architecture that allows data to be shared across CPU and GPU devices without explicit copies, significantly reducing data movement overhead. Its execution model relies on a lazy evaluation en

    Computes discrete convolutions across multiple dimensions with support for custom strides, padding, and dilations.

    C++mlx
    عرض على GitHub↗27,047
  • pjreddie/darknetالصورة الرمزية لـ pjreddie

    pjreddie/darknet

    26,461عرض على GitHub↗

    Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying deep learning models, with a primary focus on convolutional neural networks. The project serves as a CUDA accelerated deep learning library that offloads heavy mathematical operations to NVIDIA graphics hardware. This acceleration is used to increase processing speed and reduce execution time during the training of large networks. The engine supports a range of activities including deep learning research, image recognition development, and the training of convolutional neural ne

    Provides low-level convolutional operations and spatial transformations for processing image data.

    C
    عرض على GitHub↗26,461
  • accumulatemore/cvالصورة الرمزية لـ AccumulateMore

    AccumulateMore/CV

    21,907عرض على GitHub↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    Demonstrates the mathematical process of applying filters to image data for feature extraction.

    Jupyter Notebookagentagentsbook
    عرض على GitHub↗21,907
  • infrasys-ai/aisystemالصورة الرمزية لـ Infrasys-AI

    Infrasys-AI/AISystem

    17,017عرض على GitHub↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Accelerates convolutional operations by transforming them into matrix multiplications leveraging dedicated hardware cube units.

    Jupyter Notebookaiaiinfraaisys
    عرض على GitHub↗17,017
  • vdumoulin/conv_arithmeticالصورة الرمزية لـ vdumoulin

    vdumoulin/conv_arithmetic

    14,623عرض على GitHub↗

    This project provides a collection of visual guides, technical documentation, and animation generation tools designed to explain the mathematical mechanics of neural network layer operations. It serves as an educational resource for understanding the architecture and data mapping processes involved in deep learning. The toolset distinguishes itself by programmatically generating visual representations of standard, transposed, and dilated convolution layers. By utilizing a declarative configuration model, it maps mathematical parameters—such as kernel sizes, strides, and padding—to coordinate-

    Visualizes the mathematical mechanics of convolution operations using animated sequences and diagrams.

    TeX
    عرض على GitHub↗14,623
  • huggingface/tokenizersالصورة الرمزية لـ huggingface

    huggingface/tokenizers

    10,825عرض على GitHub↗

    This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It functions as a fast text encoder and a text preprocessing pipeline designed to transform strings into numerical representations with high throughput for research and production. The library includes a subword tokenizer trainer used to analyze text datasets and create custom vocabularies using algorithms such as byte-pair encoding and wordpiece. It provides capabilities for subword vocabulary training and text alignment, allowing character offsets to be tracked during normaliz

    Provides utilities for standardizing input sequence lengths through truncation and padding with special tokens.

    Rustbertgptlanguage-model
    عرض على GitHub↗10,825
  • openrlhf/openrlhfالصورة الرمزية لـ OpenRLHF

    OpenRLHF/OpenRLHF

    9,675عرض على GitHub↗

    OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across distributed GPU clusters. It provides tools for aligning large language models and multimodal vision-language models using algorithms such as PPO, GRPO, and DPO. The framework distinguishes itself through a distributed inference engine that overlaps sample rollout with training to increase throughput. It supports scaling to models exceeding 70 billion parameters via parameter sharding and handles long-context sequences through ring-attention sequence parallelism. The project

    Includes a data loader that packs multiple short sequences into fixed-length blocks to eliminate padding waste and increase throughput.

    Pythonlarge-language-modelsopenai-o1proximal-policy-optimization
    عرض على GitHub↗9,675
  • facebookresearch/maskrcnn-benchmarkالصورة الرمزية لـ facebookresearch

    facebookresearch/maskrcnn-benchmark

    9,370عرض على GitHub↗

    This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation models. It serves as a computer vision research tool and a deep learning inference engine designed to identify object locations, classes, and pixel-level masks within images. The framework implements a two-stage inference pipeline that utilizes region proposal networks and a symmetric mask-head architecture. It provides specialized capabilities for instance segmentation, object bounding box detection, and human pose estimation via anatomical keypoint detection. The system includ

    Pads images of different dimensions with zeros to create uniform tensors for efficient batching.

    Python
    عرض على GitHub↗9,370
  • torch/torch7الصورة الرمزية لـ torch

    torch/torch7

    9,127عرض على GitHub↗

    Torch7 is a scientific computing environment and tensor computation library used for deep learning research and numerical analysis. It functions as a Lua-based framework for training neural networks and learning agents, providing a toolkit for implementing architectures and training through reinforcement learning algorithms. The project is distinguished by its tight integration with C, utilizing a binding layer to map high-level scripting to low-level C structures for direct memory access. It supports hardware-accelerated computation by offloading linear algebra and convolution operations to

    Computes convolutions and cross-correlations between input tensors and kernels.

    C
    عرض على GitHub↗9,127
  • tingsongyu/pytorch_tutorialالصورة الرمزية لـ TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018عرض على GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Implements spatial image padding to control output resolution and maintain tensor dimensions during convolution.

    Python
    عرض على GitHub↗8,018
  • czy36mengfei/tensorflow2_tutorials_chineseالصورة الرمزية لـ czy36mengfei

    czy36mengfei/tensorflow2_tutorials_chinese

    7,786عرض على GitHub↗

    This project is a collection of educational resources and instructional guides for learning deep learning and neural network implementation using TensorFlow. It provides a structured set of tutorials and notebooks written in Chinese, covering supervised and unsupervised learning tasks. The material focuses on practical implementations of diverse neural network architectures, including convolutional, recurrent, and autoencoder networks. It includes specific training content for computer vision, natural language processing, and generative models. The coverage extends to specialized network arc

    Provides utilities for standardizing variable-length input sequences through padding for consistent batch processing.

    Jupyter Notebook
    عرض على GitHub↗7,786
  • paddlepaddle/ernieالصورة الرمزية لـ PaddlePaddle

    PaddlePaddle/ERNIE

    7,717عرض على GitHub↗

    ERNIE is a development toolkit for training, fine-tuning, and deploying large language models built on the PaddlePaddle deep learning platform. It provides a comprehensive suite of core components, including an inference server for vision and language models, a training and fine-tuning toolkit, and a framework for building retrieval-augmented generation systems using private knowledge bases. The project features multimodal AI models capable of reasoning across text, images, and video to perform complex visual understanding and information extraction. It distinguishes itself through specialize

    Implements techniques for concatenating multiple sequences into single tensors to minimize padding waste and optimize memory.

    Pythonernieernie-45ernie-45-vl
    عرض على GitHub↗7,717
  • open-mmlab/mmcvالصورة الرمزية لـ open-mmlab

    open-mmlab/mmcv

    6,446عرض على GitHub↗

    mmcv is a foundation library for computer vision based on PyTorch. It provides a comprehensive system for constructing convolutional neural networks, a toolkit for image and video preprocessing, and a collection of high-performance deep learning vision operators. The project is distinguished by its hardware-accelerated kernels for complex operations such as deformable convolutions and region pooling. It features a configuration-driven framework that allows for the dynamic instantiation of network layers and the registration of custom modules without modifying code. The library covers a broad

    Provides utilities to pad image tensors for uniform dimensions during batch processing.

    Python
    عرض على GitHub↗6,446
  • timeseriesai/tsaiالصورة الرمزية لـ timeseriesAI

    timeseriesAI/tsai

    6,081عرض على GitHub↗

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

    Implements utilities to standardize input sequence lengths and identify padding to separate structural filler from actual time series data.

    Jupyter Notebook
    عرض على GitHub↗6,081
  • meta-pytorch/torchtuneالصورة الرمزية لـ meta-pytorch

    meta-pytorch/torchtune

    5,774عرض على GitHub↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a config-driven system for instantiating components, orchestrating distributed training, and managing parameter-efficient fine-tuning with quantization support, all through YAML-based configurations and command-line overrides. The library distinguishes itself through its comprehensive post-training workflow orchestration, combining supervised fine-tuning, preference optimization (DPO, PPO, GRPO), knowledge distillation, and quantization-aware training in a single configurable pip

    Packs multiple dataset samples into single sequences to reduce padding overhead during training.

    Python
    عرض على GitHub↗5,774
  • pytorch/torchtuneالصورة الرمزية لـ pytorch

    pytorch/torchtune

    5,774عرض على GitHub↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Packs multiple training samples into single sequences to minimize padding waste and maximize throughput.

    Python
    عرض على GitHub↗5,774
  • wb14123/seq2seq-coupletالصورة الرمزية لـ wb14123

    wb14123/seq2seq-couplet

    5,491عرض على GitHub↗

    This project is a deep learning poetry generator designed to create traditional Chinese couplets. It utilizes a sequence-to-sequence neural network architecture to map input text sequences to matching output sequences, functioning as a text generation model and an inference web service. The system features a neural text ranking mechanism that evaluates candidate outputs based on length consistency and character patterns to ensure structural alignment. It also includes a content filtering process that scans generated text against forbidden word lists to remove sensitive or inappropriate materi

    Standardizes input sequence lengths using placeholder tokens to ensure uniform batch dimensions.

    Python
    عرض على GitHub↗5,491
السابق12التالي
  1. Home
  2. Artificial Intelligence & ML
  3. Convolutional Operations

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

  • Cheap-Operation-Based ConvolutionsConvolutional layers that use linear transformations to generate redundant feature maps efficiently. **Distinct from Convolutional Operations:** Focuses on reducing computation via linear transforms, unlike general convolutional operations which cover basic spatial manipulation.
  • Convolutional AcceleratorsImplementations that accelerate convolutional operations, typically by converting them to matrix multiplications via Im2Col. **Distinct from Convolutional Operations:** Focuses on the acceleration mechanism (e.g., Im2Col) rather than the general mathematical definition of convolutional operations.
  • Convolutional Hardware AcceleratorsHardware mechanisms and transformations that convert convolutions into matrix multiplications for high-throughput execution. **Distinct from Convolutional Operations:** Focuses on the hardware acceleration mechanism (cube units/matrix conversion) rather than the mathematical operation itself.
  • Input Padding Utilities2 وسوم فرعيةFunctions for adding boundary pixels to tensors to control spatial dimensions. **Distinct from Convolutional Operations:** Focuses on the padding operation, whereas the parent covers general convolutional operations.
  • Neural Cell PrimitivesPredefined basic operations used as the search space for neural architecture discovery. **Distinct from Convolutional Operations:** Distinct from Convolutional Operations: covers a set of primitive building blocks (CNN and RNN) used specifically for NAS, not just low-level spatial math.
  • Visualization GeneratorsTools for programmatically creating visual representations of mathematical operations. **Distinct from Convolutional Operations:** Distinct from Convolutional Operations: focuses on the generation of visual assets rather than the mathematical operations themselves.