ERNICommunity / dust-measurement-network

Dust Measurement Network - air pollution data measurement
MIT License
4 stars 5 forks source link

User Story - Implement a custom ML model using Keras #33

Closed mareklinka closed 5 years ago

mareklinka commented 5 years ago

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.

mareklinka commented 5 years ago

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