Page 33 of 47 FirstFirst ... 23 31 32 33 34 35 43 ... LastLast
Results 321 to 330 of 465
Like Tree3Likes

Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview

This is a discussion on Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview within the General Discussion forums, part of the Trading Forum category; In June 2018, OpenAI presented the GPT neural network model, which immediately showed the best results in a number of ...

      
   
  1. #321
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Neural networks made easy (Part 11): A take on GPT

    In June 2018, OpenAI presented the GPT neural network model, which immediately showed the best results in a number of language tests. GDP-2 appeared in 2019, and GPT-3 was presented in May 2020. These models demonstrated the ability of the neural network to generate related text. Additional experiments concerned the ability to generate music and images. The main disadvantage of such models is connected with the computing resources they involve. It took a month to train the first GPT on a machine with 8 GPUs. This disadvantage can be partially compensated by the possibility of using pre-trained models to solve new problems. But considerable resources are required to maintain the model functioning considering its size.
    more...
    ---------------------

    1. Neural networks made easy - MT5
    2. Neural networks made easy (Part 2): Network training and testing - MT5
    3. Neural networks made easy (Part 3): Convolutional networks - MT5
    4. Neural networks made easy (Part 4): Recurrent networks - MT5
    5. Neural networks made easy (Part 5): Multithreaded calculations in OpenCL - MT5
    6. Neural networks made easy (Part 6): Experimenting with the neural network learning rate - MT5
    7. Neural networks made easy (Part 7): Adaptive optimization methods - MT5
    8. Neural networks made easy (Part 8): Attention mechanisms - MT5
    9. Neural networks made easy (Part 9): Documenting the work - MT5
    10. Neural networks made easy (Part 10): Multi-Head Attention - MT5
    11. Neural networks made easy (Part 11): A take on GPT - MT5
    12. Neural networks made easy (Part 12): Dropout - MT5
    13. Neural networks made easy (Part 13): Batch Normalization - MT5
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  2. #322
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  3. #323
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Machine learning in Grid and Martingale trading systems. Would you bet on it?

    We have been working hard studying various approaches to using machine learning aimed at finding patterns in the forex market. You already know how to train models and implement them. But there are a large number of approaches to trading, almost every one of which can be improved by applying modern machine learning algorithms. One of the most popular algorithms is the grid and/or martingale. Before writing this article, I did a little exploratory analysis, searching for the relevant information on the Internet. Surprisingly, this approach has little to no coverage in the global network. I had a little survey among the community members regarding the prospects of such a solution, and the majority answered that they did not even know how to approach this topic, but the idea itself sounded interesting. Although, the idea itself seems quite simple.

    Let us conduct a series of experiments with two purposes. First, we will try to prove that this is not as difficult as it might seem at first glance. Second, we will try to find out if this approach is applicable and effective.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  4. #324
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Neural networks made easy (Part 12): Dropout

    Since the beginning of this series of articles, we have already made a big progress in studying various neural network models. But the learning process was always performed without our participation. At the same time, there is always a desire to somehow help the neural network to improve training results, which can also be referred to as the convergence of the neural network. In this article we will consider one of such methods entitled Dropout.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  5. #325
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  6. #326
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Better Programmer (Part 01): You must stop doing these 5 things to become a successful MQL5 programmer

    In order for us to become Better Programmers we not only need to learn code 24/7 but also we need to learn about the best practices, if not to learn how to learn coding at all. Learning how to learn code along with the best practices to apply is very crucial to everyone who needs to have a successful coding career. By knowing the hows and whys, we become aware of what we are doing—this increases our ability to remember and helps us improve our code in general.

    The following ways are the proven methods that can change your programming experience and they way you do it, almost overnight, if you attentively apply everything that you are about to read in this article.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  7. #327
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Better Programmer (Part 02): Stop doing these 5 things to become a successful MQL5 programmer

    The first article is here for those who haven't read it, so let me continue this mission to turn noobs to professionals.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  8. #328
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Better Programmer (Part 03): Give Up doing these 5 things to become a successful MQL5 Programmer

    Noobs are the most misunderstood coders, when It comes to coding world. Unpredictable is one of the biggest behaviors of a noob. You never know what they are coming up with inside their code, even if they tell you what they want to implement. Among all the reasons, the biggest reason is that they are Inconsistent in what they are doing.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  9. #329
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Better Programmer (Part 04): How to become a faster developer

    In this article we are going to discuss the broader term of developer — how you can become faster at developing your systems. We are going to study everything in between design, work ethics, tools to use, coding, debugging, etc.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  10. #330
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 33 of 47 FirstFirst ... 23 31 32 33 34 35 43 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •