View RSS Feed

Uncategorized

Entries with no category

  1. Working with ONNX models in float16 and float8 formats

    by , 03-03-2024 at 10:45 AM
    With the advancement of machine learning and artificial intelligence technologies, there is a growing need to optimize processes for working with models. The efficiency of model operation directly depends on the data formats used to represent them. In recent years, several new data types have emerged, specifically designed for working with deep learning models.

    In this article, we will focus on two such new data formats - float16 and float8, which are beginning to be actively used
    ...
    Categories
    Uncategorized
  2. Data Science and Machine Learning (Part 20) : Algorithmic Trading Insights, A Faceoff Between LDA and PCA in MQL5

    by , 03-01-2024 at 04:02 PM
    LDA is a supervised generalization machine learning algorithm that aims to find a linear combination of features that best separates the classes in a dataset.


    Just like the Principal Component Analysis(PCA), it is a dimension reduction algorithm, These algorithms are a common choice for dimensionality reduction, in this article we are going to compare them and observe in what situation each algorithm works best. We already discussed the PCA in the prior articles of this
    ...
    Categories
    Uncategorized
  3. Neural networks made easy (Part 37): Sparse Attention

    by , 02-26-2024 at 04:19 AM
    In the previous article, we discussed relational models which use attention mechanisms in their architecture. We used this model to create an Expert Advisor, and the resulting EA showed good results. However, we noticed that the model's learning rate was lower compared to our earlier experiments. This is due to the fact that the transformer block used in the model is a rather complex architectural solution performing a large number of operations. The number of these operations grows in a quadratic
    ...
    Categories
    Uncategorized
  4. MQL5 Wizard Techniques you should know (Part 12): Newton Polynomial

    by , 02-23-2024 at 05:50 AM
    Time series analysis plays an important role not just in supporting fundamental analysis but in very liquid markets like forex, it can be the main driver for decisions on how one is positioned in the markets. Traditional technical indicators have tended to lag the market a lot which has brought them out of favor for most traders, leading to the rise of alternatives perhaps the most predominant of which, at the moment is neural networks. But what about polynomial interpolation?
    more...
    Categories
    Uncategorized
  5. Data label for time series mining(Part 1)

    by , 02-19-2024 at 04:19 AM
    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
Page 2 of 582 FirstFirst 1 2 3 4 12 52 102 502 ... LastLast