View RSS Feed

mql5

  1. How to deal with lines using MQL5

    by , 11-11-2022 at 04:08 AM
    Name:  Upward111.png
Views: 71
Size:  17.7 KB

    We all as traders draw many lines while trading to help us to observe some important levels to take a suitable trading decision based on them. So, these lines are very important for us as traders and we may wonder if we have a method that can be used to draw these lines or take a suitable decision based on them automatically because I think that it will help us a lot. The answer is yes, we have a method to do that by MQL5 (MetaQuotes Language 5).
    ...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 25): Practicing Transfer Learning

    by , 11-06-2022 at 01:17 AM
    We continue to study the Transfer Learning technology. In the previous two articles, we created a tool for creating and editing neural network models. This tool will help us transfer part of the pre-trained model to a new model and supplement it with new decision layers. We will also check the usability of our tool.
    more...

    ---------------------

    1. Neural networks made easy
    2. Neural networks made easy (Part 2): Network training and testing
    3. Neural networks made easy (Part 3): Convolutional networks
    ...
    Categories
    Uncategorized
  3. Data Science and Machine Learning (Part 08): K-Means Clustering in plain MQL5

    by , 11-02-2022 at 01:45 AM
    Name:  kmeans11.png
Views: 70
Size:  27.2 KB

    Is a Machine learning paradigm for problems where the available data consists of unlabeled examples. Unlike supervised learning techniques such as regression methods, SVM, decision trees, neural networks, and many others discussed in this article series, where we always have labeled datasets that we fit our models upon. In unsupervised learning, the data is unlabeled so, it's up to the algorithm to figure out the relationship and everything else on itself.
    ...
    Categories
    Uncategorized
Page 2 of 2 FirstFirst 1 2