https://github.com/Microsoft/CNTK
Raw File
Tip revision: 615a046fa54348b3d89faae21c254155dd4da058 authored by Bowen Bao on 28 June 2018, 01:40:27 UTC
Example: seq MNIST, and profiling
Tip revision: 615a046
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