Showing posts with label PyTorchcode. Show all posts
Showing posts with label PyTorchcode. Show all posts

PyTorch : A Simple MLP model for Univariate Time Series Forecasting

This post explains how to implement a simple MLP model for a univariate time series forecasting using PyTorch. The estimation of the PyTorch model is slightly different from the Keras model, so it's worth focusing on how it differs.