rustorch 0.6.29

Production-ready PyTorch-compatible deep learning library in Rust with special mathematical functions (gamma, Bessel, error functions), statistical distributions, Fourier transforms (FFT/RFFT), matrix decomposition (SVD/QR/LU/eigenvalue), automatic differentiation, neural networks, computer vision transforms, complete GPU acceleration (CUDA/Metal/OpenCL), SIMD optimizations, parallel processing, WebAssembly browser support, comprehensive distributed learning support, and performance validation
Documentation
name: rustorch
channels:
  - conda-forge
dependencies:
  - python=3.9
  - pip
  - jupyter
  - jupyterlab>=3.0
  - matplotlib
  - pandas
  - numpy
  - rust
  - cmake
  - pkg-config
  - gcc_linux-64
  - gxx_linux-64
  - libblas-dev
  - liblapack-dev
  - openblas
  - pip:
    - maturin>=1.0
    - wheel