• Bilgiler
10+ yıl
deneyim
1
ürünler
14391
demo sürümleri
0
işler
0
sinyaller
0
aboneler
There are two hard problems in computer science: 1) computers and 2) science.
Maxim Dmitrievsky
Maxim Dmitrievsky
Want to learn more about machine learning? Subscribe this channel to receive the latest and actual information!

https://www.mql5.com/ru/channels/machinelearning
Maxim Dmitrievsky
"Time series clustering in causal inference" makalesini yayınladı
Time series clustering in causal inference

Clustering algorithms in machine learning are important unsupervised learning algorithms that can divide the original data into groups with similar observations. By using these groups, you can analyze the market for a specific cluster, search for the most stable clusters using new data, and make causal inferences. The article proposes an original method for time series clustering in Python.

2
Maxim Dmitrievsky
"Propensity score in causal inference" makalesini yayınladı
Propensity score in causal inference

The article examines the topic of matching in causal inference. Matching is used to compare similar observations in a data set. This is necessary to correctly determine causal effects and get rid of bias. The author explains how this helps in building trading systems based on machine learning, which become more stable on new data they were not trained on. The propensity score plays a central role and is widely used in causal inference.

2
Maxim Dmitrievsky
ONNX Trader kodunu yayınladı
Пример бота со встроенной моделью машинного обучения, которая обучена на питоне и сохранена в формат ONNX.
2 263
Maxim Dmitrievsky
"Causal inference in time series classification problems" makalesini yayınladı
Causal inference in time series classification problems

In this article, we will look at the theory of causal inference using machine learning, as well as the custom approach implementation in Python. Causal inference and causal thinking have their roots in philosophy and psychology and play an important role in our understanding of reality.

5
Maxim Dmitrievsky
"Cross-validation and basics of causal inference in CatBoost models, export to ONNX format" makalesini yayınladı
Cross-validation and basics of causal inference in CatBoost models, export to ONNX format

The article proposes the method of creating bots using machine learning.

4
Maxim Dmitrievsky
C dili hakkında sorular konusunu ekledi
void quicksort( double *a, int *idx, int l, int u) {    int i, m, idx_temp;    double a_temp;    if (l >= u)      return ;   m = l;    for (i=l+ 1 ; i<=u; i++)
Maxim Dmitrievsky
Enterpolasyon, yaklaşıklık ve diğerleri (paket alglib) konusunu ekledi
F-th'i keyfi ayarlarla enterpolasyona ihtiyaç vardı, spline'ları seçtim This subroutine builds cubic spline interpolant. INPUT PARAMETERS:      X           -  
Maxim Dmitrievsky
Modelin en önemli İSTATİSTİK özelliklerinin analizi ve bunun için bir ticaret yöntemi seçimi. konusunu ekledi
Diyelim ki grafiğin bir parçası var. Üzerinde anlaşmalar açmanın (tarih üzerinde) en uygun yolunu bulmak gerekir. Nereden alınır, nereden satılır, başka nereden alınır, nereden kapatılır vb. Ancak kalıpların farklı olabileceğini göz önünde
Maxim Dmitrievsky
C# ile WebSocket üzerinden fiyat akışı almak. konusunu ekledi
Merhaba canım. Çeşitli kaynaklardan (LMAX döviz borsası dahil) fiyat teklifi alma konusunda bir ilgi vardı. Farklı brokerler farklı ECN'lere, likidite sağlayıcılarına bağlı olduğundan, doğrudan ECN'lerin kendisinden teklif almak daha iyidir
Maxim Dmitrievsky
Borsada arbitraj, kazmanın bir anlamı var mı? konusunu ekledi
İlginçtir, belki birisi FORTS'ta farklı brokerlerden alınan tekliflerde bir gecikmeyle karşılaştı? Bu yönde kazmaya değer mi, yoksa her şey uzun zamandır açık mıydı ve aptallıkla uğraşmamalısın? :) Farklı bros bardaklarında herhangi bir farklılık
Maxim Dmitrievsky
Yakında onlarla savaşmaktan vazgeçeceğim ... konusunu ekledi
Bu hatalara neyin neden olabileceğini bilen var mı? StopLevels seviye 20 puan, tüm işlemler geçmelidir. Engelliler ve alıntılar anladı :)
Maxim Dmitrievsky
Sinir ağları konusunda danışmanlar, deneyim paylaşımı. konusunu ekledi
Forumda hazır çözümler ve piyasada ticaret için sinir ağının etkinliği hakkında çok az bilgi var. Sizi burada tartışmaya ve deneyimlerinizi paylaşmaya davet ediyorum. Zaten tartışması olan bir konu varsa, lütfen bağlantı kurun. Buradaki sınıfları
Maxim Dmitrievsky
Grafik Modelleri Tanımak için OpenCV Kullanmak konusunu ekledi
Korelasyon yöntemi ve benzeri yöntemlerin zaman serilerinin uygunluğunun belirlenmesi ile tam olarak başa çıkmadığını ve bazı durumlarda tamamen yanlış olduğunu herkes bilir. Son zamanlarda, bilgisayarla görme yaygınlaştı. Temel olarak, örneğin
Maxim Dmitrievsky
"Machine learning in Grid and Martingale trading systems. Would you bet on it?" makalesini yayınladı
Machine learning in Grid and Martingale trading systems. Would you bet on it?

This article describes the machine learning technique applied to grid and martingale trading. Surprisingly, this approach has little to no coverage in the global network. After reading the article, you will be able to create your own trading bots.

6
Maxim Dmitrievsky
"Finding seasonal patterns in the forex market using the CatBoost algorithm" makalesini yayınladı
Finding seasonal patterns in the forex market using the CatBoost algorithm

The article considers the creation of machine learning models with time filters and discusses the effectiveness of this approach. The human factor can be eliminated now by simply instructing the model to trade at a certain hour of a certain day of the week. Pattern search can be provided by a separate algorithm.

11
Maxim Dmitrievsky
"Gradient boosting in transductive and active machine learning" makalesini yayınladı
Gradient boosting in transductive and active machine learning

In this article, we will consider active machine learning methods utilizing real data, as well discuss their pros and cons. Perhaps you will find these methods useful and will include them in your arsenal of machine learning models. Transduction was introduced by Vladimir Vapnik, who is the co-inventor of the Support-Vector Machine (SVM).

8
Maxim Dmitrievsky
"Advanced resampling and selection of CatBoost models by brute-force method" makalesini yayınladı
Advanced resampling and selection of CatBoost models by brute-force method

This article describes one of the possible approaches to data transformation aimed at improving the generalizability of the model, and also discusses sampling and selection of CatBoost models.

7
Maxim Dmitrievsky
"Gradient Boosting (CatBoost) in the development of trading systems. A naive approach" makalesini yayınladı
Gradient Boosting (CatBoost) in the development of trading systems. A naive approach

Training the CatBoost classifier in Python and exporting the model to mql5, as well as parsing the model parameters and a custom strategy tester. The Python language and the MetaTrader 5 library are used for preparing the data and for training the model.

11
Maxim Dmitrievsky
"Econometric approach to finding market patterns: Autocorrelation, Heat Maps and Scatter Plots" makalesini yayınladı
Econometric approach to finding market patterns: Autocorrelation, Heat Maps and Scatter Plots

The article presents an extended study of seasonal characteristics: autocorrelation heat maps and scatter plots. The purpose of the article is to show that "market memory" is of seasonal nature, which is expressed through maximized correlation of increments of arbitrary order.

10
12