I've gone through the documentation of Microsoft's OpenSource AI Library CNTK and did understand how to create and train neural networks. I've also understood, how to "save" the trained results into an output directory.
However, I don't see a way to load the results into the neural network and even more complicated: how do I wrap my trained neural network into an application, so I can actually use it in production instead of just using it for academic research.
I want to integrate my neural network into my Python or C# application. How do I wrap it into such, and how do I create an interface towards its input and output?