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
·
PAIR-code avatar

PAIR-code/deeplearnjsArchived

0
View on GitHub↗
js.tensorflow.org↗

Deeplearnjs

Deeplearnjs is a JavaScript deep learning framework and automatic differentiation engine designed for building and training artificial intelligence models within a web browser environment. It functions as a machine learning library that leverages WebGL to provide hardware acceleration for neural networks.

The project serves as a high-performance linear algebra library, using the GPU to execute operations on multi-dimensional arrays. This enables the implementation of deep learning models and the execution of client-side machine learning inference.

The framework covers the complete automatic differentiation workflow, allowing for the calculation of mathematical gradients to optimize model weights. It provides the necessary tools for performing complex linear algebra and managing the training of neural networks using WebGL.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Features

  • Automatic Differentiation Engines - Functions as a mathematical engine that computes gradients by traversing computational graphs for model training.
  • Computational Graph Tracking - Records a sequence of mathematical transformations in a graph to facilitate automatic gradient calculation.
  • Browser-Based Frameworks - Provides a complete set of tools for building and training AI models directly in the web browser.
  • JavaScript Machine Learning Libraries - Provides a JavaScript library for implementing neural networks and deep learning models with WebGL acceleration.
  • Automatic Differentiation Systems - Provides a system for computing gradients of mathematical functions to enable neural network training.
  • Tensor Operations - Implements linear algebra and tensor operations within GPU shader programs for parallel processing.
  • GPU Linear Algebra Libraries - Implements high-performance linear algebra operations specifically optimized for GPU hardware via WebGL.
  • Linear Algebra Routines - Executes fundamental linear algebra operations on multi-dimensional arrays using hardware acceleration.
  • Hardware-Accelerated WebGL Execution - Leverages WebGL to offload intensive tensor computations to the GPU for browser-based machine learning.
  • GPU Tensor Mapping - Implements tensor storage directly in graphics memory to minimize CPU-to-GPU data transfer overhead.
  • On-Device Inference - Enables the execution of pre-trained machine learning models directly on the user's device.
  • JavaScript Linear Algebra Libraries - Provides a high-performance toolkit for complex mathematical operations on multi-dimensional arrays within JavaScript.
  • Deep Learning Frameworks - Hardware-accelerated machine learning library for the web.
  • Neural Networks - Hardware-accelerated machine intelligence library.
8,435 estrellas·930 forks·TypeScript·Apache-2.0·5 vistas

Historial de estrellas

Gráfico del historial de estrellas de pair-code/deeplearnjsGráfico del historial de estrellas de pair-code/deeplearnjs

Preguntas frecuentes

¿Qué hace pair-code/deeplearnjs?

Deeplearnjs is a JavaScript deep learning framework and automatic differentiation engine designed for building and training artificial intelligence models within a web browser environment. It functions as a machine learning library that leverages WebGL to provide hardware acceleration for neural networks.

¿Cuáles son las características principales de pair-code/deeplearnjs?

Las características principales de pair-code/deeplearnjs son: Automatic Differentiation Engines, Computational Graph Tracking, Browser-Based Frameworks, JavaScript Machine Learning Libraries, Automatic Differentiation Systems, Tensor Operations, GPU Linear Algebra Libraries, Linear Algebra Routines.

¿Qué alternativas de código abierto existen para pair-code/deeplearnjs?

Las alternativas de código abierto para pair-code/deeplearnjs incluyen: facebookresearch/flashlight — Flashlight is a C++ machine learning library and deep learning framework designed for building and training neural… tensorflow/tfjs-core — TensorFlow.js is a JavaScript machine learning library and browser-based runtime used to build, train, and execute… xiaotudui/pytorch-tutorial — This project is a PyTorch deep learning tutorial and educational resource. It provides a structured curriculum and… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… deep-learning-with-pytorch/dlwpt-code — This project is a deep learning educational resource consisting of PyTorch model implementations and code examples. It… hips/autograd — Autograd is an automatic differentiation library and numerical gradient engine for Python. Its primary purpose is to…

Alternativas open-source a Deeplearnjs

Proyectos open-source similares, clasificados según cuántas características comparten con Deeplearnjs.
  • facebookresearch/flashlightAvatar de facebookresearch

    facebookresearch/flashlight

    5,443Ver en GitHub↗

    Flashlight is a C++ machine learning library and deep learning framework designed for building and training neural networks. It functions as a tensor manipulation library and an automatic differentiation engine that tracks operations to calculate gradients via backpropagation for model optimization. The project is distinguished by its role as a distributed training framework, utilizing all-reduce gradient synchronization and distributed environments to scale machine learning workloads across multiple nodes and devices. It features a backend-agnostic memory interface and RAII-based management

    C++
    Ver en GitHub↗5,443
  • tensorflow/tfjs-coreAvatar de tensorflow

    tensorflow/tfjs-core

    8,437Ver en GitHub↗

    TensorFlow.js is a JavaScript machine learning library and browser-based runtime used to build, train, and execute models. It functions as a WebGL accelerated tensor engine, providing a foundation for high-performance linear algebra operations and an automatic differentiation framework for computing gradients. The project distinguishes itself through its ability to run machine learning directly in web environments, supporting both client-side inference and browser-based training. It enables the deployment of Python-based models by converting Keras or TensorFlow models into compatible formats

    TypeScriptdeep-learningdeep-neural-networksgpu-acceleration
    Ver en GitHub↗8,437
  • xiaotudui/pytorch-tutorialAvatar de xiaotudui

    xiaotudui/pytorch-tutorial

    4,195Ver en GitHub↗

    This project is a PyTorch deep learning tutorial and educational resource. It provides a structured curriculum and step-by-step guides for designing, training, and validating neural networks from scratch. The resource includes specific guides on computer vision implementation, focusing on object detection and image classification using convolutional neural networks. It also provides instructions for optimizing model performance through hardware acceleration to reduce training time. The materials cover the full model development lifecycle, including tensor operations, image dataset preparatio

    Pythonpytorchpytorch-tutorial
    Ver en GitHub↗4,195
  • tingsongyu/pytorch_tutorialAvatar de TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Ver en GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    Ver en GitHub↗8,018
Ver las 30 alternativas a Deeplearnjs→