Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruoheng-du/thermal-expansion-error-prediction

Thermal Expansion Error Prediction | Summer 2023
https://github.com/ruoheng-du/thermal-expansion-error-prediction

deep-learning keras lstm lstm-regression multiple-linear-regression thermal-expansion-error

Last synced: about 14 hours ago
JSON representation

Thermal Expansion Error Prediction | Summer 2023

Awesome Lists containing this project

README

        

# Thermal Expansion Error Prediction | Summer 2023
This is the repository for the thermal expansion error prediction research project done during Summer 2023. This project uses the LSTM network for training and regression. Most of the programming and tidying work were done through Python Keras & Scikit-learn & Pandas, which can be found in the lstm_keras directory. Some other MATLAB implementations can be found in the lstm_matlab directory. For more details, please refer to the report. Please feel free to email me at [email protected] for any more information.

## Overall Result
The best model done by LSTM network has a train RMSE of 0.126 and a test RMSE of 0.127. More details can be found under the /lstm_keras/best model/ directory.

lstm_keras_train lstm_keras_predict