Deep Learning Workspace
Перейти к файлу
jinl 3f6df13c8b Merge pull request #26 from jinlccs/master
Update information on SQL Azure size.
2017-09-26 16:17:33 -07:00
boneyard improve deployment 2017-03-28 17:31:58 -07:00
devenv Update Dev Docker 2017-09-18 19:10:24 -07:00
docs Update information on SQL Azure size. 2017-09-26 16:17:52 -07:00
src document update, information on launching child job. 2017-09-26 15:09:18 -07:00
.gitignore Make OpenID authentication fully configurable. 2017-09-15 16:51:45 -07:00
.travis.yml Add documentation to DLworkspace. 2017-09-13 17:13:07 -07:00
DevDocker.md Update installing prerequisities, update document. 2017-09-18 15:16:22 -07:00
License.md Update az_tools to use Azure for On-Prem Cluster. 2017-09-20 16:52:29 -07:00
README.md Update document. Add script block of adding node. Use host DNS for Single node job. 2017-09-22 19:18:18 -07:00
devenv.py Update Dev Docker 2017-09-18 19:10:24 -07:00
install_prerequisites.sh Update documentation and install prerequisites. 2017-09-18 17:10:10 -07:00
sample.output

README.md

Project Overview

Deep Learning Workspace (DLWorkspace) is an open source toolkit that allows AI scientists to spin up an AI cluster in turn-key fashion (either in a public cloud such as Azure, or in an on-perm cluster). It has been used in daily production for Microsoft internal groups (e.g., Microsoft Cognitive Service, SwiftKey, Bing Relevance, etc...). Once setup, the DLWorkspace provides web UI and/or restful API that allows AI scientist to run job (interactive exploration, training, inferencing, data analystics) on the cluster with resource allocated by DL Workspace cluster for each job (e.g., a single node job with a couple of GPUs with GPU Direct connection, or a distributed job with multiple GPUs per node). DLWorkspace also provides unified job template and operating environment that allows AI scientists to easily share their job and setting among themselves and with outside community. DLWorkspace out-of-box supports all major deep learning toolkits (TensorFlow, CNTK, Caffe, MxNet, etc..), and supports popular big data analytic toolkit such as hadoop/spark.

Tutorials

Here is a few short video clips that can quickly explain DLWorkspace. Note the PPT link will only work in github.com repo, not in github.com pages.

Documentations

DLWorkspace Cluster Deployment

Frequently Asked Questions

Presentation