machine-learning-threshold-displacement-energy-dataset
Public dataset and analysis scripts from the manuscript "Machine Learning-Driven Analytical Models for Threshold Displacement Energy Prediction in Materials." Includes data for monoatomic and polyatomic materials, metadata, and example workflows for analysis and visualization.
https://github.com/armanduha8/machine-learning-threshold-displacement-energy-dataset
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.8%) to scientific vocabulary
Keywords
Repository
Public dataset and analysis scripts from the manuscript "Machine Learning-Driven Analytical Models for Threshold Displacement Energy Prediction in Materials." Includes data for monoatomic and polyatomic materials, metadata, and example workflows for analysis and visualization.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Machine Learning-Driven Threshold Displacement Energy Dataset
This repository contains the dataset, metadata, and analysis scripts associated with the manuscript:
Overview
Understanding the threshold displacement energy (Ed) is crucial for predicting radiation damage in materials, particularly in applications like nuclear reactors, aerospace, and advanced materials engineering. This repository includes: - Data used as features for monoatomic and polyatomic materials to derive analytical models to predict Ed using the SISSO machine learning method. - Scripts for running examples and reproducing results.
The provided resources enable reproducible research, facilitate further exploration of radiation damage in materials, and can, in general, be useful for any research requiring fundamental property data of materials.
Repository Structure
```plaintext machine-learning-threshold-energy-dataset/ │ ├── CITATION.bib # Citation information for the repository ├── README.md # Overview of the repository ├── LICENSE # Licensing information ├── data/ # Datasets and metadata │ ├── monoatomic/ # Monoatomic materials data │ ├── polyatomic/ # Polyatomic materials data │ ├── references.pdf # References of data source │ ├── scripts/ # Scripts for reproducing results │ ├── R_squared.py # Script to calculate R2 after running the example │ └── example/ # Example data and scripts for using the dataset
```
Getting Started
Prerequisites
To use the scripts and notebooks, ensure you have the following installed:
- Python 3.8+
- Required Python libraries: numpy, pandas, matplotlib, scikit-learn
Install the required libraries using:
bash
pip install -r requirements.txt
Usage
Explore the Data
- Navigate to the
data/directory to view the raw and processed datasets for monoatomic and polyatomic materials. - Detailed metadata is available in
data/monoatomic/metadata.mdanddata/polyatomic/metadata.md.
- Navigate to the
Run examples
- Use the files in
example/to run your first example.
- Use the files in
Reproduce Results
- Open
scripts/for reproducing R-squared values shown in the manuscript.
- Open
Dataset Description
Monoatomic Materials:
Includes data for 33 monoatomic elements with features like atomic number, cohesive energy, melting temperature, density, and calculated threshold displacement energy (Ed).Polyatomic Materials:
Includes data for alloys, ceramics, and semiconductors with features like stoichiometry, bond lengths, etc.
For detailed information, refer to the metadata files in the data/ directory.
Citation
If you use this dataset or scripts in your work, please cite the manuscript:
@article{duque2025machine,
title={Machine Learning-Driven Analytical Models for Threshold Displacement Energy Prediction in Materials},
author={Duque, Rosty B Martinez and Duha, Arman and Borunda, Mario F},
journal={arXiv preprint arXiv:2502.01813},
year={2025}
}
License
This repository is licensed under the CC BY 4.0 License. You are free to share, adapt, and build upon this work, provided appropriate credit is given.
Contributing
Contributions are welcome! If you encounter any issues, have questions, or wish to improve this repository, feel free to open an issue or submit a pull request.
Contact
For questions or feedback, please contact:
Arman Duha
📧 arman.duha@okstate.edu
🌐 LinkedIn
Owner
- Name: Arman Duha
- Login: ArmanDuha8
- Kind: user
- Location: Stillwater, Oklahoma, USA
- Company: Oklahoma State University
- Repositories: 1
- Profile: https://github.com/ArmanDuha8
Computational condensed matter physicist utilizing HPC for Python and Mathematica to model 2D quantum materials for next-gen quantum technologies.
Citation (CITATION.bib)
@article{duque2025machine,
title={Machine Learning-Driven Analytical Models for Threshold Displacement Energy Prediction in Materials},
author={Duque, Rosty B Martinez and Duha, Arman and Borunda, Mario F},
journal={arXiv preprint arXiv:2502.01813},
year={2025}
}
GitHub Events
Total
- Watch event: 1
- Member event: 1
- Push event: 51
- Public event: 1
Last Year
- Watch event: 1
- Member event: 1
- Push event: 51
- Public event: 1