https://github.com/Microsoft/CNTK
Revision d16c5c2b9e766d703fec5deb90c78858dd8c3786 authored by thhoens on 21 January 2016, 20:07:36 UTC, committed by thhoens on 21 January 2016, 20:07:36 UTC
1 parent 5975eb5
Raw File
Tip revision: d16c5c2b9e766d703fec5deb90c78858dd8c3786 authored by thhoens on 21 January 2016, 20:07:36 UTC
Added a small patch to SGD to turn off Batch Normlaization during validation.
Tip revision: d16c5c2
README.md
# CNTK
Microsoft Computational Network Toolkit (CNTK) is a unified deep-learning toolkit that describes neural networks as a series of computational steps via a directed graph.

See [LICENSE.md](./LICENSE.md) in the root of this repository for the full license information.

Go to the [CNTK Wiki](https://github.com/Microsoft/CNTK/wiki) for all information on the kit, including how to set up CNTK on your machine, how to use CNTK, etc.
back to top