View RSS Feed

mql5

  1. Evaluating ONNX models using regression metrics

    by , 12-17-2023 at 05:49 AM
    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
  2. Wrapping ONNX models in classes

    by , 12-14-2023 at 01:03 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
  3. Data label for time series mining(Part 1)

    by , 12-10-2023 at 01:03 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
  4. Neural networks made easy (Part 37): Sparse Attention

    by , 12-07-2023 at 01:03 AM
    In the previous article, we discussed relational models which use attention mechanisms in their architecture. We used this model to create an Expert Advisor, and the resulting EA showed good results. However, we noticed that the model's learning rate was lower compared to our earlier experiments. This is due to the fact that the transformer block used in the model is a rather complex architectural solution performing a large number of operations. The number of these operations grows in a quadratic
    ...
    Categories
    Uncategorized
  5. Social network websites

    by , 10-18-2023 at 01:42 AM
Page 7 of 106 FirstFirst ... 5 6 7 8 9 17 57 ... LastLast