Giter Club home page Giter Club logo

atm_pressure_predictor's Introduction

Atm pressure predictor

This neural network is part of a bigger project (which can be found here) in which the lstm.h5 file is converted in a STM32-optimized library through the X-CUBE-AI expansion pack for STM32CubeMX. This library will be included and used in a NUCLEO-F401RE which will acquire atmospheric pressure data and use the STM32-optimized library to provide predictions over those data.

The neural network

It is a stacked LSTM model which takes as input three pressure values and outputs the predicted next pressure value. The pressure values which this LSTM model takes as input must be grouped in time bands, so a single pressure value corresponds to the average of the pressure measurements acquired in the following time bands:

  • Time band 1 (pressure measurements gathered from 00:00 to 07:59)
  • Time band 2 (pressure measurements gathered from 08:00 to 15:59)
  • Time band 3 (pressure measurements gathered from 16:00 to 23:59)

Given the pressure values of the last three time bands the LSTM is able to predict the pressure value of the next time band.

Performance on the test set

The testing over a test set has performed as follows

Where the orange line represents the predictions and the blue line represents the actual test value.

Usage

The requirements.txt contains all the packages used for developing this neural network. Type pip install -r requirements.txt to install them all.

Further details

If you wish to know more about this project check the related paper which have been published on IEEE.

atm_pressure_predictor's People

Contributors

dependabot[bot] avatar

Watchers

James Cloos avatar Francesco Alongi 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.