Open nisbus opened 6 years ago
I have the same question...
var trainOp = _graph.ApplyGradientDescent(w1, loss, delta);
while there are more than two layers,how can it be('w1')? // I found something that might help you @nisbus Learn TensorflowSharp
Thanks for that @axmand I'll take a look
A bit easier to read: google translate
Hello,
I have limited experience with Tensorflow but am working my way through the book "Machine Learning with Tensorflow".
I have got the code working in Jupyter notebook but then I found out about TensorflowSharp which suits be much better being a C# programmer.
I'm trying to translate a Q decision policy from the book into TensorflowSharp but getting stuck with a lot of things :)
Here is the code I'm trying to get working:
`
`
Of course this does not compile but I'm pretty much out of my depth here in finding the correlating methods etc in TensorflowSharp.
Any help would be greatly appreciated.
Here is the code from the book (or very similar)
BTW is there some other place than here for submitting these kinds of questions as I feel bad about creating an issue for it since the only bug here is me :)
Thank you