You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# ML for pXRDs using synthetic crystals
2
-
This repository contains the code of the publication "Neural networks trained on
2
+
This repository contains the code of the publication ["Neural networks trained on
3
3
synthetically generated crystals can extract structural information from ICSD
4
-
powder X-ray diffractograms". It can be used to train machine learning models
4
+
powder X-ray diffractograms"](https://arxiv.org/abs/2303.11699). It can be used to train machine learning models
5
5
(e.g., for the classification of space groups) on powder XRD diffractograms
6
6
simulated on-the-fly from synthetically generated random crystal structures.
7
7
8
+
You can find details about this project in our [`paper`](https://arxiv.org/abs/2303.11699). If you want to cite our work, you can use the provided bibtex file [CITATION.bib](CITATION.bib).
9
+
8
10
If you have any problems using the provided software, if documentation is
9
11
missing, or if you find any bugs, feel free to add a new issue on GitHub.
10
12
@@ -253,8 +255,4 @@ occupancies are used.
253
255
-`accuracy gap`: `accuracy random - accuracy match`
254
256
255
257
Additionally to those metrics, after each epoch, the current learning rate and the current
256
-
size of the `ray` queue object (indicating if enough workers are used) are logged.
257
-
258
-
# Citing
259
-
To cite this repository, please refer to our publication:
260
-
- TODO: Add reference to arXiv paper
258
+
size of the `ray` queue object (indicating if enough workers are used) are logged.
0 commit comments