RubyGems Navigation menu

grx-tensor 0.1.0

GRX brings PyTorch-style tensor operations to Ruby. Every arithmetic op, activation, and optimizer step runs through a native C library compiled with AVX2+FMA SIMD. Ruby is the interface — C does the work. Features: autograd, SGD/Adam optimizers, Linear/Sequential/Dropout/BatchNorm layers, MSE/BCE/CrossEntropy loss functions, Xavier and He weight init. Cross-platform: .so on Linux, .dylib on macOS, .dll on Windows.

Gemfile:
=

install:
=

Versions:

  1. 0.1.0 May 12, 2026 (27.5 KB)

Development Dependencies (4):

bundler ~> 2.0
minitest ~> 5.0
rake ~> 13.0
rake-compiler ~> 1.2

Owners:

Pushed by:

Authors:

  • Angel Gabriel Garcia Razo

SHA 256 checksum:

=

Total downloads 155

For this version 155

Version Released:

License:

MIT

Required Ruby Version: >= 3.0.0

Links: