×

You are using an outdated browser Internet Explorer. It does not support some functions of the site.

Recommend that you install one of the following browsers: Firefox, Opera or Chrome.

Contacts:

+7 961 270-60-01
ivdon3@bk.ru

  • Protective cable-stayed structures: effectiveness and prospects of countering UAVs

    The article is devoted to the development and calculation of cable-stayed structures used as protective barriers against unmanned aerial vehicles (UAVs). The analysis of the design and calculation of cable-stayed structures for protective enclosing structures designed to counter UAVs is carried out. The main stages of the calculation are considered, including the determination of external loads, dynamic modeling of shock effects, finding the dynamicity coefficient through energy loss, and the conversion of kinetic energy into potential energy. The prospects for the development of this area are discussed with an emphasis on modularity, adaptability and integration of systems. It is concluded that cable-stayed structures are a promising solution for protecting critical facilities, providing high strength with minimal weight and cost.

    Keywords: cable-stayed structures, impact impacts, protective enclosing structures, unmanned aerial vehicles, dynamic loads, dynamic coefficient, impact energy, inelastic impact

  • Prediction of gas concentrations based on neural network modeling

    The article discusses the use of a recurrent neural network in the task of predicting pollutants in the air based on simulated data in the form of a time series. Neural recurrent network models with long Short-Term Memory (LSTM) are used to build the forecast. Unidirectional LSTM (hereinafter simply LSTM), as well as bidirectional LSTM (Bidirectional LSTM, hereinafter Bi-LSTM). Both algorithms were applied for temperature, humidity, pollutant concentration, and other parameters, taking into account both seasonal and short-term changes. The Bi-LSTM network showed the best performance and the least errors.

    Keywords: environmental monitoring, data analysis, forecasting, recurrent neural networks, long-term short-term memory, unidirectional, bidirectional

  • Optical damage control of hoisting ropes of metallurgical process equipment

    Steel hoisting ropes play an important role in metallurgical equipment, ensuring reliability and efficiency of lifting operations. One of the key features of their operation is the high level of contamination typical of metallurgical operations. Metallurgical processes are often accompanied by dust, metal chips and other abrasive particles that can significantly degrade ropes, causing wear and corrosion. To maintain the efficient operation of equipment it is necessary to monitor the condition of hoisting ropes in real time, which makes the task of improving automatic systems for monitoring the condition of ropes urgent. The paper reviews the methods of optical control of defects in hoisting steel ropes, the advantages and limitations of different approaches are considered. The aim of the work is to justify the effectiveness of the authors' developed method of analyzing rope defect images using neural networks in relation to the method based on the discrete Fourier transform. It is revealed that one of the most promising in terms of technical and economic efficiency of inspection methods is the application of vision system with image processing based on convolutional neural network technology, which allows to effectively detect defects in complex and changing operating conditions, such as metallurgical and mining production, where the background of the image may be non-uniform, and the distance between the camera and the rope varies.

    Keywords: lifting ropes, vision systems, optical control methods, fast Fourier transform, hidden Markov models, convolutional neural networks

  • Modeling the dynamics of mixing of a two-component mixture by a Markov process

    The article considers the issues of imitation modeling of fibrous material mixing processes using Markov processes. The correct combination and redistribution of components in a two-component mixture significantly affects their physical properties, and the developed model makes it possible to optimize this process. The authors propose an algorithm for modeling transitions between mixture states based on Markov processes.

    Keywords: modeling, imitation, mixture, mixing, fibrous materials

  • Programming using the actor model on the Akka platform: concepts, patterns, and implementation examples

    This article discusses the basic concepts and practical aspects of programming using the actor model on the Akka platform. The actor model is a powerful tool for creating parallel and distributed systems, providing high performance, fault tolerance and scalability. The article describes in detail the basic principles of how actors work, their lifecycle, and messaging mechanisms, as well as provides examples of typical patterns such as Master/Worker and Proxy. Special attention is paid to clustering and remote interaction of actors, which makes the article useful for developers working on distributed systems.

    Keywords: actor model, akka, parallel programming, distributed systems, messaging, clustering, fault tolerance, actor lifecycle, programming patterns, master worker, proxy actor, synchronization, asynchrony, scalability, error handling

  • Comparative analysis of ResNet18 and ResNet50 neural network resilience to adversarial attacks on training sets

    This article is devoted to a comparative analysis of the resilience of ResNet18 and ResNet50 neural networks to adversarial attacks on training sets. The issue of the importance of ensuring the safety of learning sets is considered, taking into account the growing scope of artificial intelligence applications. The process of conducting an adversarial attack is described using the example of an animal recognition task. The results of two experiments are analyzed. The purpose of the first experiment was to identify the dependence of the number of epochs required for the successful execution of an adversarial attack on the training set on the neural network version of the ResNet architecture using the example of ResNet18 and ResNet50. The purpose of the second experiment was to get an answer to the question: how successful are attacks on one neural network using modified images of the second neural network. An analysis of the experimental results showed that ResNet50 is more resistant to competitive attacks, but further improvement is still necessary.

    Keywords: artificial intelligence, computer vision, Reset, ResNet18, ResNet50, adversarial attacks, learning set, learning set security, neural networks, comparative analysis

  • The socratic method as a tool for choosing machine learning models for corporate information systems

    The article presents an analysis of the application of the Socratic method for selecting machine learning models in corporate information systems. The study aims to explore the potential of utilizing the modular architecture of Socratic Models for integrating pretrained models without the need for additional training. The methodology relies on linguistic interactions between modules, enabling the combination of data from various domains, including text, images, and audio, to address multimodal tasks. The results demonstrate that the proposed approach holds significant potential for optimizing model selection, accelerating decision-making processes, and reducing the costs associated with implementing artificial intelligence in corporate environments.

    Keywords: Socratic method, machine learning, corporate information systems, multimodal data, linguistic interaction, business process optimization, artificial intelligence

  • Synthesis of neural networks and system analysis using socratic methods for managing corporate it projects

    The article examines the modular structure of interactions between various models based on the Socratic dialogue. The research aims to explore the possibilities of synthesizing neural networks and system analysis using Socratic methods for managing corporate IT projects. The application of these methods enables the integration of knowledge stored in pre – trained models without additional training, facilitating the resolution of complex management tasks. The research methodology is based on analyzing the capabilities of multimodal models, their integration through linguistic interactions, and system analysis of key aspects of IT project management. The results include the development of a structured framework for selecting suitable models and generating recommendations, thereby improving the efficiency of project management in corporate environments. The scientific significance of the study lies in the integration of modern artificial intelligence approaches to implement system analysis using multi – agent solutions.

    Keywords: neural networks, system analysis, Socratic method, corporate IT projects, multimodal models, project management

  • Analysis of the impact of UAV explosions on the strength of reinforced concrete structures

    In this paper, an analysis of the calculation results is carried out, which makes it possible to assess the real impact of impact and explosive effects from UAVs on the strength of reinforced concrete structures. Load limits are set, depending on the four most common types of walls. The previously published classification made it possible to identify the main parameters necessary for a detailed load calculation.

    Keywords: extreme loads, explosion, self-supporting walls, reinforced walls, non-reinforced walls, load-bearing walls, UAVs, strength testing, building structures, shock waves

  • The actor model in the Elixir programming language: fundamentals and application

    The article explores the actor model as implemented in the Elixir programming language, which builds upon the principles of the Erlang language. The actor model is an approach to parallel programming where independent entities, called actors, communicate with each other through asynchronous messages. The article details the main concepts of Elixir, such as comparison with a sample, data immutability, types and collections, and mechanisms for working with the actors. Special attention is paid to the practical aspects of creating and managing actors, their interaction and maintenance. This article will be valuable for researchers and developers interested in parallel programming and functional programming languages.

    Keywords: actor model, elixir, parallel programming, pattern matching, data immutability, processes, messages, mailbox, state, recursion, asynchrony, distributed systems, functional programming, fault tolerance, scalability

  • Features of the formation of a comfortable urban environment (on the example of Volgograd)

    The analysis of the environmental impact of the largest enterprises located in the Southern and Northern industrial zones of the linear city of Volgograd has been carried out, and the need to change approaches to designing a comfortable urban environment, which currently take into account the average data for characterizing the ecological state of a particular territory, has been shown. The analysis confirmed the need to take into account the local impact of industrial enterprises on the components of the urban environment when justifying the selection and planning of appropriate modern spaces within the framework of the Federal Project "Creating a comfortable Urban environment".

    Keywords: urban environment, comfort, urban environment quality index, modern spaces, environmental analysis, environmental friendliness, environmental safety

  • On the issue of inspecting wooden supports for overhead power lines in permafrost areas

    The article contains the results of the inspection of power transmission line structures within the framework of the preparation of design documentation for the reconstruction of cable racks and power transmission line supports due to the increase in the diameter of cables and, as a consequence, the increase in the load on the racks located in the Chaunsky District of the Chukotka Autonomous Okrug. The article presents a geodetic survey of load-bearing structures (determination of deflections and displacements of structures), lists of defects and damages, verification calculations of structures, and measures to strengthen structures.

    Keywords: bearing capacity, inspection of structures, overhead power lines, wooden structures, supports, overpasses

  • Using the determining the similarity of words method to evaluate text vectorization algorithms

    The article presents the existing methods of reducing the dimensionality of data for teaching machine models of natural language. The concepts of text vectorization and word-form embedding are introduced. The task of text classification is being formed. The stages of classifier training are being formed. A classifying neural network is being designed. A series of experiments is being conducted to determine the effect of reducing the dimension of word-form embeddings on the quality of text classification. The results of evaluating the work of trained classifiers are compared.

    Keywords: natural language processing, vectorization, word-form embedding, text classification, data dimensionality reduction, classifier

  • Control algorithm for a mechatronic station for sorting products using a computer vision system

    The paper considers the issue of using a computer vision system to control the quality of products in the control algorithm of a mechatronic sorting station. Shoe products are chosen as an example. The developed system is based on machine learning methods for image recognition by segmentation. As a result, a neural network model was created, and a program was written for identifying and selecting objects using a camera for subsequent sorting of defective products. The program contains three modules: initialization for declaring all variables, models, classes, video stream from the camera; the main module, containing an internal loop for each segmented object; a subroutine for completing the work. The introduction of computer vision into the control algorithm increases the efficiency and flexibility of the quality control system, and improves the accuracy of measuring the parameters of objects for their subsequent sorting.

    Keywords: mechatronic station, sorting, computer vision, image segmentation, neural network training, control algorithm

  • Prediction of rutting on the surface of road pavement based on the mechanical-empirical method

    The application of a mechanical-empirical method of designing road pavement for predicting track formation on the surface of road structures is discussed in the article . The occurrence of ruts is one of the most common types of defects in road surfaces, significantly reducing safety and comfort of movement. MEPDG calculation models were used in this work for assessing the stability of a road structure to the accumulation of plastic deformations. Models takes into account factors such as the intensity and axial load of transport, climatic conditions, and the physic and mechanical properties of coating materials. An example of predicting the depth of a track using the considered method is given.

    Keywords: rutting, mechanical and empirical method, road pavement, forecasting, MEPDG, traffic loads, climatic conditions