Giter Site home page Giter Site logo

magnet's Introduction

MagNet: Model the Geomagnetic Field

Problem Description

The goal of this challenge is to develop models for forecasting Dst (Disturbance Storm-Time Index) that 1) push the boundary of predictive performance 2) under operationally viable constraints 3) using specified real-time solar-wind data feeds.

Data Preprocessing

  • Feature Engineering:

    • Using our knowledge from Geo physics we dropped a few features which were very unlikely to affect the final prediction and picked only a few features for the LSTM model.
  • Data amputation:

    • Filled the missing data in smoothed_ssn using forward fill and solar_wind using interpolation
    • Converted the data to hourly resolution picking both mean as well as the standard deviation.
  • Feature Scaling:

    • Used Standard Scaler to scale the data. This turned out to be pretty important for accuracy score.

Model Building - LSTM

  • Tried several things
    • play with batch_size
    • with or without the dropout (with dropout gave better RMSE)
    • Add batch normalization, it didn't improve the result
    • with or without activation function - tried Relu, sigmoid. Relu didn't improve the results

Following is a screenshot of one of the model architecture.

LSTM Model

Loss plot and Accuracy

Following is the loss plot for train data (blue curve) and validation data (ornage curve) for one of our best models. Loss plot

Our Performance

Our final performance was inside top 50 (top 8%) submitted by Shree Bhattrai. Final Performance

My individual rank.

Here is a quick fact about total participants. Quick Facts

Resources

magnet's People

Contributors

shovitraj avatar

Watchers

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