Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
These are ALIGNNd models trained with standard quantile loss to predict the kpoints-density for different quantiles. For each quantile top 3 (quantile loss minimal on the validation set) checkpoints are recorded.
|
| 5 |
+
|
| 6 |
+
The implementation of ALIGNNd model can be found here https://github.com/stfc/goldilocks_kpoints. For these checkpoints input features are embeddings/atom_init_with_sssp_cutoffs.json, additional features are composition, structure, lattice, and metallicity embeddings
|
| 7 |
+
|
| 8 |
+
# Performance of the model trained for 0.5 quantile is:
|
| 9 |
+
|
| 10 |
+
MAE: 0.069
|
| 11 |
+
|
| 12 |
+
MAPE: 0.189
|
| 13 |
+
|
| 14 |
+
MSE: 0.0097
|
| 15 |
+
|
| 16 |
+
R2 score: 0.697
|
| 17 |
+
|
| 18 |
+
Spearman_corr: 0.866
|
| 19 |
+
|
| 20 |
+
Kendall_corr: 0.677
|
| 21 |
+
|
| 22 |
+
# Associated repositories are:
|
| 23 |
+
|
| 24 |
+
https://github.com/stfc/goldilocks_kpoints
|
| 25 |
+
|
| 26 |
+
https://github.com/stfc/goldilocks
|