Skip to content

Time series prediction using MLP with #pytorch, #pytorch-lightning

Notifications You must be signed in to change notification settings

erikdao/mlp-timeseries

Repository files navigation

Prediction

Time Series Prediction with Multilayer Perceptron

This is a part of Assignment 1 for Course DD2437 - Artificial Neural Networks and Deep Architectures at KTH.

1. Setup

This codebase use poetry as the python environment management tool, please have it properly installed (with Python 3.8) before continuing.

2. Data

Our dataset is a Mackey Glass series

Mackey

3. Running experiments

There are 3 set of experiments:

  • Grid search to find an optimal three-layer perceptron architecture
  • Greedy search to fina an optimal network with best performance on noisy data
  • Greedy search to find a good regularization lambda under the present of additive Gaussian noise in the training data

More details could be found in experiment.py

About

Time series prediction using MLP with #pytorch, #pytorch-lightning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published