View RSS Feed

All Blog Entries

  1. Introduction to MQL5 (Part 6): A Beginner's Guide to Array Functions in MQL5

    by , 06-08-2024 at 10:01 AM
    Now, we'll explore the remaining array functions in Part 6, which will guarantee that you have a thorough understanding of these useful tools. Our objective is still to cover the basic ideas required for automating trading strategies, regardless of your experience level as a developer or level of familiarity with algorithmic trading. Our goal in delving into the nuances of these functions is to promote a comprehensive comprehension so that each reader can competently traverse the ever-changing terrain
    ...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 36): Relational Reinforcement Learning

    by , 06-04-2024 at 02:45 AM
    The main advantage of relational models is the ability to build dependencies between objects. That enables the structuring of the source data. The relational model can be represented in the form of graphs, in which objects and events are represented as nodes, while relationships show dependencies between objects and events.
    more...
    Categories
    Uncategorized
    Attached Thumbnails Attached Images  
  3. Neural networks made easy (Part 67): Using past experience to solve new tasks

    by , 06-01-2024 at 03:58 PM
    Reinforcement learning is built on maximizing the reward received from the environment during interaction with it. Obviously, the learning process requires constant interaction with the environment. However, situations are different. When solving some tasks, we can encounter various restrictions on such interaction with the environment. A possible solution for such situations is to use offline reinforcement learning algorithms. They allow you to train models on a limited archive of trajectories
    ...
    Categories
    Uncategorized
  4. Neural networks made easy (Part 66): Exploration problems in offline learning

    by , 05-29-2024 at 03:58 PM
    In this article, we will get acquainted with the Exploratory Data for Offline RL (ExORL) framework, which was presented in the paper "Don't Change the Algorithm, Change the Data: Exploratory Data for Offline Reinforcement Learning". The results presented in that article demonstrate that the correct approach to data collection has a significant impact on the final learning outcomes. This impact is comparable to that of the choice of learning algorithm and model architecture.
    more...
    Categories
    Uncategorized
  5. Experiments with neural networks (Part 4): Templates

    by , 05-21-2024 at 02:45 AM
    In the previous articles (Part 1, Part 2, Part 3), we experimented with shapes and angles whose values were passed to the perceptron and the neural network built on the basis of the DeepNeuralNetwork.mqh library. We also conducted experiments on optimization methods in the strategy tester.
    An important task in the current experiments was to track the influence of the amount of transmitted data and the depth of history we take this data from. In addition, we needed to reveal patterns,
    ...
    Categories
    Uncategorized
    Attached Thumbnails Attached Images  
Page 5 of 150 FirstFirst ... 3 4 5 6 7 15 55 105 ... LastLast