[D] Choosing best parameters from an optimization

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • GPflowOpt

    Bayesian Optimization using GPflow

  • 1- Hyperparameter optimization as already suggested by u/sener87 but I think your validation does not have to be change as it tests generalization as far as I understand you right. If you have more parameter/larger search space, you may look into Bayesian optimization for this task as implemented e.g. with tensorflow, torch or numpy frameworks.

  • agents

    TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.

  • 2- You could go the reinforcement learning approach by controlling these parameters using an agent. This would mean that the parameters would have to change on the fly, which I am not sure if appropriate. If so, creating a gym environment is not so hard, which would then use something like tf.agents , rlax or any other rl framework of your liking.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gym

    A toolkit for developing and comparing reinforcement learning algorithms.

  • 2- You could go the reinforcement learning approach by controlling these parameters using an agent. This would mean that the parameters would have to change on the fly, which I am not sure if appropriate. If so, creating a gym environment is not so hard, which would then use something like tf.agents , rlax or any other rl framework of your liking.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts