I have a C# code which helps to run python environment first and then it executes my python process. But the problem is it takes a lot of time to execute.
Actually i j
Why don't you actually use Python to run the code instead of embedding in C#? How are you going to deploy on another machine with Python dependencies?
If you would like to build machine learning models there are many frameworks like http://accord-framework.net/ for classic machine learning algorithms
Also try my project as well: deepakkumar1984/SiaNet (https://github.com/deepakkumar1984/SiaNet) Its a C# wrapper with CNTK backend. Trying to implement keras like wrapper. Hope it helps!