awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amznlabs avatar

amznlabs/amazon-dsstneArchived

0
View on GitHub↗
4,395 Stars·728 Forks·C++·Apache-2.0·6 Aufrufe

Amazon Dsstne

Amazon DSSTNE is a machine learning toolkit and sparse tensor network library designed for deep learning models with sparse inputs and outputs. It provides a model-parallel training framework and a GPU-accelerated sparse engine to support memory-intensive networks.

The framework is specifically designed for recommendation system training and large-scale sparse learning. It enables the distribution of large weight matrices and embedding tables across multiple GPU devices to handle models that exceed the memory capacity of a single processor.

The project covers a broad range of capabilities including distributed GPU computation, sparse dataset processing, and the construction of scalable sparse tensor networks. These utilities allow for the execution of high-performance machine learning operations and model scaling across GPU clusters.

Features

  • Model Parallelism - Provides a model-parallel training framework to split large weight matrices across multiple GPUs.
  • Distributed GPU Computing - Distributes training and prediction tasks across multiple GPUs to increase processing speed and memory capacity.
  • Distributed GPU Training - Enables distributing neural network training and prediction workloads across multiple GPUs to increase memory and speed.
  • Embedding Table Sharding - Supports partitioning massive embedding tables across distributed graphics processors to handle memory-intensive models.
  • Recommendation Model Training - Designed for training deep learning recommendation models with weight matrices that exceed single-GPU memory.
  • Model Training Frameworks - Provides a distributed training framework that scales large weight matrices across multiple GPUs for memory-intensive networks.
  • Recommendation Models - Serves as a toolkit specifically for building deep learning recommendation models with sparse inputs and outputs.
  • Sparse Computing Kernels - Implements specialized computational kernels to accelerate sparse neural network operations on GPU hardware.
  • Sparse Tensor Network Libraries - Provides a library for building and training machine learning models using scalable sparse tensor networks.
  • Sparse Computation Engines - Provides a GPU-accelerated sparse engine using custom kernels to process sparse datasets without zero-value expansion.
  • Distributed Tensor Networks - Provides a distributed tensor network to organize large-scale model computations as a graph spread across a GPU cluster.
  • Sparse Learning - Supports large-scale sparse learning by processing vast datasets with mostly zero values efficiently.
  • Large-Scale Model Training - Supports building large-scale recommendation models using model-parallel scaling for weight matrices.
  • Sparse Tensor Network Modeling - Enables constructing machine learning models using scalable sparse tensor networks to handle large-scale data.
  • Sparse-to-Dense Embedding Tables - Provides embedding tables that map high-dimensional sparse inputs directly to dense vectors without matrix expansion.
  • Sparse Data Processing - Executes computations on sparse datasets using custom GPU kernels to maintain performance without expanding zero entries.
  • Deep Learning Frameworks - Library for building deep learning recommendation systems.
  • General Machine Learning - Library for training and deploying deep neural networks at scale.

Star-Verlauf

Star-Verlauf für amznlabs/amazon-dsstneStar-Verlauf für amznlabs/amazon-dsstne

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht amznlabs/amazon-dsstne?

Amazon DSSTNE is a machine learning toolkit and sparse tensor network library designed for deep learning models with sparse inputs and outputs. It provides a model-parallel training framework and a GPU-accelerated sparse engine to support memory-intensive networks.

Was sind die Hauptfunktionen von amznlabs/amazon-dsstne?

Die Hauptfunktionen von amznlabs/amazon-dsstne sind: Model Parallelism, Distributed GPU Computing, Distributed GPU Training, Embedding Table Sharding, Recommendation Model Training, Model Training Frameworks, Recommendation Models, Sparse Computing Kernels.

Welche Open-Source-Alternativen gibt es zu amznlabs/amazon-dsstne?

Open-Source-Alternativen zu amznlabs/amazon-dsstne sind unter anderem: facebookresearch/dlrm — This is a PyTorch recommendation framework and deep learning recommendation model designed to generate personalized… infrasys-ai/aisystem — AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip… alibaba/x-deeplearning — This project is a distributed machine learning platform and sparse deep learning framework designed for training and… fastai/course-v3 — This repository is a comprehensive educational program and deep learning framework designed to teach practical deep… apache/incubator-mxnet — Apache MXNet is a deep learning framework and distributed machine learning library designed for training and deploying… azure/mmlspark — Mmlspark is a distributed framework for executing machine learning models, data transformations, and AI service…

Open-Source-Alternativen zu Amazon Dsstne

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Amazon Dsstne.
  • facebookresearch/dlrmAvatar von facebookresearch

    facebookresearch/dlrm

    4,044Auf GitHub ansehen↗

    This is a PyTorch recommendation framework and deep learning recommendation model designed to generate personalized content predictions. It functions as a distributed embedding trainer that processes dense and sparse features through a neural network architecture to predict user preferences. The project implements a CUDA-optimized machine learning system using specialized GPU kernels to accelerate embedding lookup and aggregation. It employs a distributed approach to shard massive sparse feature tables across multiple GPUs, enabling the training of large-scale models. The system utilizes a t

    Python
    Auf GitHub ansehen↗4,044
  • infrasys-ai/aisystemAvatar von Infrasys-AI

    Infrasys-AI/AISystem

    17,017Auf GitHub ansehen↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Jupyter Notebookaiaiinfraaisys
    Auf GitHub ansehen↗17,017
  • fastai/course-v3Avatar von fastai

    fastai/course-v3

    4,914Auf GitHub ansehen↗

    This repository is a comprehensive educational program and deep learning framework designed to teach practical deep learning using PyTorch through notebooks and code examples. It serves as a high-level library for building, training, and deploying neural networks, acting as a model training orchestrator that coordinates PyTorch models, optimizers, and loss functions. The project provides specialized toolkits for computer vision, natural language processing, and tabular data preprocessing. It distinguishes itself through advanced training controls such as discriminative learning rates, a two-w

    Jupyter Notebookdata-sciencedeep-learningfastai
    Auf GitHub ansehen↗4,914
  • alibaba/x-deeplearningAvatar von alibaba

    alibaba/x-deeplearning

    4,301Auf GitHub ansehen↗

    This project is a distributed machine learning platform and sparse deep learning framework designed for training and serving models with high-dimensional sparse data. It functions as an online model serving infrastructure and recommendation system engine, enabling real-time item retrieval and scoring using deep tree matching and neural networks. The system distinguishes itself through a multi-task learning framework that optimizes multiple objective functions within a shared representation space. It features a specialized online serving infrastructure that supports dynamic model hot-loading a

    PureBasic
    Auf GitHub ansehen↗4,301
Alle 30 Alternativen zu Amazon Dsstne anzeigen→