View RSS Feed

mql5

  1. Neural networks made easy (Part 54): Using random encoder for efficient research (RE3)

    by , 12-17-2023 at 06:51 AM
    The issue of efficient exploration of the environment is one of the main problems of reinforcement learning methods. We have discussed this issue more than once. Each time, a proposed solution led to additional complication of the algorithm. In most cases, we resorted to using additional internal reward mechanisms to encourage the model to explore new actions and search for unexplored paths.
    more...
    Categories
    Uncategorized
  2. 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