Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.52 KB

GMM_Trainer.md

File metadata and controls

68 lines (42 loc) · 2.52 KB

GMM Trainer

In this page, you can train a GMM on the encoded HT-SELEX data.

Accessing the GMM Trainer

Navigate to the GMM Trainer by clicking the GMM Trainer link in the top menu or the navigation bar.

Accessing the GMM Trainer page

Training Process

Initiating a new training job

Begin by clicking the + Add a New Training Job button.

Location of the button for adding training job for GMM

Configuring Parameters

Set the preprocessing parameters for your training job, then click the Next button.

Parameters for GMM training

Parameters

  • ① Model Type:
    • Select the VAE model registered in the database.
  • ② GMM name:
    • Assign a name to your GMM model.
  • ③ Minumum number of GMM components:
    • Set the lower limit for GMM components.
  • ④ Maximum number of GMM components:
    • Set the upper limit for GMM components.
  • ⑤ Step size of the search:
    • Define the increment for searching GMM components.
  • ⑥ Number of trials on each number of components:
    • Specify the number of iterations for each number of GMM commponents.

The GMM training is runned multiple times to select the best BIC model among the models trained with the different number of GMM components. The number of the training is determined by the following formula:

$$ \text{Number of trials} = \text{Number of trials on each number of components} \times (\text{Maximum number of components} - \text{Minimum number of components} + 1) $$

More trials increase accuracy, but it takes longer to train.

Training the GMM model

After submission, the training begins, and progress is displayed in the Running job list.

Location of GMM training job information

Add the model to the Model List

Once training completes, the Add to Viewer Dataset button becomes active. Click it to add the model to the dataset. By default, the best number of components is selected based on the BIC score. You can change this using the dropdown menu.

Adding successful GMM training job to the database

When you click the button, the following dialog will be shown. Fill in the name of the model and click the Add to Viewer Dataset button.

Modal for adding job to the dataset

Next Steps

Proceed to the Bayesian Optimization page to optimize aptamer sequence on latent space.