laplace:预测BTCUSD报价的LSTM模型 源码
拉普拉斯 拉普拉斯预测BTCUSD报价器值。 入门 请预先安装和 。 git clone git@github.com:resotto/laplace.git cd laplace/btcusd python3 >> > import laplace as la >> > input = la . make_input_data () >> > type ( input ) < class> >> > input . shape ( 41 , 4 ) >> > predicted = la . predict ( input ) >> > predict
下载地址
用户评论