Giter Club home page Giter Club logo

pmsm-time-series's Introduction

RNN for heat loss prediction

This project is part of my Vector Institute (https://vectorinstitute.ai/) certification in Machine Learning

Using LSTM recurrent neural network to predict electric motor temperature

Using the Kaggle data (https://www.kaggle.com/datasets/wkirgsn/electric-motor-temperature) on a Permanent Magnet Synchronous Motor (PMSM), a Recurrent Neural Network (RNN) is trained to predict the temperature of various PMSM parts (rotor, stator parts) and its physical behaviour induced by actuators (speed, torque).

The RNN uses 8 Long-Short Time Memory (LSTM) layers with 32 units each, preceded by an Convolutional Autoencoder (CAE) for denoising. The CAE has 2 Convolution layers, each followed by a Max Pooling layer, and two Transpose Convolution layers. Each Conv / ConvTranspose layer has 64 filter. The total number of trainable parameters is ~120k, which is ~10% of the training data.

The length of the input sequence (the time series window) is an adjustable hyperparameter that has to be chosen in advance. The notebook studies the values of 16, 32, 64, and 128. The goodness-of-fit (= the R2 coefficient) increases up to 0.85 (rotor temperature) to 0.99 (torque). At the reading frequency of 2 Hz (as per the dataset description) it allows to make predictions from every 8 seconds with lower accuracy to ~ every 30 seconds with higher accuracy, after which the prediction accuracy drops.

There are also pre-trained model available as .h5 files. As you may need GPU support to run the notebook fast, the other option is to load a saved model.

pmsm-time-series's People

Contributors

sashakolpakov avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar Kostas Georgiou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.