https://github.com/Microsoft/CNTK
Raw File
Tip revision: 5b76332f76e594a6b40002850a2466f472bf659c authored by Li-Wen Chang on 24 October 2017, 17:30:01 UTC
replace tab to space
Tip revision: 5b76332
README.md
# Numpy interop

In FeedForwardNet.py we show a minimal example how to train a CNTK network using numpy arrays as input.
back to top