-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17520e1
commit 7011cbc
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Andrew S. Messecar | ||
2023 | ||
|
||
This repository contains the training data and code used in the study published as "Machine learning-based investigation of optimal synthesis parameters for epitaxially-grown III-nitride semiconductors". | ||
|
||
All training data sets are saved as comma-separated value (CSV) files with identifying names in the "Data" folder. | ||
|
||
Every code script can be found organized in the "Code" folder. | ||
|
||
The R scripts used for importance analysis and algorithm design are saved in the "R" folder within "Code". | ||
|
||
The Python script copies are organized into folders identifying the training data set that they are written to be used for. | ||
|
||
Included are the Python scripts used for generating the test data sets as well as the programs for training the random forest algorithms on the experimental data before making predictions using the previously generated test data. |