Dmitriy Gizlyk
Dmitriy Gizlyk
4.4 (50)
  • Informations
11+ années
expérience
0
produits
0
versions de démo
134
offres d’emploi
0
signaux
0
les abonnés
Professional programming of any complexity for MT4, MT5, C#.
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Controlled Segmentation (Final Part)
Neural Networks in Trading: Controlled Segmentation (Final Part)

We continue the work started in the previous article on building the RefMask3D framework using MQL5. This framework is designed to comprehensively study multimodal interaction and feature analysis in a point cloud, followed by target object identification based on a description provided in natural language.

4
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Controlled Segmentation
Neural Networks in Trading: Controlled Segmentation

In this article. we will discuss a method of complex multimodal interaction analysis and feature understanding.

3
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Generalized 3D Referring Expression Segmentation
Neural Networks in Trading: Generalized 3D Referring Expression Segmentation

While analyzing the market situation, we divide it into separate segments, identifying key trends. However, traditional analysis methods often focus on one aspect and thus limit the proper perception. In this article, we will learn about a method that enables the selection of multiple objects to ensure a more comprehensive and multi-layered understanding of the situation.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Mask-Attention-Free Approach to Price Movement Forecasting
Neural Networks in Trading: Mask-Attention-Free Approach to Price Movement Forecasting

In this article, we will discuss the Mask-Attention-Free Transformer (MAFT) method and its application in the field of trading. Unlike traditional Transformers that require data masking when processing sequences, MAFT optimizes the attention process by eliminating the need for masking, significantly improving computational efficiency.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Superpoint Transformer (SPFormer)
Neural Networks in Trading: Superpoint Transformer (SPFormer)

In this article, we introduce a method for segmenting 3D objects based on Superpoint Transformer (SPFormer), which eliminates the need for intermediate data aggregation. This speeds up the segmentation process and improves the performance of the model.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Exploring the Local Structure of Data
Neural Networks in Trading: Exploring the Local Structure of Data

Effective identification and preservation of the local structure of market data in noisy conditions is a critical task in trading. The use of the Self-Attention mechanism has shown promising results in processing such data; however, the classical approach does not account for the local characteristics of the underlying structure. In this article, I introduce an algorithm capable of incorporating these structural dependencies.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Scene-Aware Object Detection (HyperDet3D)
Neural Networks in Trading: Scene-Aware Object Detection (HyperDet3D)

We invite you to get acquainted with a new approach to detecting objects using hypernetworks. A hypernetwork generates weights for the main model, which allows taking into account the specifics of the current market situation. This approach allows us to improve forecasting accuracy by adapting the model to different trading conditions.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Transformer for the Point Cloud (Pointformer)
Neural Networks in Trading: Transformer for the Point Cloud (Pointformer)

In this article, we will talk about algorithms for using attention methods in solving problems of detecting objects in a point cloud. Object detection in point clouds is important for many real-world applications.

3
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Hierarchical Feature Learning for Point Clouds
Neural Networks in Trading: Hierarchical Feature Learning for Point Clouds

We continue to study algorithms for extracting features from a point cloud. In this article, we will get acquainted with the mechanisms for increasing the efficiency of the PointNet method.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Point Cloud Analysis (PointNet)
Neural Networks in Trading: Point Cloud Analysis (PointNet)

Direct point cloud analysis avoids unnecessary data growth and improves the performance of models in classification and segmentation tasks. Such approaches demonstrate high performance and robustness to perturbations in the original data.

2
Kamilla Sayfutdinova
Kamilla Sayfutdinova 2024.09.02
Было бы интересно послушать ваше мнение о модели LSTM
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Hierarchical Vector Transformer (Final Part)
Neural Networks in Trading: Hierarchical Vector Transformer (Final Part)

We continue studying the Hierarchical Vector Transformer method. In this article, we will complete the construction of the model. We will also train and test it on real historical data.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Hierarchical Vector Transformer (HiVT)
Neural Networks in Trading: Hierarchical Vector Transformer (HiVT)

We invite you to get acquainted with the Hierarchical Vector Transformer (HiVT) method, which was developed for fast and accurate forecasting of multimodal time series.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Unified Trajectory Generation Model (UniTraj)
Neural Networks in Trading: Unified Trajectory Generation Model (UniTraj)

Understanding agent behavior is important in many different areas, but most methods focus on just one of the tasks (understanding, noise removal, or prediction), which reduces their effectiveness in real-world scenarios. In this article, we will get acquainted with a model that can adapt to solving various problems.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: A Complex Trajectory Prediction Method (Traj-LLM)
Neural Networks in Trading: A Complex Trajectory Prediction Method (Traj-LLM)

In this article, I would like to introduce you to an interesting trajectory prediction method developed to solve problems in the field of autonomous vehicle movements. The authors of the method combined the best elements of various architectural solutions.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: State Space Models
Neural Networks in Trading: State Space Models

A large number of the models we have reviewed so far are based on the Transformer architecture. However, they may be inefficient when dealing with long sequences. And in this article, we will get acquainted with an alternative direction of time series forecasting based on state space models.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Injection of Global Information into Independent Channels (InjectTST)
Neural Networks in Trading: Injection of Global Information into Independent Channels (InjectTST)

Most modern multimodal time series forecasting methods use the independent channels approach. This ignores the natural dependence of different channels of the same time series. Smart use of two approaches (independent and mixed channels) is the key to improving the performance of the models.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Practical Results of the TEMPO Method
Neural Networks in Trading: Practical Results of the TEMPO Method

We continue our acquaintance with the TEMPO method. In this article we will evaluate the actual effectiveness of the proposed approaches on real historical data.

2
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Using Language Models for Time Series Forecasting
Neural Networks in Trading: Using Language Models for Time Series Forecasting

We continue to study time series forecasting models. In this article, we get acquainted with a complex algorithm built on the use of a pre-trained language model.

1
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Lightweight Models for Time Series Forecasting
Neural Networks in Trading: Lightweight Models for Time Series Forecasting

Lightweight time series forecasting models achieve high performance using a minimum number of parameters. This, in turn, reduces the consumption of computing resources and speeds up decision-making. Despite being lightweight, such models achieve forecast quality comparable to more complex ones.

1
Dmitriy Gizlyk
Article publié Neural Networks in Trading: Reducing Memory Consumption with Adam-mini Optimization
Neural Networks in Trading: Reducing Memory Consumption with Adam-mini Optimization

One of the directions for increasing the efficiency of the model training and convergence process is the improvement of optimization methods. Adam-mini is an adaptive optimization method designed to improve on the basic Adam algorithm.

1