mw66
mw66
OK, I reported the issue there: https://github.com/TA-Lib/ta-lib/issues/4
dup: https://github.com/mrjbq7/ta-lib/issues/435
Hope threading and concurrency will be added soon to the language, or stdlib first. Nowadays, any serious app need processing power on multi-cores.
@AlgoTrader1234 Thanks. Does TDAmeritrade api login step require manual web-browser operation?
I want to do regularization by penalizing the magnitude of the weights too. But I didn't find anyway to that in Neon. Has this issue be fixed?
looks like 375 is ok.
If I do: self.model.initialize((self.screen_input_shape[:-1], self.extra_input_shape[:-1]), self.cost) ".../neon/layers/container.py", line 504, in configure assert hasattr(in_obj, 'shape') and isinstance(in_obj.shape, list) AssertionError
Maybe I didn't make it clear, what I mean is: "When user turn a *1-d* array into a *N-d* slice, ... " in my original example, what the intended is...
> "... It seems deliberate that it is a `