awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • morvanzhou/pytorch-tutorialAvatar de MorvanZhou

    MorvanZhou/PyTorch-Tutorial

    8,458Ver en 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
    Ver en GitHub↗8,458
  • ecrmnn/collect.jsAvatar de ecrmnn

    ecrmnn/collect.js

    6,571Ver en 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
    Ver en GitHub↗6,571
  • doctrine/collectionsAvatar de doctrine

    doctrine/collections

    5,979Ver en 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
    Ver en GitHub↗5,979
  • tensorflow/rustAvatar de tensorflow

    tensorflow/rust

    5,480Ver en 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
    Ver en GitHub↗5,480
  • javascriptdata/danfojsAvatar de javascriptdata

    javascriptdata/danfojs

    5,050Ver en GitHub↗

    Danfo.js es una biblioteca de análisis y preprocesamiento de datos para JavaScript que proporciona estructuras de datos etiquetadas de alto rendimiento. Implementa dataframes y series para permitir análisis de datos complejos, computación estadística y la manipulación de datos tabulares estructurados. El proyecto sirve como una biblioteca de preprocesamiento para machine learning, ofreciendo utilidades para codificación de etiquetas categóricas, one-hot encoding y escalado y estandarización de características numéricas. Facilita específicamente la conversión de estructuras de datos etiquetadas en tensores para el entrenamiento y evaluación de modelos. La biblioteca cubre un amplio conjunto de capacidades, incluyendo estadísticas descriptivas, operaciones relacionales como merge y join, y procesamiento de series temporales. Incluye herramientas para limpieza, filtrado y agrupación de datos, así como una interfaz de visualización para generar gráficos interactivos directamente desde los dataframes. El sistema soporta la importación y exportación de datos mediante formatos CSV, JSON y Excel.

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

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

Explorar subetiquetas

  • 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.