The article provides a comparative analysis of the approaches to forecasting rutting used in Russia and the USA. Mechanistic–Empirical Pavement Design Guide (MEPDG) and domestic regulatory documents are reviewed, and their key differences in forecast accuracy, applicability, and calculation complexity are identified.
Keywords: rutting, forecasting of road structures, MEPDG, monitoring of road conditions, regulatory methodologies
In the process of civil engineering, the role of the technical client is extremely important, since it is he who ensures control and coordination of all stages of construction, from the development of project documentation to commissioning of the facility. However, despite the importance of this role, technical client activities often face problems associated with ineffective management, high costs, schedule delays and quality deficiencies. Optimizing its activities can significantly increase the efficiency of the project and reduce risks. This article provides an analysis of possible ways to optimize the work of a technical client. Considered methods using modern software, training and improving the abilities of personnel, Total Quality Management and Lean Construction.
Keywords: technical client, project efficiency, civil engineering process management, lean construction
In this article, we examined the permeability of concrete and the effect of corrosion processes on the durability and reliability of reinforced concrete structures. Attention is paid not only to the causes and mechanisms of corrosion, but also modern methods and strategies for protecting concrete and reinforced concrete structures from it are provided, aimed at extending their service life and ensuring operational safety. This knowledge will allow engineers and builders to plan and implement projects more efficiently, reducing the risks and economic losses associated with corrosion processes.
Keywords: corrosion of concrete, corrosion of steel reinforcement, permeability, reinforced concrete, durability, strength, reliability
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
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
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
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
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 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
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
The article is devoted to the automation of the process of managing road construction works at a manufacturing enterprise. Among the means of communication in Russia, highways are in the first place in terms of length. Construction of new roads, repair and bringing the existing roads to regulatory requirements is a complex process that can be characterized as a project. The process of project-oriented management of road construction works is formalized, project limitations are defined. The enlarged milestones of project-oriented management of road construction works are highlighted, including the stages of initialization and implementation. The categories of system users and their functions are defined. A class diagram of the information system for managing road construction works is provided. An algorithm for the operation of an automated system for managing road construction works based on a project-oriented approach is developed and described in detail. Formalization of the calculation of the percentage of project readiness is carried out based on the significance coefficient. Examples of implementing the algorithm stages in the information system and generating analytical reports in the system are given. The reports generated in the system are described in detail. The economic efficiency of the proposed automation system is substantiated.
Keywords: road construction works, project-oriented management, highway, automation, reporting, significance coefficient, project, project resources, performance indicator, construction, repair
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
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
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
In the work describes the extreme filtering method and the author's approaches that allow adapting it to work in real time: frame-by-frame processing and the method with signal loading. Further, solutions are presented that can be used to implement the above on real devices. The first solution is to use the Multiprocessing library for the Python language. The second approach involves creating a client-server application and sending asynchronous POST requests to implement the frame-by-frame signal processing method. The third method is also associated with the development of a client-server application, but with the WebSocket protocol, not HTTP, as in the previous approach. Then, the results are presented, and conclusions are made about the suitability of the author's approaches and solutions for working on real devices. It is noted that the solution based on the use of the WebSocket protocol is of particular interest. This solution is suitable for both the frame-by-frame signal processing method and the method with value loading. It is also noted that all approaches proposed by the author are workable, which is confirmed by the time values and the coincidence of the graphs.
Keywords: extreme filtering, frame-by-frame signal processing method, method with value loading, Multiprocessing, HTTP, WebSocket, REST, JSON, Python, microcontrollers, single-board computers