View RSS Feed

newdigital

  1. MQL5 Wizard Techniques you should know (Part 23): CNNs

    by , 08-29-2024 at 11:43 AM
    CNNs are typically complex neural networks whose main applications are in video and image processing, like we saw with GANs in the previous article. However, unlike GANs that are trained in identifying real images and or subjects in the images from fakes, CNNs tend to work more like a classifier in that they split the input data (which is often image pixels) into various subgroups of data whereby each subgroup is meant to capture a key or very important property of the input data. These produced
    ...
    Categories
    Uncategorized
  2. Developing a multi-currency Expert Advisor (Part 4): Pending virtual orders and saving status

    by , 08-29-2024 at 05:41 AM
    In the previous article, we have significantly revised the code architecture to build a multi-currency EA with several parallel working strategies. Trying to achieve simplicity and clarity, we have so far only considered a certain minimum set of functionality. Even considering the limitations of our task, we have significantly altered the code from the previous articles.

    Now hopefully we have the groundwork that is sufficient enough to increase functionality without radical
    ...
    Categories
    Uncategorized