View RSS Feed

mql5

  1. MQL5 Wizard Techniques you should know (Part 18): Neural Architecture Search with Eigen Vectors

    by , Yesterday at 07:06 PM
    We continue the series on MQL5 wizard implementation by looking into Neural Architecture Search while specifically dwelling on the role Eigen Vectors can play in making this process, of expediting network training, more efficient. Neural networks are arguably the fitting of a curve to a set of data in that they help come up with a formulaic expression that, when applied to input data (x), provides a target value (y) just like a quadratic equation does with a curve. The x and y data points
    ...
    Categories
    Uncategorized
  2. Master MQL5 from beginner to pro (Part I): Getting started with programming

    by , Yesterday at 05:25 AM
    I sometimes receive private messages from those who want to learn how to create their own Expert Advisors or indicators. Although there is a lot of material on this site and on the Internet in general, including very good resources with examples, beginners still need help. Some users seek more consistency in presentation, others require clarity or something else. Sometimes users ask: "Add comments to the code of a working Expert Advisor, I will understand everything and make the same one myself!"
    ...
    Categories
    Uncategorized
  3. Data label for time series mining(Part 1)

    by , 04-30-2024 at 02:24 PM
    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 68): Offline Preference-guided Policy Optimization

    by , 04-28-2024 at 03:31 PM
    Reinforcement learning is a universal platform for learning optimal behavior policies in the environment under exploration. Policy optimality is achieved by maximizing the rewards received from the environment during interaction with it. But herein lies one of the main problems of this approach. The creation of an appropriate reward function often requires significant human effort. Additionally, rewards may be sparse and/or insufficient to express the true learning goal. As one of the options
    ...
    Categories
    Uncategorized
  5. The Disagreement Problem: Diving Deeper into The Complexity Explainability in AI

    by , 04-25-2024 at 02:05 PM
    The disagreement is an open area of research in an interdisciplinary field known as Explainable Artificial Intelligence (XAI). Explainable Artificial Intelligence attempts to help us understand how our models are arriving at their decisions but unfortunately everything is easier said than done.

    We are all aware that machine learning models and available datasets are growing larger and more complex. As a matter of fact, the data scientists who develop machine learning algorithms cannot
    ...
    Categories
    Uncategorized
Page 1 of 329 1 2 3 11 51 101 ... LastLast