错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Prediction Models

  • Ulrich Hofmann

摘要

Chapter 7 deals with the approximation of internet load prediction using Julia. First, we explain the current state of model development. Classical prediction models with linear approximations are being replaced by nonlinear models with neural networks. After describing the essential model features, representative examples are presented. The perceptron network as a basic element of approximation is implemented. We explain the learning formulas and immediately convert them into Julia program code. After explaining the learning algorithm, we save ourselves further programming of more complex learning tasks, as this is taken over by the comfortable Julia module Flux.jl. The potentials and limitations of the forecast are analyzed using uncorrelated and correlated artificially generated as well as real data. For independent work with the programs, the removal of outliers using the Tukey method is suggested before the prediction calculation. A real data set with load measurements in minute intervals over 66 days is provided for pattern search.