Fleur FPLO swap authored by Luca Massimiliano Ghiringhelli's avatar Luca Massimiliano Ghiringhelli
Lasso+L0 performed on a tailor made feature space was introduced in [Phys. Rev. Lett. 114, 105503 (2015)](http://journals.aps.org/prl/abstract/10.1103/PhysRevLett.114.105503).
The application of the method goes through these step:
* The *feature space* is generated by creating a list of analytical expressions (the *derived features*), obtained by combining the selected *primary features* and operations.
* The Least Absolute Shrinkage and Selection Operator ([LASSO](http://statweb.stanford.edu/~tibs/lasso.html)) is applied. In practice the following minimization is performed:
[LASSOformula](/uploads/d9ec2dffb0f29594532cb4f7994f40d1/LASSOformula)
where **P** is a vector listing the property of interest (here, the RS - ZB difference in energy) for all data points (here, binary materials), **D** is a matrix whose columns are the *derived features* listed for each material, **c** is the (sparse) vector of coefficients that is found upon minimization.
A short summary of the method will appear below soon.
[Back to analytics wiki home](./Home)
\ No newline at end of file