KiudLyrl

Results 5 issues of KiudLyrl

Hi, I was under the impression that this package should be able to make game screenshot. I did the following : ``` import time #launch script then alt+tab to game...

Windows
help welcome :)

it works by dumping/restoring the whole EMA and ADAM optimiser objects exemple of how to restore : model = Imagine( text = TEXT, save_every = SAVE_EVERY, lr = LEARNING_RATE, iterations...

Hi, I tried to get the bollinger bands, my data are valid since the EMA and RSI are good : ``` ta_lib_data = data_table.get_talib_compatible_structure() complete_ema20 = talib.abstract.EMA(ta_lib_data, timeperiod=20, price='average') complete_ema40...

Hi, I was playing with the blochain using the python librairy 'bitcoinrpc' and bitcoin-core, however I can never read the transaction in block 9. I even downloaded the blockchain a...

pip install pybitcoin is broken by pip install bitcoin