Giter VIP home page Giter VIP logo

machine-learning-china-air-pollution's Introduction

Machine-Learning-Project-China-Air-Pollution

This hub is for a UCLA machine learning Math 285J course project on China air pollution PM 2.5, including research references, data sources, and a list of our codes and results.

Nowadays, China air pollution is a pressing issue in the China society, since it might be the cause of the recent dramastic inceases of lung cancers.

##Background reading:

Machine Learning research on pollution prediction

Data Source on weather and pollution

Model Assumptions

After plotting the time series at various stations in Beijing, there is a clear intraday seasonality, every 8 hours there is a peak of pollution. However, no significant short-term trends are identified. Based on these observations, the following are assumed:

  • The PM 2.5 pollutants index is driven by the previous 8 hours weather conditions and the pollution status.

Model Formulation

Suppose the time series for different pollutants are denoted by P_i(t), where i denotes the i-th pollutant and t denotes the time in hour. Suppose the time series for different weather conditions such as wind speed, temperature, humidity, and air pressure, are denoted by W_j(t).

Then,
PM2.5(t) = F(PM2.5(t-8), P_1(t-8), ..., P_n(t-8), W_1(t-8), ..., W_m(t-8))

The project is going to learn F using various machine learning methods, linear models (Lasso, Ridge), Random Forest, Extra-Trees, and Neural Networks.

Codes

  • This is a SQL codes for preprocessing data.
  • This is a python codes for vanilla nerual networks of arbitrary number of layers, using mini-batch SGD.
  • This is a python codes for model selections among various methods, Ridge, Lasso, Random Forest, Extra-Tree, and M-regression.

machine-learning-china-air-pollution's People

Contributors

haoxuandou 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.