PGPortfolio
PGPortfolio copied to clipboard
Explanation of net_config.json
Can you please update the User Guide explaining the meaning of the net_config.json
options?
most of the settings are about to neural network. you need have knowledgebase for deep learning.
Could someone post the recommended settings file which give a good results? I'm under impression the checked in config is more of an example (batch size and learning rate appear to be arbitrary numbers).
@jsztompka Here is the json that achieves performance in line with the paper. It would look slightly different as I've just ordered things as it makes sense to me. I've also included some defaults explicitly as I wanted all the parameters in one place.
It's very important to realize that these parameters are quite specific to the period in question. A different period would require different parameters - that's where hyper parameter optimisation comes in. This I think is part of the Author's private work though.