View RSS Feed

All Blog Entries

  1. Quantization in machine learning (Part 2): Data preprocessing, table selection, training CatBoost models

    by , 04-07-2024 at 03:11 PM
    The article considers the practical application of quantization in the construction of tree models No complex mathematical equations are used. This is the second part of the article "Quantization and other methods of preprocessing input data in machine learning", so I strongly recommend starting your acquaintance with it. Here we will talk about the following:

    • In the first part, we will consider the methods for preprocessing sample data implemented in MQL5.
    • In the second
    ...
    Categories
    Uncategorized
  2. How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 7): ZigZag with Awesome Oscillator Indicators Signal

    by , 04-06-2024 at 05:32 PM
    The Multi-currency Expert Advisor is a automated trading that can open, close, and manage orders for more than one symbol pair from a single symbol chart.
    This article focuses on the Expert Advisor trading for 30 pairs and using the ZigZag indicator, which is filtered with the Awesome Oscillator or filters each other's signals.
    more...
    Categories
    Uncategorized
  3. Evaluating ONNX models using regression metrics

    by , 04-06-2024 at 02:24 PM
    Regression is a task of predicting a real value from an unlabeled example. A well-known example of regression is estimating the value of a diamond based on such characteristics as size, weight, color, clarity, etc.

    The so-called regression metrics are used to assess the accuracy of regression model predictions. Despite similar algorithms, regression metrics are semantically different from similar loss functions.

    more...
    Categories
    Uncategorized
  4. Introduction to MQL5 (Part 5): A Beginner's Guide to Array Functions in MQL5

    by , 03-31-2024 at 03:02 PM
    Part 5 of our series will introduce you to the fascinating world of MQL5, designed especially for complete novices looking for a gentle introduction to the intricacies of array functions. This section aims to dismantle the misconceptions that are frequently associated with array functions, guaranteeing that each line of code is not only understood but comprehended thoroughly. Regardless of prior coding experience, I sincerely believe that everyone should have the opportunity to learn about the MQL5
    ...
    Categories
    Uncategorized
  5. Neural networks made easy (Part 38): Self-Supervised Exploration via Disagreement

    by , 03-30-2024 at 02:24 PM
    This algorithm is based on a self-learning method, where the agent uses information obtained during interaction with the environment to generate "intrinsic" rewards and update its strategy. The algorithm is based on the use of several agent models that interact with the environment and generate various predictions. If the models disagree, it is considered an "interesting" event and the agent is incentivized to explore that space of the environment. In this way, the algorithm incentivizes the agent
    ...
    Categories
    Uncategorized
Page 2 of 2516 FirstFirst 1 2 3 4 12 52 102 502 1002 ... LastLast