Step 1: Select a dataset.

Choose from our dataset library


Upload your own favorite dataset



{% if session.model %}

You are using the dataset:{{session.model}}.

{% else %}

You have not chosen any dataset.

{% endif %}

Step 2 (Optional): Customize your parameters.

Preprocessing


Remove insignificant PCA components? {% if session.prepca == "yes" %}

{% else %} {% endif %} Noise Threshold   

Training Neural Network

Hidden widths    

LeakyRelu slope    

L (length scale)    

Optimizer     {% if session.opt == "Adam" %}

{% else %}

{% endif %} Learning Rate    

Batch Size    

Training Iterations    

Measuring Neff

a    

n_walk    

{% if save %}

You have successfully saved your preferences.

{% else %}

You are using default parameters.

{% endif %}

Step 3: Training neural network and get the conclusion!


{% if update %}

Number of conserved quantities: {{neff}}.

Confidence Level: {{confidence}}.

For more details, please see the two figures we created for you: (1)Explained Ratio Diagram at "./static/images/ERD.png" (2) Neff histogram at "./static/images/Neff.png."

{% else %}

Neff is ???.

Confidence Level is ???.

{% endif %}