awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

32 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • d2l-ai/d2l-zhAvatar de d2l-ai

    d2l-ai/d2l-zh

    78,493Voir sur 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
    Voir sur GitHub↗78,493
  • exacity/deeplearningbook-chineseAvatar de exacity

    exacity/deeplearningbook-chinese

    37,285Voir sur 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
    Voir sur GitHub↗37,285
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur 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
    Voir sur GitHub↗29,001
  • ml-explore/mlxAvatar de ml-explore

    ml-explore/mlx

    27,047Voir sur 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
    Voir sur GitHub↗27,047
  • pjreddie/darknetAvatar de pjreddie

    pjreddie/darknet

    26,461Voir sur 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
    Voir sur GitHub↗26,461
  • accumulatemore/cvAvatar de AccumulateMore

    AccumulateMore/CV

    21,907Voir sur 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
    Voir sur GitHub↗21,907
  • infrasys-ai/aisystemAvatar de Infrasys-AI

    Infrasys-AI/AISystem

    17,017Voir sur 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
    Voir sur GitHub↗17,017
  • vdumoulin/conv_arithmeticAvatar de vdumoulin

    vdumoulin/conv_arithmetic

    14,623Voir sur 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
    Voir sur GitHub↗14,623
  • huggingface/tokenizersAvatar de huggingface

    huggingface/tokenizers

    10,825Voir sur 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
    Voir sur GitHub↗10,825
  • openrlhf/openrlhfAvatar de OpenRLHF

    OpenRLHF/OpenRLHF

    9,675Voir sur 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
    Voir sur GitHub↗9,675
  • facebookresearch/maskrcnn-benchmarkAvatar de facebookresearch

    facebookresearch/maskrcnn-benchmark

    9,370Voir sur 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
    Voir sur GitHub↗9,370
  • torch/torch7Avatar de torch

    torch/torch7

    9,127Voir sur 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
    Voir sur GitHub↗9,127
  • tingsongyu/pytorch_tutorialAvatar de TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Voir sur 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
    Voir sur GitHub↗8,018
  • czy36mengfei/tensorflow2_tutorials_chineseAvatar de czy36mengfei

    czy36mengfei/tensorflow2_tutorials_chinese

    7,786Voir sur 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
    Voir sur GitHub↗7,786
  • paddlepaddle/ernieAvatar de PaddlePaddle

    PaddlePaddle/ERNIE

    7,717Voir sur 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
    Voir sur GitHub↗7,717
  • open-mmlab/mmcvAvatar de open-mmlab

    open-mmlab/mmcv

    6,446Voir sur 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
    Voir sur GitHub↗6,446
  • timeseriesai/tsaiAvatar de timeseriesAI

    timeseriesAI/tsai

    6,081Voir sur GitHub↗

    tsai est une bibliothèque de deep learning pour la classification, la régression et la prévision de séries temporelles. Basée sur PyTorch et fastai, elle fournit un framework pour étiqueter des données séquentielles, prédire des valeurs futures dans des séquences univariées ou multivariées, et entraîner des représentations sur des données non étiquetées via l'apprentissage auto-supervisé. La bibliothèque se distingue par ses capacités spécialisées d'ingénierie temporelle et de mise à l'échelle. Elle inclut des outils d'encodage temporel cyclique pour capturer les tendances saisonnières et le découpage de fenêtres en ligne pour traiter des jeux de données dépassant la mémoire disponible. Elle prend également en charge des pipelines d'entrée multimodaux combinant des caractéristiques catégorielles statiques et des séquences continues dynamiques. La boîte à outils couvre un large éventail de besoins en prétraitement et évaluation, notamment la segmentation par fenêtre glissante, l'imputation de données manquantes et la conversion de dataframes tabulaires en tenseurs structurés. La performance des modèles est évaluée par validation croisée glissante et analyse de l'importance des caractéristiques pour garantir la cohérence temporelle.

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

    Jupyter Notebook
    Voir sur GitHub↗6,081
  • meta-pytorch/torchtuneAvatar de meta-pytorch

    meta-pytorch/torchtune

    5,774Voir sur 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
    Voir sur GitHub↗5,774
  • pytorch/torchtuneAvatar de pytorch

    pytorch/torchtune

    5,774Voir sur 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
    Voir sur GitHub↗5,774
  • wb14123/seq2seq-coupletAvatar de wb14123

    wb14123/seq2seq-couplet

    5,491Voir sur GitHub↗

    Ce projet est un générateur de poésie par deep learning conçu pour créer des couplets chinois traditionnels. Il utilise une architecture de réseau de neurones séquence-à-séquence pour mapper des séquences de texte d'entrée vers des séquences de sortie correspondantes, fonctionnant comme un modèle de génération de texte et un service web d'inférence. Le système dispose d'un mécanisme de classement de texte neuronal qui évalue les sorties candidates en fonction de la cohérence de la longueur et des motifs de caractères pour assurer l'alignement structurel. Il inclut également un processus de filtrage de contenu qui scanne le texte généré par rapport à des listes de mots interdits pour supprimer le matériel sensible ou inapproprié. La surface de capacités plus large inclut un pipeline de tokenisation de texte pour la préparation des données et une interface RESTful pour servir les prédictions du modèle via JSON. Le projet couvre également le cycle de vie du machine learning, englobant l'optimisation des poids du modèle, l'entraînement et l'évaluation des performances par rapport aux jeux de données de validation.

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

    Python
    Voir sur GitHub↗5,491
Préc.12Suivant
  1. Home
  2. Artificial Intelligence & ML
  3. Convolutional Operations

Explorer les sous-tags

  • 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 sous-tagsFunctions 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.