基于Python的开源量化交易平台开发框架
-
Updated
Jul 3, 2022 - Python
Add a description, image, and links to the quant topic page so that developers can more easily learn about it.
To associate your repository with the quant topic, visit your repo's landing page and select "manage topics."
Under MLP implementation there are several variables that need to be initialized. Such as
loss,lr,lr_decay,lr_decay_steps,optimizer. However, it seems that the variableslr_decayandlr_decay_stepsare indeed being initialized but are not being used at any point in the code.