Dex

Results 67 comments of Dex

> Did I get this right? yes, you can change the timeframe of data feed by changing `global_period`. https://github.com/ZhengyaoJiang/PGPortfolio/blob/a2daa72d5ed62acad0a947f0bc79970c6356514b/pgportfolio/net_config.json#L22 > So do I get it right, that if I trained...

I think `end_index+1` makes sense @ZhengyaoJiang

dixingxu#gmail.com thanks!

> Have you already figured it out how to short and add leverage? Not sure if there are better or new solutions out there, but ours involves changing the objective...

> how you can specify the validation set and the test set in the config file > In other words, I don't see three intervals (train, validation, test) in the...

@ghego yes, however the `net_config.json` is tuned on internal version.

> @DexHunter ok but the results one obtains with the provided net_config.json do not seem to match those of the article nor those of the readme. You can check [statement](https://github.com/ZhengyaoJiang/PGPortfolio#differences-from-the-article-version)...

which file(s) do you think that we need to explain more for documentation? you can list them, I'll see if I can help

In #29 I was trying to make cash a variable in computational graph instead of a constant. But it doesn't seem to help much. There are several possible ways I...

Thank you for your interest in our work. > As geometrically distributed can generate number 1.2.3....x...... if it generate a number x, x > t (which means tb According to...