ML IALGO LINREG: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 10: Line 10:
</math>
</math>


The following options are available:
For more details please see [[Machine learning force field: Theory#Matrix vector form of linear equations|here]].
 
The following options are available to solve for <math>\mathbf{w}</math>:
*{{TAG|ML_IALGO_LINREG}}=1: Bayesian linear regression (see [[Machine learning force field: Theory#Bayesian error estimation|here]]). Usable with {{TAG|NSW}}<math>\ge</math>1.
*{{TAG|ML_IALGO_LINREG}}=1: Bayesian linear regression (see [[Machine learning force field: Theory#Bayesian error estimation|here]]). Usable with {{TAG|NSW}}<math>\ge</math>1.
*{{TAG|ML_IALGO_LINREG}}=2: QR factorization. Usable with {{TAG|NSW}}=0,1.
*{{TAG|ML_IALGO_LINREG}}=2: QR factorization. Usable with {{TAG|NSW}}=0,1.

Revision as of 18:35, 12 October 2021

ML_IALGO_LINREG = [integer]
Default: ML_IALGO_LINREG = 1 

Description: This tag determines with which algorithm to solve the system of linear equations in the ridge regression method for machine learning.


In the ridge regression method for machine learning one needs to solve for the unknown weights within the following equations

For more details please see here.

The following options are available to solve for :

Related Tags and Sections

ML_LMLFF, ML_W1, ML_WTOTEN, ML_WTIFOR, ML_WTSIF, ML_ISTART

Examples that use this tag