View RSS Feed

Uncategorized

Entries with no category

  1. Wrapping ONNX models in classes

    by , 01-26-2024 at 02:49 AM
    In the previous article, we used two ONNX models to arrange the voting classifier. The entire source text was organized as a single MQ5 file. The entire code was divided into functions. But what if we try to swap models? Or add another model? The original text will become even bigger. Let's try the object-oriented approach.
    more...
    Categories
    Uncategorized
  2. Category Theory in MQL5 (Part 17): Functors and Monoids

    by , 01-12-2024 at 02:49 AM
    We continue our look at category theory with one more take on functors. So far, we have seen applications of category theory in implementing custom instances of the Expert trailing class, and the Expert Signal class so we will consider applications in using the Expert Money class for this article. All these classes come with the Meta Editor IDE and are used with the MQL5 wizard in assembling expert advisors with minimal coding.

    In this article as we sum up our look at functors
    ...
    Categories
    Uncategorized
  3. Category Theory in MQL5 (Part 11): Graphs

    by , 01-05-2024 at 02:49 AM
    In our previous article, we delved into monoid groups, by exploring concept of symmetry within typical monoids. In introducing an additional axiom that all members of a monoid group must possess an inverse and restricting binary operations between mirror elements to yield the identity element, we extended applicability of monoids at crucial trade decision points. Building upon this, we now continue our study of category theory and its practical applications in trade system development by examining
    ...
    Categories
    Uncategorized
    Attached Thumbnails Attached Images  
  4. Neural networks made easy (Part 53): Reward decomposition

    by , 12-31-2023 at 07:48 AM
    We continue to explore reinforcement learning methods. As you know, all algorithms for training models in this area of machine learning are based on the paradigm of maximizing rewards from the environment. The reward function plays a key role in the model training process. Its signals are usually pretty ambiguous.
    more...
    Categories
    Uncategorized
  5. Data label for time series mining(Part 1)

    by , 12-30-2023 at 02:49 AM
    When we design artificial intelligence models, we often need to prepare data first. Good data quality will allow us to get twice the result with half the effort in model training and validation. But our foreign exchange or stock data is special, which contains complex market information and time information, and data labeling is difficult, but we can easily analyze the trend in historical data on the chart.

    This section introduces a method of making data sets with trend marks by EA
    ...
    Categories
    Uncategorized
Page 12 of 336 FirstFirst ... 2 10 11 12 13 14 22 62 112 ... LastLast