awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesPositional Encoding Techniques

Methods for injecting sequence order information into attention-based models.

Distinguishing note: Focuses on preserving order in non-recurrent architectures.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Positional Encoding Techniques. Refine with filters or upvote what's useful.

Awesome Positional Encoding Techniques GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Ver en 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

    Adds learnable vectors to image patch representations to preserve spatial information in transformer encoders.

    Pythonbookcomputer-visiondata-science
    Ver en GitHub↗29,001
  • lucidrains/denoising-diffusion-pytorchAvatar de lucidrains

    lucidrains/denoising-diffusion-pytorch

    10,614Ver en GitHub↗

    Implementation of Denoising Diffusion Probabilistic Model in Pytorch

    Injects sinusoidal positional encodings of the diffusion step to condition predictions on noise level.

    Pythonartificial-intelligencedeep-learninggenerative-model
    Ver en GitHub↗10,614
  • datawhalechina/so-large-lmAvatar de datawhalechina

    datawhalechina/so-large-lm

    7,400Ver en GitHub↗

    This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of large language models. It provides a guided progression through the theory, architecture, training, and deployment of these models. The curriculum includes specialized guides on transformer architecture, model training tutorials, and frameworks for designing autonomous agents. It also provides dedicated resources for studying model safety and ethics. The material covers a wide range of technical capabilities, including distributed training strategies, parameter-efficient fine-tu

    Explains the use of fixed sine and cosine functions to encode sequence order in transformer models.

    Ver en GitHub↗7,400
  • harvardnlp/annotated-transformerAvatar de harvardnlp

    harvardnlp/annotated-transformer

    7,325Ver en GitHub↗

    The Annotated Transformer is an educational resource that provides annotated code implementations of the Transformer architecture for sequence-to-sequence tasks, built with PyTorch. It serves as a learning tool for understanding attention mechanisms, multi-head parallel attention, and scaled dot-product attention through executable examples that walk through each component of the model. The project covers the full Transformer pipeline, including stacked encoder-decoder layers with residual connections and layer normalization, sinusoidal positional encoding for order-aware representation, and

    Injects fixed sinusoidal signals into token embeddings to encode absolute and relative position information.

    Jupyter Notebookannotatednotebookpython
    Ver en GitHub↗7,325
  • ai-dawang/plugnplay-modulesAvatar de ai-dawang

    ai-dawang/PlugNPlay-Modules

    4,968Ver en 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

    Creates sine and cosine positional encodings to provide spatial or sequential awareness to network layers.

    Python
    Ver en GitHub↗4,968
  • hyunwoongko/transformerAvatar de hyunwoongko

    hyunwoongko/transformer

    4,601Ver en GitHub↗

    Este proyecto es una implementación en PyTorch de una red neuronal basada en atención diseñada para tareas de aprendizaje profundo de secuencia a secuencia. Sirve como librería para construir modelos de secuencia de aprendizaje profundo que utilizan estructuras de codificador y decodificador para procesar lenguaje natural y datos secuenciales. La implementación se centra en un mecanismo de atención de múltiples cabezas (multi-head attention) para capturar diversas relaciones entre tokens sin utilizar recurrencia. Incluye codificación posicional sinusoidal para mantener el orden de la secuencia y redes feed-forward puntuales para transformar las posiciones de los tokens de forma independiente. La arquitectura incorpora normalización basada en capas para estabilizar el entrenamiento y acelerar la convergencia. Proporciona los componentes necesarios para el diseño de arquitectura de redes neuronales dentro de los dominios del procesamiento de lenguaje natural y el aprendizaje de secuencia a secuencia.

    Implements sinusoidal encodings to inject absolute position information into token embeddings.

    Pythonattentiondatasetpytorch
    Ver en GitHub↗4,601
  • datawhalechina/tiny-universeAvatar de datawhalechina

    datawhalechina/tiny-universe

    4,505Ver en GitHub↗

    Tiny Universe is an educational monorepo that delivers multiple independent implementations of core AI subsystems as self-contained Jupyter notebooks. It provides from-scratch constructions of foundational architectures including a complete Transformer model built from the original paper specification, a denoising diffusion probabilistic model for image generation, and a ReAct-style autonomous agent framework that equips an LLM with tools for planning and multi-step task execution. The project distinguishes itself by covering the full lifecycle of modern AI systems through hands-on implementa

    Adds sinusoidal position encodings to token embeddings for sequence order awareness.

    Jupyter Notebookagentdiffusionevaluation-metrics
    Ver en GitHub↗4,505
  • facebookresearch/deitAvatar de facebookresearch

    facebookresearch/deit

    4,348Ver en GitHub↗

    DeiT es un framework de vision transformer para PyTorch diseñado para la clasificación de imágenes. Implementa una arquitectura basada en transformers que procesa imágenes como secuencias de parches aplanados utilizando capas de auto-atención (self-attention) y modelado de secuencias consciente de la posición en lugar de filtros convolucionales. El proyecto se centra en el entrenamiento eficiente en datos a través de un framework de destilación de conocimiento. Este sistema permite que un modelo estudiante imite las etiquetas blandas (soft labels) de un modelo profesor de alto rendimiento para mejorar la precisión y la generalización, particularmente cuando se entrena con conjuntos de datos más pequeños. La librería cubre el ciclo de vida completo de desarrollo, incluyendo el entrenamiento de clasificación de imágenes, la optimización de la pérdida de entropía cruzada y el despliegue de pesos preentrenados para inferencia. También incluye una herramienta de benchmarking para evaluar el rendimiento y la precisión del modelo frente a conjuntos de datos estándar.

    Injects learnable positional embeddings into image patch sequences to preserve spatial arrangement.

    Python
    Ver en GitHub↗4,348
  • neuraloperator/neuraloperatorAvatar de neuraloperator

    neuraloperator/neuraloperator

    3,710Ver en GitHub↗

    Neuraloperator is a library for learning mappings between infinite-dimensional function spaces, serving as a tool to accelerate physics simulations and partial differential equation solving. It implements resolution-invariant models and spectral neural networks that can produce consistent predictions regardless of the input grid resolution or spatial discretization. The framework incorporates physics-informed neural networks that enforce physical constraints and differential equations through specialized loss functions. It utilizes Fourier transforms and spectral projections to process multid

    Adds spectral or grid-based positional information to coordinate inputs as additional data channels.

    Pythonfnofourier-neural-operatorneural-operator
    Ver en GitHub↗3,710
  1. Home
  2. Artificial Intelligence & ML
  3. Positional Encoding Techniques

Explorar subetiquetas

  • Positional Embedding Layers1 sub-etiquetaLayers that inject learnable spatial information into image patch sequences. **Distinct from Positional Encoding Techniques:** Focuses on the implementation of positional embeddings for image patches, whereas the parent covers general positional encoding techniques.
  • Sinusoidal EncodingsFixed periodic functions used to encode token positions in a sequence. **Distinct from Positional Encoding Techniques:** Distinct from general techniques by focusing specifically on the fixed sinusoidal signal method rather than learnable or rotary embeddings.