Sergey Golubev / Perfil
Newdigital
Amigos
3788
Solicitudes
Enviadas


Sergey Golubev
Neural Networks Made Easy (Part 86): U-Shaped Transformer - https://www.mql5.com/en/articles/14766


Sergey Golubev
Overcoming The Limitation of Machine Learning (Part 2): Lack of Reproducibility - https://www.mql5.com/en/articles/18133



Sergey Golubev
Developing a Replay System (Part 59): A New Future - https://www.mql5.com/en/articles/12075


Sergey Golubev
Neural Networks in Trading: Controlled Segmentation - https://www.mql5.com/en/articles/16038



Sergey Golubev
Neural Networks Made Easy (Part 85): Multivariate Time Series Forecasting - https://www.mql5.com/en/articles/14721



Sergey Golubev
MQL5 Wizard Techniques you should know (Part 54): Reinforcement Learning with hybrid SAC and Tensors - https://www.mql5.com/en/articles/17159


Sergey Golubev
MQL5 Wizard Techniques you should know (Part 36): Q-Learning with Markov Chains - https://www.mql5.com/en/articles/15743



Sergey Golubev
Building a Keltner Channel Indicator with Custom Canvas Graphics in MQL5 - https://www.mql5.com/en/articles/17155




Sergey Golubev
Mastering JSON: Create Your Own JSON Reader from Scratch in MQL5 - https://www.mql5.com/en/articles/16791

Sergey Golubev
Advanced Order Execution Algorithms in MQL5: TWAP, VWAP, and Iceberg Orders - https://www.mql5.com/en/articles/17934



Sergey Golubev

Samuel Bandi Roccatello
Very interesting article about the adoption of the "Spatio Temporal Continuous Vision Transformer for Weather Forecasting" in the context of market predictions: https://www.mql5.com/en/articles/14615
:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307