View RSS Feed

Recent Blogs Posts

  1. MQL5 Wizard Techniques you should know (Part 37): Gaussian Process Regression with Linear and Matern Kernels

    by , 10-12-2024 at 09:01 AM
    We continue these series on the different ways key component classes of wizard assembled Expert Advisors can be implemented by considering 2 Gaussian Process Kernels. The linear-kernel and Matérn Kernel. The former is so simple you cannot find its Wikipedia-page, however the latter has a reference page over here.

    There are several additional advantages and uses to GPs like noise handling & reduction as well as adaptation to regime change and many others. As traders, though,
    ...
    Categories
    Uncategorized
  2. Neural Networks Made Easy (Part 86): U-Shaped Transformer

    by , 10-12-2024 at 06:47 AM
    Forecasting long-term timeseries is of specifically great importance for trading. The Transformer architecture, which was introduced in 2017, has demonstrated impressive performance in the areas of Natural Language Processing (NLP) and Computer Vision (CV). The use of Self-Attention mechanisms allows the effective capturing of dependencies over long time intervals, extracting key information from the context. Naturally, quite quickly a large number of different algorithms based on this mechanism
    ...
    Categories
    Uncategorized