MLP neural network trained on the QCL [-2, +3] Å dataset

Correa Hernandez, Andres; Gmachl, Claire F
Issue date: 16 February 2024
Cite as:
Correa Hernandez, Andres & Gmachl, Claire F. (2024). MLP neural network trained on the QCL [-2, +3] Å dataset [Data set]. Princeton University. https://doi.org/10.34770/e034-4670
@electronic{correa_hernandez_andres_2024,
  author      = {Correa Hernandez, Andres and
                Gmachl, Claire F},
  title       = {{MLP neural network trained on the QCL [-
                2, +3] Å dataset}},
  publisher   = {{Princeton University}},
  year        = 2024,
  url         = {https://doi.org/10.34770/e034-4670}
}
Abstract:

This item contains two files. A multi-layer perceptron (MLP) neural network is built using the MATLAB Deep Network Designer (.m file). It imports a quantum cascade laser (QCL) dataset and splits it into 70% training, 15% validation, and 15% testing subsets. The network consists of an input layer, three hidden layers (each having a normalization and activation layer), and a regression output layer. All of the layers are fully connected, and the root-mean-square error (RMSE) is used to evaluate the accuracy of the network. An algorithm is trained on the [-2, +3] QCL dataset using 50 neurons, ReLU activation function, solver Adam, 0.001 learning rate, over 150 epochs, and is saved to be used in the prediction of figure of merit values for QCL designs (.mat file).

Show More
Description:

Details on building machine learning algorithms for QCL design can be found in [1] and the [-2, +3] Å QCL dataset can be found in [2]. References: [1] A. C. Hernandez and C. F. Gmachl, “Application of Machine Learning to Quantum Cascade Laser Design,” in 2023 57th Annual Conference on Information Sciences and Systems, CISS 2023, 2023. doi: 10.1109/CISS56502.2023.10089756. [2] A. Correa Hernandez, C. F. Gmachl, and M. Lyu, “QCL Dataset, 10 Layer Structure, Tolerance [-2, +3] A, Electric Field [0,10,150] kV/cm.” Princeton University, Princeton, 2023. doi: https://doi.org/10.34770/r7nr-ee50.

Show More
# Filename Description Filesize
1 README.txt 3.43 KB
2 adam_relu_hidden_3_neuron_50_epoch_150_net.mat Trained neural network using [-2, +3] QCL dataset 28.6 KB
3 mlp_reg_train.m multi-layer perceptron neural network designer code 3.07 KB