Matvey Ezhov

Results 8 comments of Matvey Ezhov

AFAIR Cell is/was a template/factory, not a layer or parameter container

You might be right, my memory of TF's conventions is quite vague at this point.

Ok, I'll fix it next week (I stopped using tensorflow around 1.0).

Didn’t have any time to look at it, sorry! Would be happy to merge your PR, I suspect its something trivial.

In my experience with other language-related tasks, using pretrained embeddings doesn't make a lot of difference when dataset is sufficiently large, although I suspect it is very task and corpus-dependant....

Thank you for this kind suggestion. However, I think this package is very under-developed and I probably will not be developing it further since I have left trading some time...

You could do something like `sell = ohlc.L < sl; sell_price = sl`, pandas' vectorized operations will take care of the rest. Similarly for take profits. I don't think this...

My goal with tutorials was to keep full train runtime under a few minutes so that users might play with them more or less interactively. To scale up to real...