+7 (495) 987 43 74 ext. 3304
Join us -              
Рус   |   Eng

Authors

Vasilkova Maria A.

Degree
Engineer, Branch of the National Research University “MPEI” in Smolensk
E-mail
vasilkova_matiya00@mail.ru
Location
Smolensk, Russia
Articles

A method for classifying mixing devices using deep neural networks with an expanded receptive field

The paper presents the results of research aimed at developing a method and software tools for identifying the class of a mixing device by its resistance coefficient through experimental data processing. Currently, the main methods for studying mixing devices are finite element methods, as well as procedures of estimating turbulent transfer parameters using laser dopplerometry and chemical methods of sample analysis. These methods require expensive equipment and provide results only for certain types of equipment. This makes it difficult to extend the inferences to a wider class of devices with different designs of mixing impellers. The proposed method involves processing the results of an experiment in which a point light source forming a beam directed vertically upwards is located at the bottom of a container filled with a transparent liquid. A mixing device with variable rotation frequency is placed in the container. When performing experiments in real conditions, small deviations in the size and location of the mixing device lead to difficult-to-predict fluctuations of the funnel surface. Therefore, the image of one marker describes a trajectory that is difficult to predict. It, under certain conditions, can intersect with the trajectories of other markers or be interrupted at the moment when the marker is closed by a stirrer blade passing over it. The resulting image of the markers is associated with a change in the rotational speed of the blade by a rather complex relationship. To identify this dependence, it is proposed to use deep neural networks operating in parallel in two channels. Each channel analyzes the video signal from the surface of the stirred liquid and the time sequence characterizing the change in the speed of rotation of the blades of the device. It is proposed to use neural networks of various architectures in the channels - a convolutional neural network in one channel and a recurrent one in another. The results of the operation of each data processing channel are aggregated according to the majority rule. The computational novelty of the proposed algorithm lies in the expansion of the receptive field for each of the networks due to the mutual conversion of images and time sequences. As a result, each of the networks is trained on a larger amount of data in order to identify hidden regularities. The effectiveness of the method is confirmed by testing it with the use of a software application developed in the MatLab environment. Read more...

A method for predicting bank customer churn based on an ensemble machine learning model

The results of research are presented, the purpose of which was to develop a method for predicting the outflow of clients of a commercial bank based on the use of machine learning models (including deep artificial neural networks) for processing client data, as well as the creation of software tools that implement this method. The object of the study is a commercial bank, and the subject of the study is its activities in the B2C segment, which includes commercial interaction between businesses and individuals. The relevance of the chosen area of research is determined by the increased activity of banks in the field of introducing digital services to reduce non-operating costs associated, in particular, with retaining clients, since the costs of attracting new ones are much higher than maintaining existing clients. The scientific novelty of the research results is the developed method for predicting the outflow of commercial bank clients, as well as the algorithm underlying the software that implements the proposed method. The proposed ensemble forecasting model is based on three classification algorithms: k-means, random forest and multilayer perceptron. To aggregate the outputs of individual models, it is proposed to use a learning tree of fuzzy inference systems of the Mamdani type. Training of the ensemble model is carried out in two stages: first, the listed three classifiers are trained, and then, based on the data obtained from their outputs, a tree of fuzzy inference systems is trained. The ensemble model in the proposed method implements a static version of the forecast, the results of which are used in a dynamic forecast performed in two versions – based on the recurrent least squares method and based on a convolutional neural network. Model experiments carried out on a synthetic dataset taken from the Kaggle website showed that the ensemble model has a higher quality of binary classification than each model individually. Read more...