ERNI-CoP-IoT / dust-measurement-network

Dust Measurement Network - air pollution data measurement
https://dmn.azurewebsites.net/
MIT License
1 stars 0 forks source link

[CLOSED] User Story - Implement a custom ML model using Keras #37

Closed dniklaus closed 3 years ago

dniklaus commented 3 years ago

Issue by mareklinka Thu Aug 30 12:48:16 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/33


Since Azure ML cannot do multivariate regression, we need to implement our own solution.

First step of this process is to develop and train a custom regressor model based on training data aggregated from luftdaten and openweathermap. We will use python and Keras to create, train, and store this model.

dniklaus commented 3 years ago

Comment by mareklinka Fri Aug 31 15:18:19 2018


Done and tested. Will do a final training pass over the weekend and we are done here.