awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Tensor Libraries · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesTensor Libraries

Software libraries providing the fundamental data structures and mathematical functions required for high-dimensional array computations.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Tensor Libraries. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Hardware & Acceleration
  7. Tensor Computing Libraries
  8. Tensor Libraries

Awesome Tensor Libraries GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • tensorflow/tensorflow

    tensorflow/tensorflow

    193,864GitHubView on GitHub↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The syst

    Executes high-performance element-wise functions, trigonometric operations, and logical reductions across multi-dimensional arrays.

    C++deep-learningdeep-neural-networksdistributed
  • pytorch/pytorch

    pytorch/pytorch

    97,601GitHubView on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic diffe

    Accelerates multi-dimensional array operations by leveraging native GPU and specialized hardware support.

    Pythonautograddeep-learninggpu
  • karpathy/nanoGPT

    karpathy/nanoGPT

    53,461GitHubView on GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predi

    Executes high-dimensional array operations and mathematical functions essential for training deep neural networks.

    Python

Explore sub-tags

  • ATenLow-level tensor and mathematical operation infrastructure.
  • Hardware-AcceleratedTensor libraries with native support for GPU and other hardware accelerators.
  • Mathematical OperationsRoutines for numerical computing on tensors.