ML LUSE NAMES: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 5: Line 5:
----
----
This tag is important if the normalization via averages over subset standard deviations ({{TAG|ML_IWEIGHT}}=3) is employed.
This tag is important if the normalization via averages over subset standard deviations ({{TAG|ML_IWEIGHT}}=3) is employed.
By default ({{TAG|ML_LUSE_NAMES}}=''.FALSE.'') the division into subsets is based on the atom types and number of atoms per type. If two systems contain the same atom types and the same number of atoms per type then they are considered to be in the same subset. To further divide them into subsets set {{TAG|ML_LUSE_NAMES}}=''.TRUE.'' and choose different system names in the first line of the {{TAG|POSCAR}} file.
By default ({{TAG|ML_LUSE_NAMES}}=''.FALSE.'') the division into subsets is based on the atom types and number of atoms per type. If two systems contain the same atom types and the same number of atoms per type then they are considered to be in the same subset. To further divide them into subsets set {{TAG|ML_LUSE_NAMES}}=''.TRUE.'' and choose different system names in the first line of the {{TAG|POSCAR}} file. This can be useful if training is performed for widely different materials, for instance, different phases with widely different energies. Without the finer subset assignment, the overall energy standard deviation might become large, reducing the weight of the energies too much of given subsets.


== Related tags and articles ==
== Related tags and articles ==

Revision as of 15:06, 29 August 2024

ML_LUSE_NAMES = [logical]
Default: ML_LUSE_NAMES = .FALSE. 

Description: Decides whether trainings structures are additionally subdivided into groupes internally due to their structure name.


This tag is important if the normalization via averages over subset standard deviations (ML_IWEIGHT=3) is employed. By default (ML_LUSE_NAMES=.FALSE.) the division into subsets is based on the atom types and number of atoms per type. If two systems contain the same atom types and the same number of atoms per type then they are considered to be in the same subset. To further divide them into subsets set ML_LUSE_NAMES=.TRUE. and choose different system names in the first line of the POSCAR file. This can be useful if training is performed for widely different materials, for instance, different phases with widely different energies. Without the finer subset assignment, the overall energy standard deviation might become large, reducing the weight of the energies too much of given subsets.

Related tags and articles

ML_LMLFF, ML_WTOTEN, ML_WTIFOR, ML_WTSIF, ML_IWEIGHT

Examples that use this tag