Apache Singa

Apache Singa
Developer(s) Apache Software Foundation
Initial release October 8, 2015 (2015-10-08)
Stable release
1.0.0 / September 8, 2016 (2016-09-08)
Development status Active
Written in C++, Python, Java
Operating system Linux, Mac OS, Windows
License Apache License 2.0
Website singa.incubator.apache.org

Singa is an Apache Incubating project for developing an open source deep learning library. It provides a flexible architecture for scalable distributed training, is extensible to run over a wide range of hardware, and has a focus on health-care applications.

History

The Singa project was initiated by the DB System Group at National University of Singapore in 2014. It focused on distributed deep learning by partitioning the model and data onto nodes in a cluster and parallelize the training.[1][2] The prototype was accepted by Apache Incubator in March 2015. Four versions have been released as shown In the following table. Since V1.0, SINGA is general to support traditional machine learning models such as logistic regression.

Version Original release date Latest version Release date
Current stable version: 1.0.0 2016-09-08 1.0.0 2016-09-08
Older version, yet still supported: 0.3.0 2016-04-20 0.1.0 2016-04-20
Old version, no longer supported: 0.2.0 2016-01-14 0.2.0 2016-01-14
Old version, no longer supported: 0.1.0 2015-10-08 0.1.0 2015-10-08
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

Software Stack

Singa's software stack includes three major components, namely, core, IO and model. The following figure illustrates these components together with the hardware. The core component provides memory management and tensor operations; IO has classes for reading (and writing) data from (to) disk and network; The model component provides data structures and algorithms for machine learning models, e.g., layers for neural network models, optimizers/initializer/metric/loss for general machine learning models.

See also

References

  1. Ooi, Beng Chin; Tan, Kian-Lee; Sheng, Wang; Wang, Wei; Cai, Qingchao; Chen, Gang; Gao, Jinyang; Luo, Zhaojing; Tung, Anthony K. H.; Wang, Yuan; Xie, Zhongle; Zhang, Meihui; Zheng, Kaiping (2015). "SINGA: A distributed deep learning platform" (PDF). ACM Multimedia. doi:10.1145/2733373.2807410. Retrieved 8 September 2016.
  2. Wei, Wang; Chen, Gang; Anh Dinh, Tien Tuan; Gao, Jinyang; Ooi, Beng Chin; Tan, Kian-Lee; Sheng, Wang (2015). "SINGA: putting deep learning in the hands of multimedia users" (PDF). ACM Multimedia. doi:10.1145/2733373.2806232. Retrieved 8 September 2016.
This article is issued from Wikipedia - version of the 10/15/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.