awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesInput Encoding Combinations

Techniques for merging different coordinate encoding schemes within a single neural network pipeline.

Distinct from Encoder-Combiner Architectures: Focuses on combining spatial encoding types for coordinates, distinct from general multi-modal encoder-combiner architectures.

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

Awesome Input Encoding Combinations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fulldecent/system-bus-radiofulldecent 的头像

    fulldecent/system-bus-radio

    6,680在 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
    在 GitHub 上查看↗6,680
  • nvlabs/tiny-cuda-nnNVlabs 的头像

    NVlabs/tiny-cuda-nn

    4,418在 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

    Encodes each input dimension into a set of bins using a quartic kernel for accurate fitting with limited dynamic range.

    C++cudadeep-learninggpu
    在 GitHub 上查看↗4,418
  1. Home
  2. Artificial Intelligence & ML
  3. Encoder-Decoder Architectures
  4. Encoder-Combiner Architectures
  5. Input Encoding Combinations

探索子标签

  • Frequency Encodings1 个子标签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.
  • OneBlob EncodingsEncodes each input dimension into a set of bins using a quartic kernel for accurate fitting with limited dynamic range. **Distinct from Input Encoding Combinations:** Distinct from Input Encoding Combinations: focuses on the specific OneBlob encoding technique, not the combination of multiple encoding schemes.
  • TriangleWave EncodingsEncodes each input dimension using a cheap-to-compute triangle wave at multiple frequencies. **Distinct from Input Encoding Combinations:** Distinct from Input Encoding Combinations: focuses on the specific triangle wave encoding technique, not the combination of multiple encoding schemes.