amazon-dsstne

Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models

  • 所有者: amazon-archives/amazon-dsstne
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Amazon DSSTNE: Deep Scalable Sparse Tensor Network Engine

DSSTNE (pronounced "Destiny") is an open source software library for training and deploying recommendation
models with sparse inputs, fully connected hidden layers, and sparse outputs. Models with weight matrices
that are too large for a single GPU can still be trained on a single host. DSSTNE has been used at Amazon
to generate personalized product recommendations for our customers at Amazon's scale. It is designed for
production deployment of real-world applications which need to emphasize speed and scale over experimental
flexibility.

DSSTNE was built with a number of features for production recommendation workloads:

  • Multi-GPU Scale: Training and prediction
    both scale out to use multiple GPUs, spreading out computation
    and storage in a model-parallel fashion for each layer.
  • Large Layers: Model-parallel scaling enables larger networks than
    are possible with a single GPU.
  • Sparse Data: DSSTNE is optimized for fast performance on sparse datasets, common in recommendation
    problems. Custom GPU kernels perform sparse computation on the GPU, without filling in lots of zeroes.

Benchmarks

Scaling up

License

License

Setup

  • Follow Setup for step by step instructions on installing and setting up DSSTNE

User Guide

  • Check User Guide for detailed information about the features in DSSTNE

Examples

  • Check Examples to start trying your first Neural Network Modeling using DSSTNE

Q&A

FAQ

主要指標

概覽
名稱與所有者amazon-archives/amazon-dsstne
主編程語言C++
編程語言C (語言數: 8)
平台
許可證Apache License 2.0
所有者活动
創建於2016-03-24 06:57:40
推送於2020-03-02 05:35:24
最后一次提交2020-02-20 10:25:59
發布數0
用户参与
星數4.4k
關注者數336
派生數728
提交數426
已啟用問題?
問題數108
打開的問題數44
拉請求數107
打開的拉請求數1
關閉的拉請求數19
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?