Time series (1 day, October 22th, 2024, Praha + online)

4 990 

Date: 22. 10. 2024

This course is focused to time series prediction problem. We begin with examples of classical methods for modeling and prediction of time series and we continue to more advanced methods based on machine learning. We finish with a complex example of training time series model on historical data using neural network and we evaluate its performance in predicting future.

Tickets available: 10

Qty:
Category:

Prerequisites

  • basic knowledge of programing in Python
  • high school level of mathematics
  • Basics of machine learning on the level of our course Introduction to  machine Learning

This course is focused on time series prediction problems. We will begin with examples of classical methods for modeling and prediction of time series and continue to more advanced methods based on machine learning. We will finish with a complex example of a training time series model on historical data using neural network and evaluate its performance in predicting the future.

Outline:

  • Introduction to the theory of time series modeling
  • Classical methods for time series prediction (space & frequency domain, spectral analysis, autocorrelation, ARIMA models etc.)
  • Hands-on example (pandas, basic characteristics, simple prediction)
  • Machine learning for time series prediction (classical neural networks, recurrent networks, LSTM)
  • Hands-on examples of machine learning methods (training set preparation for specific task and model, training process & evaluation)
  • Complex example of time series prediction using recurrent neural network (temperature prediction from high-dimensional input data: training data set preparation, training process & validation, prediction with trained neural network)