awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesTensor-to-Array Conversions

Utilities for converting multi-dimensional tensors back into raw array formats.

Distinct from Tensor Data Representations: Candidates focus on repetition, concatenation, or serialization, not the simple conversion back to raw arrays.

Explore 5 awesome GitHub repositories matching data & databases · Tensor-to-Array Conversions. Refine with filters or upvote what's useful.

Awesome Tensor-to-Array Conversions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • morvanzhou/pytorch-tutorialAvatar de MorvanZhou

    MorvanZhou/PyTorch-Tutorial

    8,458Voir sur GitHub↗

    This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

    Provides utilities for converting wrapped tensors back into raw arrays for plotting.

    Jupyter Notebookautoencoderbatchbatch-normalization
    Voir sur GitHub↗8,458
  • ecrmnn/collect.jsAvatar de ecrmnn

    ecrmnn/collect.js

    6,571Voir sur GitHub↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Implements internal storage as plain arrays for seamless native array conversion.

    JavaScriptcollectionlaravellaravel-collections
    Voir sur GitHub↗6,571
  • doctrine/collectionsAvatar de doctrine

    doctrine/collections

    5,979Voir sur GitHub↗

    Doctrine Collections is a PHP library that provides object-oriented abstractions for managing and manipulating groups of objects with array-like functionality. It wraps native PHP arrays in an object-oriented interface, enabling cleaner data manipulation through methods for filtering, mapping, and iteration. The library supports callback-driven transformation, applying a callback to every element and returning a new collection with the transformed values. It also enables criteria expression querying, allowing selection of matching elements by applying a criteria object with comparison express

    Provides an object-oriented interface wrapping native PHP arrays for cleaner data manipulation.

    PHP
    Voir sur GitHub↗5,979
  • tensorflow/rustAvatar de tensorflow

    tensorflow/rust

    5,480Voir sur GitHub↗

    This project provides Rust bindings for the TensorFlow C API, serving as a tensor computation interface and machine learning library. It enables the construction and execution of machine learning models and neural networks by bridging a systems language to high-performance backends. The framework supports GPU-accelerated computing to increase the speed of model training and inference by offloading mathematical operations to graphics processing units. It offers both graph-based computation for defining static network architectures and an eager execution mode for immediate operation calls durin

    Transforms data between native arrays and tensor formats to move information across different software libraries.

    Rust
    Voir sur GitHub↗5,480
  • javascriptdata/danfojsAvatar de javascriptdata

    javascriptdata/danfojs

    5,050Voir sur GitHub↗

    Danfo.js est une bibliothèque d'analyse et de prétraitement de données pour JavaScript qui fournit des structures de données étiquetées haute performance. Elle implémente des dataframes et des séries pour permettre une analyse de données complexe, le calcul statistique et la manipulation de données tabulaires structurées. Le projet sert de bibliothèque de prétraitement pour le machine learning, offrant des utilitaires pour l'encodage d'étiquettes catégorielles, l'encodage one-hot, ainsi que la mise à l'échelle et la standardisation des caractéristiques numériques. Elle facilite spécifiquement la conversion de structures de données étiquetées en tenseurs pour l'entraînement et l'évaluation de modèles. La bibliothèque couvre un large ensemble de capacités incluant les statistiques descriptives, les opérations relationnelles comme la fusion et la jointure, et le traitement de séries temporelles. Elle inclut des outils pour le nettoyage, le filtrage et le regroupement de données, ainsi qu'une interface de visualisation pour générer des graphiques interactifs directement à partir des dataframes. Le système prend en charge l'importation et l'exportation de données via les formats CSV, JSON et Excel.

    Converts between arrays, JSON, lists, objects, and tensors to enable interoperability between formats.

    TypeScriptdanfojsdata-analysisdata-analytics
    Voir sur GitHub↗5,050
  1. Home
  2. Data & Databases
  3. Tensor-to-Array Conversions

Explorer les sous-tags

  • Array-Backed CollectionsStores collection data as plain JavaScript arrays internally for direct array operations. **Distinct from Tensor-to-Array Conversions:** Distinct from Tensor-to-Array Conversions: focuses on internal storage representation of collections, not converting tensor data to arrays.
  • Inter-Format ConversionsConverting data between different representations like arrays, JSON objects, and tensors. **Distinct from Tensor-to-Array Conversions:** Distinct from Tensor-to-Array Conversions: covers a broader range of interoperability including JSON and lists, not just tensors.