PGPortfolio icon indicating copy to clipboard operation
PGPortfolio copied to clipboard

Explanation of net_config.json

Open andresespinosapc opened this issue 6 years ago • 3 comments

Can you please update the User Guide explaining the meaning of the net_config.json options?

andresespinosapc avatar Apr 10 '18 00:04 andresespinosapc

most of the settings are about to neural network. you need have knowledgebase for deep learning.

wujun avatar Apr 26 '18 03:04 wujun

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 avatar Aug 10 '18 20:08 jsztompka

@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.

net_config.zip

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.

ErnstDinkelmann avatar Aug 28 '18 12:08 ErnstDinkelmann