awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesSinusoidal Encodings

Fixed 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.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Sinusoidal Encodings. Refine with filters or upvote what's useful.

Awesome Sinusoidal Encodings GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lucidrains/denoising-diffusion-pytorchAvatar lucidrains

    lucidrains/denoising-diffusion-pytorch

    10,614Vezi pe 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
    Vezi pe GitHub↗10,614
  • datawhalechina/so-large-lmAvatar datawhalechina

    datawhalechina/so-large-lm

    7,400Vezi pe 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.

    Vezi pe GitHub↗7,400
  • harvardnlp/annotated-transformerAvatar harvardnlp

    harvardnlp/annotated-transformer

    7,325Vezi pe 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
    Vezi pe GitHub↗7,325
  • hyunwoongko/transformerAvatar hyunwoongko

    hyunwoongko/transformer

    4,601Vezi pe GitHub↗

    Acest proiect este o implementare PyTorch a unei rețele neuronale bazate pe atenție, concepută pentru sarcini de deep learning de tip sequence-to-sequence. Servește drept bibliotecă pentru construirea de modele de secvențe de deep learning care utilizează structuri de encoder și decoder pentru a procesa limbajul natural și datele secvențiale. Implementarea se concentrează pe un mecanism de atenție multi-head pentru a captura relații diverse între token-uri fără a utiliza recurența. Include codificarea pozițională sinusoidală pentru a menține ordinea secvenței și rețele feed-forward punctuale pentru a transforma pozițiile token-urilor în mod independent. Arhitectura încorporează normalizarea bazată pe straturi pentru a stabiliza antrenarea și a accelera convergența. Oferă componentele necesare pentru designul arhitecturii rețelelor neuronale în domeniile procesării limbajului natural și învățării sequence-to-sequence.

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

    Pythonattentiondatasetpytorch
    Vezi pe GitHub↗4,601
  • datawhalechina/tiny-universeAvatar datawhalechina

    datawhalechina/tiny-universe

    4,505Vezi pe 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
    Vezi pe GitHub↗4,505
  1. Home
  2. Artificial Intelligence & ML
  3. Positional Encoding Techniques
  4. Sinusoidal Encodings