-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Presentations
Frank Seide edited this page Aug 19, 2016
·
41 revisions
Here you can find CNTK and Deep Learning related presentations:
-
Frank Seide and Amit Agarwal. CNTK: Microsoft's Open-Source Deep-Learning Toolkit. KDD 2016. August 16, 2016. Video and Slides to be posted end of August 2016. This 3-hour hands-on tutorial covers the following topics:
- what: ...is CNTK? Including an introduction into the core concept of CNTK, the "computational network."
- how: ...does a typical use of CNTK look like? Configuration of key components, workflow.
- deep dive: ...into unique CNTK technologies. Automatic unrolling of time & efficient minibatching of variable-length sequences; data-parallel training with 1-bit SGD and Block Momentum.
-
hands-on tutorials:
- hello world: getting set up, running a first logistic regression task
- language understanding: slot and intent tagging on the ATIS language-understanding corpus
- image recognition: image recognition with convolutional nets, batch normalization, and residual networks using the CIFAR-10 corpus
-
Frank Seide. CNTK: Microsoft's Open-Source Deep-Learning Toolkit. Microsoft Research Latin American Faculty Summit. May 19, 2016. Video and Slides. The 1-hour talk covers the following topics:
- what: ...is CNTK? Including an introduction into the core concept of CNTK, the "computational network."
- how: ...does a typical use of CNTK look like? Configuration of key components, workflow.
- deep dive: ...into unique CNTK technologies. Automatic unrolling of time & efficient minibatching of variable-length sequences; data-parallel training with 1-bit SGD and Block Momentum.
- examples: source code walk-through. For ResNet image classification and sequence-to-sequence modeling with attention.
-
Alexey Kamenev. Deep Learning in Microsoft with CNTK. GPU Technology Conference. April 2016. Video and Slides.