https://github.com/Microsoft/CNTK
Raw File
Tip revision: 27f47bba834b661fb40b9c72096e837787096733 authored by Spandan Tiwari on 01 October 2018, 21:33:25 UTC
Add ONNX export support for ones_like, zeros_like, and eye_like ops.
Tip revision: 27f47bb
README.md
# CNTK Examples

The [Tutorials/](https://github.com/Microsoft/CNTK/blob/master/Tutorials/) and
[Examples/](https://github.com/Microsoft/CNTK/blob/master/Examples/) folders
contain variety of example configurations for CNTK networks using both the
Python API and BrainScript.
The examples are structured by topic into Image, Language Understanding,
Speech, and so forth. To get started with CNTK we recommend the tutorials in
the `Tutorials` folder.

An overview on all examples and tutorials is also provided by the
[Cognitive Toolkit Model Gallery](https://www.microsoft.com/en-us/research/product/cognitive-toolkit/model-gallery/) page.
back to top