View RSS Feed

All Blog Entries

  1. Frequency domain representations of time series: The Power Spectrum

    by , 06-11-2023 at 01:06 AM
    Name:  domail0205.png
Views: 31
Size:  3.9 KB

    Displaying the data in different domains can reveal interesting characteristics about the series that may not be apparent when conducting analysis exclusively in the time domain. In this article we will discuss some of the useful perspectives to be gained by analyzing time series in the frequency domain using the discrete fourier transform (dft).
    more...
    Categories
    Uncategorized
  2. Category Theory in MQL5 (Part 8): Monoids

    by , 06-10-2023 at 01:23 AM
    Name:  monoid3105.png
Views: 27
Size:  4.2 KB

    In our previous article, on category theory, we uncovered the key concepts of multi-sets, relative sets, and indexed sets and explored their significance in algorithmic trading. Now, in this follow-up, we introduce the concept of monoids. Monoids form an essential foundation in mathematics and computer science, providing a structured approach to modeling operations on sets of elements.
    more...
    Categories
    Uncategorized
  3. Experiments with neural networks (Part 5): Normalizing inputs for passing to a neural network

    by , 06-09-2023 at 01:52 AM
    Name:  Pr1.png
Views: 38
Size:  4.5 KB

    Normalization of inputs is an important step in preparing data for training neural networks. This process allows us to bring the inputs to a certain range of values, which helps to improve the stability and speed of training convergence.
    more...
    Categories
    Uncategorized
  4. ChatGPT Rival Google Bard Integrates Images Into Responses, AI Images Coming Soon

    by , 06-08-2023 at 01:04 AM


    Google Bard, the search giant's generative artificial intelligence engine that competes with OpenAI's ChatGPT and Microsoft's Bing AI, has integrated images into queries, the company said in a blog post on Tuesday.

    more...
    Categories
    Uncategorized
  5. Understand and Use MQL5 Strategy Tester Effectively

    by , 06-07-2023 at 07:50 AM
    Name:  strategy25051.png
Views: 37
Size:  41.6 KB

    We will try to cover the most popular points about these previous topics to well understand what we need to deal with as programmers or developers.
    more...
    Categories
    Uncategorized