View RSS Feed

newdigital

  1. Neural networks made easy (Part 72): Trajectory prediction in noisy environments

    by , 06-06-2024 at 09:09 AM
    The noise prediction module solves the auxiliary problem of identifying noise in the analyzed trajectories. This helps the movement prediction model better model potential spatial diversity and improves understanding of the underlying representation in movement prediction, thereby improving future predictions.
    The authors of the method conducted additional experiments to empirically demonstrate the critical importance of the spatial consistency and noise prediction modules for SSWNP.
    ...
    Categories
    Uncategorized
  2. Bill Williams Strategy with and without other Indicators and Predictions

    by , 06-01-2024 at 02:44 PM
    Bill Williams has a doctorate in Psychology, this is important because some traders use markets sentiment. This is very used and can be done with a sentiment script with an IA to score the sentiment of traders feelings with web markets scrapping in a for example social web. At the end of the article, there will be an example of Sentiment Analysis of market news.

    Bill Williams psychology formation helped him adapt psychological concepts to trading. He studied market from a human perspective
    ...
    Categories
    Uncategorized
  3. Build Self Optmising Expert Advisors in MQL5

    by , 05-30-2024 at 06:39 AM
    Opting for MQL5's matrix and vector capabilities over alternatives like ONNX and Python has considerable benefits. Using an ONNX model would require separate model instances for each trading symbol and new models for any minor parameter changes, such as time frame adjustments. MQL5, however, offers adaptability without the need to manage numerous models for varying conditions.
    more...
    Categories
    Uncategorized
  4. Triangular arbitrage with predictions

    by , 05-30-2024 at 05:05 AM
    This article is about the triangular arbitrage strategy, it has an example of two triangular arbitrages, and this is done with deep learning models, which are added to the downloads, and a EA which is also added to the downloads. Triangular arbitrage leverages discrepancies in exchange rates to generate risk-free profits.
    more...
    Categories
    Uncategorized
  5. Python, ONNX and MetaTrader 5: Creating a RandomForest model with RobustScaler and PolynomialFeatures data preprocessing

    by , 05-24-2024 at 04:30 PM
    Random Forest is widely used in a variety of fields, and its flexibility makes it suitable for both classification and regression problems. In a classification task, the model decides which of the predefined classes the current state belongs to. For example, in the financial market, this could mean a decision to buy (class 1) or sell (class 0) an asset based on a variety of indicators.

    However, in this article, we will focus on regression problems. Regression in machine learning
    ...
    Categories
    Uncategorized
Page 11 of 594 FirstFirst ... 9 10 11 12 13 21 61 111 511 ... LastLast