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

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

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

2 repositorios

Awesome GitHub RepositoriesFrequency Encodings

Transforms each input dimension into sine and cosine pairs at logarithmically spaced frequencies for neural network input.

Distinct from Input Encoding Combinations: Distinct from Input Encoding Combinations: focuses on the specific frequency-based encoding technique, not the combination of multiple encoding schemes.

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

Awesome Frequency Encodings GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fulldecent/system-bus-radioAvatar de fulldecent

    fulldecent/system-bus-radio

    6,680Ver en GitHub↗

    System-bus-radio is a software-defined radio transmitter that generates AM radio signals by modulating the electromagnetic emissions from a computer's processor and memory bus, without requiring any dedicated radio hardware or physical antennas. It functions as a CPU electromagnetic emissions tool and processor-based signal generator, enabling radio transmission through precise control of CPU instructions and memory bus operations. The project encodes musical notes as sequences of frequency and duration pairs, then synthesizes the AM radio waveform in real-time by executing a tight loop of CP

    Encodes musical notes as frequency-duration pairs for playback via the modulated carrier.

    Cairgapcommunicationcommunication-protocol
    Ver en GitHub↗6,680
  • nvlabs/tiny-cuda-nnAvatar de NVlabs

    NVlabs/tiny-cuda-nn

    4,418Ver en GitHub↗

    This project is a high-performance C++ and CUDA neural network library designed for fast training and inference of small networks on NVIDIA GPUs. It serves as a specialized backend for neural radiance fields and coordinate-based networks, providing a fused GPU kernel library and a hash grid encoder for transforming raw input dimensions into high-dimensional representations. The library distinguishes itself through the use of C++ template metaprogramming and fused-kernel execution, which merge neural network layers into single GPU device functions to eliminate memory bottlenecks. It leverages

    Transforms each input dimension into sine and cosine pairs at logarithmically spaced frequencies.

    C++cudadeep-learninggpu
    Ver en GitHub↗4,418
  1. Home
  2. Artificial Intelligence & ML
  3. Encoder-Decoder Architectures
  4. Encoder-Combiner Architectures
  5. Input Encoding Combinations
  6. Frequency Encodings

Explorar subetiquetas

  • Musical Note EncodingsEncodes musical notes as sequences of frequency and duration pairs for playback via a modulated carrier. **Distinct from Frequency Encodings:** Distinct from Frequency Encodings: focuses on encoding musical notes for playback, not transforming input dimensions for neural networks.