View RSS Feed

All Blog Entries

  1. Neural Network in Practice: Least Squares

    by , 11-14-2024 at 03:45 PM
    In the previous article Neural Network in Practice: Secant Line, we began to discuss applied mathematics in practice. However, this was only a short and quick introduction to the topic. We have seen that the basic mathematical operation to be used is the trigonometric function. And, contrary to what many think, this is not a tangent function but a secant function. Although this may all seem quite confusing at first, you will soon find that everything is much simpler than it seems. Unlike
    ...
    Categories
    Uncategorized
  2. Portfolio Optimization in Python and MQL5

    by , 11-13-2024 at 09:49 AM
    Introducing two innovative portfolio optimization programs designed to revolutionize trading strategies and maximize returns while minimizing risk The first a Python-based solution leverages the power of MetaTrader 5 integration alongside advanced libraries such as pandas Numpy and cvxpy to analyze historical data optimize asset allocation and visualize results with Matplotlib. The second a similar implementation crafted in MQL5 harnesses the native capabilities of the MetaTrader 5 platform offering
    ...
    Categories
    Uncategorized
  3. Applying Localized Feature Selection in Python and MQL5

    by , 11-13-2024 at 06:52 AM
    In this article, we explore a feature selection algorithm introduced in the paper 'Local Feature Selection for Data Classification' by Narges Armanfard, James P. Reilly, and Majid Komeili. This method aims to identify predictive features that are often overlooked by traditional selection techniques due to their limited global utility. We will begin with a general overview of the algorithm, followed by its implementation in Python to create classifier models suitable for export to MetaTrader
    ...
    Categories
    Uncategorized
  4. Feature Engineering With Python And MQL5 (Part II): Angle Of Price

    by , 11-12-2024 at 10:43 AM
    Machine learning models are very sensitive instruments. In this series of articles, we will pay significantly more attention to how the transformations we apply to our data, affects our model's performance. Likewise, our models are also sensitive to how the relationship between the input and the target is conveyed. This means, we may need to create new features from the data we have at hand, in order for our model to effectively learn.
    more...
    Categories
    Uncategorized
  5. Neural Networks Made Easy (Part 87): Time Series Patching

    by , 11-12-2024 at 06:34 AM
    Forecasting plays an important role in time series analysis. Deep models have brought significant improvement in this area. In addition to successfully predicting future values, they also extract abstract representations that can be applied to other tasks such as classification and anomaly detection.
    The Transformer architecture, which originated in the field of natural language processing (NLP), demonstrated its advantages in computer vision (CV) and is successfully applied in time
    ...
    Categories
    Uncategorized
Page 2 of 2546 FirstFirst 1 2 3 4 12 52 102 502 1002 ... LastLast