Code Monkey home page Code Monkey logo

predair's Introduction

Air-Pollution-Forecasting-using-Machine-Learning (APF Model)

First step towards solving a real-life problem - air pollution forecasting in Delhi, using deep learning

Will implement the following versions of the APF (Air Pollution Forecasting) Model:

  1. vanilla RNN encoder-decoder where both the RNNs will be plain RNNs
  2. LSTM-RNN encoder-decoder where both the RNNs will be LSTM
  3. vanilla RNN encoder - attention-based decoder where both the RNNs will be plain RNNs
  4. vanilla RNN bi-directional encoder - attention-based decoder where both the RNNs will be plain RNNs
  5. LSTM-RNN encoder - attention-based decoder where both the RNNs will be LSTM
  6. LSTM-RNN bi-directional encoder - attention-based decoder where both the RNNs will be LSTM

Will be trying with Bahdanau and Luong attention mechanisms individually

  1. Model based on the temporal-based attention where attention is given to tensors across time steps and also values of features of each tensor at every time step using the reference below: https://arxiv.org/abs/1809.04206v2 (Shun-Yao Shih, Fan-Keng Sun, Hung-yi Lee, 2018: "Temporal Pattern Attention for Multivariate Time Series Forecasting")

Will implement the model first in Keras and then in TensorFlow

predair's People

Contributors

abis330 avatar

Stargazers

 avatar  avatar  avatar  avatar 赵佩一 avatar li weizhong avatar Iris Tsai avatar  avatar Jinghao Hu avatar mathshb avatar  avatar  avatar  avatar zzz avatar Byounghoon Lee avatar  avatar  avatar  avatar David Shi avatar Akshar Kottuvada avatar  avatar  avatar Gordon avatar  avatar Seema Negi avatar  avatar  avatar  avatar  avatar studyhard avatar  avatar  avatar paulxin avatar Yan Lu 路晏 avatar Vibhav Kunj avatar radia avatar  avatar  avatar  avatar xueliangzhu avatar Martin Laprise avatar Satyajit Ovelil avatar Akın Ayturan avatar  avatar  avatar  avatar

Watchers

James Cloos avatar Akın Ayturan avatar  avatar  avatar  avatar paper2code - bot avatar

predair's Issues

Import error


ModuleNotFoundError Traceback (most recent call last)
in
5 from sklearn.metrics import mean_squared_error
6 from math import sqrt
----> 7 from sample_model_utils import *
8 import apfm_keras_bahdanau_attention_utils as utils
9 import numpy as np

ModuleNotFoundError: No module named 'sample_model_utils'

Also, which file refers to the custom softmax activation function?

What is "serialized_example" in "apfm_feature_attention_data_generator.py

HI, I have some problems when try to debug the code. In the abstract method _decode(self, serialized_example), it need a parameter "serialized_example" which I don't understand what value should assign to this because in line 53, dataset = dataset.map(self._decode) it doesn't pass any value of serialized_example. Could you please give me some help? Thanks a lot.

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.