The_Bundaberg_Joey
The_Bundaberg_Joey t1_iynpo1a wrote
Reply to comment by TrueBirch in [R] Statistical vs Deep Learning forecasting methods by fedegarzar
Thanks for sharing the link! This’ll actually work really nicely for a paper I’m writing!
The_Bundaberg_Joey t1_ir2ca0a wrote
Reply to [D] How do you go about hyperparameter tuning when network takes a long time to train? by twocupv60
Yo! All good ideas so far but have you considered using a smaller experimental design / non grid based experimental design?
For only 2 hyper parameters you likely could get away with using fewer points and the building a model to better understand their relationship relative to your target (however you’re evaluating your model in your original grid search).
Best of luck to you!
The_Bundaberg_Joey t1_j17uvsj wrote
Reply to [D] Using "duplicates" during training? by DreamyPen
Sounds like the type of problem a Gaussian Process model would be well suited to as it considers a level of noise within the training data in the first place.
It’s usage however is very dependent on the amount and type of data you’re working with so I think u/gBoostedMachinations has the best approach to this problem without knowing more about your data.