PGPortfolio
PGPortfolio copied to clipboard
Request for the configuration file
I have read the paper and try to implement the models. Could you provide the configuration file (net_config.json) of CNN model in Figure 2 and RNN model in Figure 3?
I don't have the original ones Zhengyao used but you can simply tweak around at net_config.json
https://github.com/ZhengyaoJiang/PGPortfolio/blob/a2daa72d5ed62acad0a947f0bc79970c6356514b/pgportfolio/net_config.json#L1-L37
I don't have the original ones Zhengyao used but you can simply tweak around at net_config.json
Not sure this is true in the RNN's case, you will have to add code for it in network.py
I have the same question. I am looking for configuration files that reproduce (or come close to reproduce) the figures in the user guide/paper. I know I can tweak net_config.json, but I am unable to procuce a config that comes close to the figures. Do you have an example?
@bjrnfrdnnd You will have to refer to their paper for the actual training parameters
Thanks.
I found some parameters in the paper.
I was not able, however, to translate that information to a complete net_config.json.
The net_config.json given in the user guide does not produce the figure in the userguide.
So I am at a loss and I hope someone can help me.
Thanks,
bjrnfrdnnd
On 14/03/2021 21:22, Hisairnessag3 wrote:
@bjrnfrdnnd https://github.com/bjrnfrdnnd You will have to refer to their paper for the actual training parameters
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ZhengyaoJiang/PGPortfolio/issues/89#issuecomment-798973122, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ3FDTWIDJMNWK7H5EFO3TDULGRANCNFSM4FAJHCHQ.
If you give detail about which params you cannot fill in the net_config, I will try and help you.