Skip to content

本文使用了基于LSTM的Encoder-Decoder模型、基于Transformer的序列预测模型和本文提出的BeLSTM模型来预测电力变压器油温。

Notifications You must be signed in to change notification settings

imaodong/sequence-feature-predicton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

【苏州大学2023级研究生秋季机器学习期末大作业】题目要求: image

We upload part of the code. Due to the environment configuration and other factors, we do not guarantee that the code will run completely, but the logic of the code we can guarantee. If you have any questions, please contact me : dong_i@163.com .

Note:
1) m_model represents LSTM-Encoder-Decoder model, the models have the same train and test function;
2) When running, pay attention to the location of the file;
3) The transformer-base model is completed by another member of the group, and the other two are modeled by me. Data processing and training test functions are also done by me;
4) The report will be submitted after the teacher finishes grading.

some of the LSTM-Encoder-Decoder predicted effects are as follows:

image image

some of the transformer-base predicted effects are as follows:
image image

some of the BeLSTM predicted effects are as follows:

image image

About

本文使用了基于LSTM的Encoder-Decoder模型、基于Transformer的序列预测模型和本文提出的BeLSTM模型来预测电力变压器油温。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages