Git Product home page Git Product logo

inverterperformancedegradation's Introduction

Forecasting the Performance of Inverter Systems

We provide a docker container to easily build and run the machine learning model for weekly inverter performance based on prior bi-weekly readings. The model utilizes an 8-column csv file with similar column names of (PR, G_M0, T, T_WR1, T_WR2, T_WR3, T_WR4, E_N), such that PR = PERFORMANCE RATIO; G_M0 = Irradiance, T1 ambiant temp, T_WR1 - T_WR4 = internal inverter temps; E_N = nominal energy". As can be found in the sample (dummy) test.csv. To build the Docker container we provide the following files:

  • Dockerfile
  • inference.py
  • requirements.txt

The inference file accepts a csv file with 14 observations, with the performance value in the first column, while the rest follow order: PR, G_M0, T, T_WR1, T_WR2, T_WR3, T_WR4, E_N respectively. The machine learning model follows the encoder-decoder paradigm, achieved by the CONVLSTM and LSTM layers.

To solve the large errors from detecting periods with faulty performance i.e., degrading trends not found in training data, the LSTM models are stacked and different time intervals inputs (1, and two weeks prior) are used in training. The outputs of the models are combined based on attention values learnt in training. Altogether, these components are trained end-to-end.

An illustration of this approach is shown in the figure below, where k_1 , k_2, ...,k_n are different time-windows used in training the model.

Alt text

The model was implemented in tensorflow.

To run:

  • docker build -t [DOCKER_TAG_NAME] .
  • docker run [DOCKER_TAG_NAME]

inverterperformancedegradation's People

Contributors

ab-obi avatar

Watchers

 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.