View RSS Feed

newdigital

  1. Three-Year Note Auction Attracts Below Average Demand

    by , 03-13-2024 at 07:00 AM
    The Treasury Department kicked off this week's series of announcements of the results of its long-term securities auctions on Monday, revealing this month's auction of $56 billion worth of three-year notes attracted below average demand. The three-year note auction drew a high yield of 4.256 percent and a bid-to-cover ratio of 2.60.

    more...
    Categories
    Uncategorized
  2. Evaluating ONNX models using regression metrics

    by , 03-06-2024 at 05:19 AM
    Regression is a task of predicting a real value from an unlabeled example. A well-known example of regression is estimating the value of a diamond based on such characteristics as size, weight, color, clarity, etc.

    The so-called regression metrics are used to assess the accuracy of regression model predictions. Despite similar algorithms, regression metrics are semantically different from similar loss functions.

    more...
    Categories
    Uncategorized
  3. Working with ONNX models in float16 and float8 formats

    by , 03-03-2024 at 11: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
  4. Data Science and Machine Learning (Part 20) : Algorithmic Trading Insights, A Faceoff Between LDA and PCA in MQL5

    by , 03-01-2024 at 05: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
  5. Neural networks made easy (Part 37): Sparse Attention

    by , 02-26-2024 at 05: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
Page 11 of 592 FirstFirst ... 9 10 11 12 13 21 61 111 511 ... LastLast