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

2 repos

Awesome GitHub RepositoriesTensor Operations

Methods for manipulating and transforming multidimensional data structures, including specialized handling for sparse or manual memory layouts.

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

  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence & Machine Learning
  4. Tensor Computing Libraries
  5. Tensor Operations

Awesome Tensor Operations 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

    C++deep-learningdeep-neural-networksdistributed
  • tensorflow/tfjs-examples

    tensorflow/tfjs-examples

    6,783GitHubView on GitHub↗

    This repository provides a collection of practical demonstrations and implementation guides for machine learning tasks using TensorFlow.js. It serves as a resource for developers to explore model architectures, training workflows, and data manipulation techniques across domains such as computer vision, natural language

    JavaScript

Explore sub-tags

  • Manual Memory ManagementMethods for explicit disposal of tensor resources to manage memory.
  • Sparse Tensor RepresentationsData structures optimized for storing and processing high-dimensional tensors with many zero values.