Closed
Description
Hey,
That's a great initiative to see a machine learning FW for .NET 👍
I have a couple of questions about the rationale behind the project:
- Apart the difference between a pure .NET implementation and a mixed C++&.NET Bindings, what are the advantages/differences with CNTK?
- What are the training algorithms supported? (e.g CNN, RNN?)
- What is the plan about multi-machine, multi-CPU, GPU (and multi-GPU) support?
- Is it aimed at providing an abstract API (and a default implementation) that could plug to any implementation behind (e.g CNTK?)?
Thanks!