https://github.com/Microsoft/CNTK
Raw File
Tip revision: 184e8398ddc0e52a8355b083b85c5dae12e9ead8 authored by t-makrei on 31 August 2017, 14:26:32 UTC
added python routine which recognizes a transpose operation with more than 5 unflattened axes and performs an alternative transpose operation in this case.
Tip revision: 184e839
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