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
派生数727
提交数426
已启用问题?
问题数108
打开的问题数44
拉请求数107
打开的拉请求数1
关闭的拉请求数19
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?