ChingBlue t1_j5tdh79 wrote on January 25, 2023 at 12:58 PM Reply to Efficient way to tune a network by changing hyperparameters? by NinjaUnlikely6343 Off the top of my head you can either use Grid Search to test hyperparam combinations, Random Search to randomize hyperparams and Neural search uses ML to optimize hyperparameter tuning. You can use finetuners for this as well. Permalink 9
ChingBlue t1_j5tdh79 wrote
Reply to Efficient way to tune a network by changing hyperparameters? by NinjaUnlikely6343
Off the top of my head you can either use Grid Search to test hyperparam combinations, Random Search to randomize hyperparams and Neural search uses ML to optimize hyperparameter tuning. You can use finetuners for this as well.