Haiping
Haiping
@vosmith @MCGPPeters @cesarsouza I think we can continue to do this project. The author stuck at the `Gradient` of TensorFlow as this [issue](https://github.com/migueldeicaza/TensorFlowSharp/issues/25). The good news is I've made it...
@cesarsouza I'll PR if I made changes, we have a similar project like keras-sharp [SiaNet](https://github.com/SciSharp/SiaNet).
@cesarsouza We're working on the [TensorFlow.Keras](https://www.nuget.org/packages/TensorFlow.Keras/) that only works for TensorFlow, I think we can make KearsSharp to introduce TensorFlow.Keras as one backend. What do you think about it?
I thought `KerasSharp` should support multiple backends like `KerasSharp.Backends.TensorFlowBackend` and `KerasSharp.Backends.CNTKBackend`. Our `TensorFlow.Keras` only support `TensorFlow` ad backend. If people who are only seeking a Keras for TensorFlow, you can...
@Sergio0694 Consider about SciSharp's [TensorFlow.NET](https://github.com/SciSharp/TensorFlow.NET).
Orleans和Surging是两个不同功能的框架。
我可以加入文档编写,为开源贡献一点。
Hi @seesharper , The code is [here](https://github.com/SciSharp/ICSharpCore/blob/master/src/ICSharpCore.Kernel/RequestHandlers/ExecuteHandler.cs). I have to expose the `Execute` to public in my project. 
There it is but with bug for this moment. 