Giter Site home page Giter Site logo

supersonictw / filternet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikata-project/filternet

0.0 2.0 0.0 16 KB

A PyTorch ensemble neural network model used for time series analysis.

Home Page: https://mikata.dev/

License: MIT License

Python 100.00%

filternet's Introduction

FilterNet

FilterNet is a ensemble neural network model used for time series analysis. It is comprised of a 1D convolutional neural network and fast.ai's MixedInputModel. An example of the network implemented in PyTorch is located in filternet.py and provides the model class along with its corresponding dataset class. Links to the abstract, slides, and video of our presentation at PyData Los Angeles 2018 will be provided below.

This 1D convolutional neural network (CNN) was inspired by the traditional use of filters in discrete time signal processing. While developed independently, it closely resembles the findings described in the WaveNet paper by Borovykh et al. While the 1D CNN performed well on its own, datasets can have a lot of context associated with them (hour of day, day of week, etc.) which the 1D CNN alone is unable to handle. We utilized fastai's MixedInputModel, which has been used successfully for tabular data, to include learnings on the context portion of our datasets. The two neural networks are combined using a final regression layer and were found to compliment each other. In testing, the resulting ensemble model outperformed one of our current best production time series models (TBATS).

Our hope is by open sourcing our approach it will help generate further ideas on how to improve time series modeling using neural networks.

PyData Los Angeles 2018 presentation:

Contributing authors:

  • Jeff Roach (Data Scientist at System1)
  • Nathan Janos (Chief Data Officer at System1)

For more information about System1, please visit: www.system1.com

filternet's People

Contributors

bitcloud2 avatar

Watchers

 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.