View RSS Feed

Recent Blogs Posts

  1. Neural Network in Practice: Sketching a Neuron

    by , 04-05-2025 at 05:02 PM
    In the previous article Neural Network in Practice: Pseudoinverse (II), I discussed the importance of dedicated computational systems and the reasons behind their development. In this new article related to neural networks, we will delve deeper into the subject. Creating material for this stage is no simple task. Despite appearing straightforward, explaining something that often causes significant confusion can be quite challenging.

    What will we cover at this stage? In this
    ...
    Categories
    Uncategorized
  2. Data Science and ML (Part 35): NumPy in MQL5 – The Art of Making Complex Algorithms with Less Code

    by , 04-05-2025 at 09:45 AM
    Since the introduction of Matrices and Vectors MQL5 language has become more versatile and flexible when it comes to data storage and computations, these arrays which are in the form of objects which are accompanied by many built-in mathematical functions that once required manual implementations.
    more...
    Categories
    Uncategorized