首页 > 最新文献

Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science最新文献

英文 中文
THE DEVELOPMENT OF PHYSICALLY CORRECT LIGHT REFLECTANCE MODEL BASED ON ANGLE CALCULATION BETWEEN VECTORS 基于矢量间角度计算的物理正确的光反射率模型的建立
Y. Zavalniuk, O. Romaniuk, A. Snigur, R. Shevchuk
The new physically correct reflectance model based on angle calculation between vectors is proposed in this article. The main bidirectional reflectance distribution functions groups characteristics are analyzed. The models based on angle calculations allow to approximate the etalon Blinn model with low degree function. The approximated Blinn model was modified with correction coefficient in order to increase the realism level of the epicenter zone glow formation. The computer program for the modified model correction coefficient calculation was developed. The modified model normalizing coefficient for the energy conservation law adherence was proposed. The dataset for the coefficient formula selection using TuringBot software was created. The normalizing coefficient formula was selected from calculated variants. The absolute error value between 1 and hemispherical integral reflectivity value is not bigger than 210^(-2). The developed physically correct reflectance model can be used in high realism level computer graphics systems.
本文提出了一种新的基于矢量间角度计算的物理正确反射率模型。分析了主要的双向反射分布函数群的特征。基于角度计算的模型允许近似具有低次函数的标准龙Blinn模型。为了提高震源区辉光形成的真实感,对近似的Blinn模型进行了修正系数的修正。编制了计算修正模型修正系数的计算机程序。提出了符合节能规律的修正模型归一化系数。利用TuringBot软件建立了系数公式选择的数据集。从计算的变量中选择归一化系数公式。1与半球面积分反射率值的绝对误差值不大于210^(-2)。所建立的物理正确的反射率模型可用于高真实感的计算机图形系统。
{"title":"THE DEVELOPMENT OF PHYSICALLY CORRECT LIGHT REFLECTANCE MODEL BASED ON ANGLE CALCULATION BETWEEN VECTORS","authors":"Y. Zavalniuk, O. Romaniuk, A. Snigur, R. Shevchuk","doi":"10.31474/1996-1588-2023-1-36-45-50","DOIUrl":"https://doi.org/10.31474/1996-1588-2023-1-36-45-50","url":null,"abstract":"The new physically correct reflectance model based on angle calculation between vectors is proposed in this article. The main bidirectional reflectance distribution functions groups characteristics are analyzed. The models based on angle calculations allow to approximate the etalon Blinn model with low degree function. The approximated Blinn model was modified with correction coefficient in order to increase the realism level of the epicenter zone glow formation. The computer program for the modified model correction coefficient calculation was developed. The modified model normalizing coefficient for the energy conservation law adherence was proposed. The dataset for the coefficient formula selection using TuringBot software was created. The normalizing coefficient formula was selected from calculated variants. The absolute error value between 1 and hemispherical integral reflectivity value is not bigger than 210^(-2). The developed physically correct reflectance model can be used in high realism level computer graphics systems.","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124959685","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
TOPOLOGICAL ASPECTS OF MODELING PARALLEL COMPUTATIONS WHEN SOLVING DYNAMIC PROBLEMS BASED ON THE MESSAGE PASSING INTERFACE 在解决基于消息传递接口的动态问题时,对并行计算建模的拓扑方面
I. A. Nazarova, S. Golub
"transmission when solving complex multidimensional dynamic problems. Models of interprocessor exchange are obtained for computing systems with distributed memory and topological architectures: ring, 2D-torus, hypercube, etc. The application of double arithmetic based on the GMP-library and its effect on the temporal characteristics of parallel applications are considered. The dependence of the parallelism characteristics of numerical algorithms when using the streaming SIMD-extension is analyzed. The modern stage of development of computer and information technologies has one of its directions - the use of the idea of parallelism in order to reduce the time of solving multidimensional problems that have a high temporal complexity or are even NP-complete. Despite the significant increase in the productivity of existing parallel systems, reducing the cost of components for their construction, development and implementation of parallel methods remains the most difficult problem due to the lack of study of the internal structure of algorithms and their properties. Thus, the introduction of parallel computing requires not so much the mastering of parallel data processing as the development of parallel algorithms based on the parallelization of sequential ones or the construction of fundamentally new, more efficient parallel methods. That is why the analysis of existing parallel algorithms, studying the possibilities of improving their characteristics is an important, promising and practically demanded task. The purpose of the work is to increase the efficiency of solving complex multidimensional dynamic problems implemented on parallel architectures of distributed memory using the message passing interface (MPI) due to the reduction of communication time. Tasks of the work: firstly, it is the development of analytical models of multiple data transfer operations for different topologies of connection of processors, substantiation of the models and research of the quality of parallel calculations of various classes of numerical methods for cluster systems. The possibility and effectiveness of using double arithmetic (GMP-library) and its influence on the temporal characteristics of parallel implementation are separately investigated. Additionally, the paper analyzes the dependence of the parallelism characteristics of the methods on the use of Streaming SIMD-Extension (SSE). The scientific novelty of the field lies in the development and development of analytical models for processes of interprocessor exchange given by cluster systems, which allow to increase the efficiency of parallel implementations of numerical methods in rich dynamic tasks for a short period of time on a communication warehouse. The practical significance of the field is in the development of split models for the analysis of the efficiency of collective operations of multiple data transfer within the MPI interface, which is the current standard for software implementation of robots
传输时解决复杂的多维动态问题。针对环、二维环面、超立方体等拓扑结构的分布式存储计算系统,建立了处理器间交换模型。考虑了基于gmp库的双算法的应用及其对并行应用时间特性的影响。分析了流式simd扩展对数值算法并行特性的依赖关系。计算机和信息技术发展的现代阶段有其方向之一-使用并行思想,以减少解决具有高度时间复杂性甚至np完全的多维问题的时间。尽管现有并行系统的生产率显著提高,但由于缺乏对算法内部结构及其性质的研究,降低并行方法的构建、开发和实施组件的成本仍然是最困难的问题。因此,引入并行计算并不需要掌握并行数据处理,而是需要在顺序并行化的基础上开发并行算法,或者构建全新的、更有效的并行方法。这就是为什么分析现有的并行算法,研究改进其特性的可能性是一项重要的、有前途的和实际需要的任务。该研究的目的是通过减少通信时间,提高使用消息传递接口(MPI)解决分布式内存并行架构上实现的复杂多维动态问题的效率。工作任务:一是建立不同处理器连接拓扑下的多种数据传输操作的分析模型,并对模型进行验证,研究集群系统中各类数值方法的并行计算质量。分别研究了采用双算法(GMP-library)的可能性和有效性及其对并行实现时间特性的影响。此外,本文还分析了这些方法的并行性特性与使用流式simd扩展(SSE)的依赖关系。该领域的科学新颖之处在于开发和发展了集群系统给出的处理器间交换过程的分析模型,从而提高了在通信仓库上短时间内并行执行丰富动态任务的数值方法的效率。该领域的实际意义在于开发用于分析MPI接口内多个数据传输的集体操作效率的分裂模型,这是具有共享内存的机器人的当前软件实现标准。增加了基于GMP库的排列浮点算法的可能性,这对发展具有奇异性的动态问题的折叠问题具有特别重要的意义。
{"title":"TOPOLOGICAL ASPECTS OF MODELING PARALLEL COMPUTATIONS WHEN SOLVING DYNAMIC PROBLEMS BASED ON THE MESSAGE PASSING INTERFACE","authors":"I. A. Nazarova, S. Golub","doi":"10.31474/1996-1588-2023-1-36-69-78","DOIUrl":"https://doi.org/10.31474/1996-1588-2023-1-36-69-78","url":null,"abstract":"\"transmission when solving complex multidimensional dynamic problems. Models of interprocessor exchange are obtained for computing systems with distributed memory and topological architectures: ring, 2D-torus, hypercube, etc. The application of double arithmetic based on the GMP-library and its effect on the temporal characteristics of parallel applications are considered. The dependence of the parallelism characteristics of numerical algorithms when using the streaming SIMD-extension is analyzed. The modern stage of development of computer and information technologies has one of its directions - the use of the idea of parallelism in order to reduce the time of solving multidimensional problems that have a high temporal complexity or are even NP-complete. Despite the significant increase in the productivity of existing parallel systems, reducing the cost of components for their construction, development and implementation of parallel methods remains the most difficult problem due to the lack of study of the internal structure of algorithms and their properties. Thus, the introduction of parallel computing requires not so much the mastering of parallel data processing as the development of parallel algorithms based on the parallelization of sequential ones or the construction of fundamentally new, more efficient parallel methods. That is why the analysis of existing parallel algorithms, studying the possibilities of improving their characteristics is an important, promising and practically demanded task. The purpose of the work is to increase the efficiency of solving complex multidimensional dynamic problems implemented on parallel architectures of distributed memory using the message passing interface (MPI) due to the reduction of communication time. Tasks of the work: firstly, it is the development of analytical models of multiple data transfer operations for different topologies of connection of processors, substantiation of the models and research of the quality of parallel calculations of various classes of numerical methods for cluster systems. The possibility and effectiveness of using double arithmetic (GMP-library) and its influence on the temporal characteristics of parallel implementation are separately investigated. Additionally, the paper analyzes the dependence of the parallelism characteristics of the methods on the use of Streaming SIMD-Extension (SSE). The scientific novelty of the field lies in the development and development of analytical models for processes of interprocessor exchange given by cluster systems, which allow to increase the efficiency of parallel implementations of numerical methods in rich dynamic tasks for a short period of time on a communication warehouse. The practical significance of the field is in the development of split models for the analysis of the efficiency of collective operations of multiple data transfer within the MPI interface, which is the current standard for software implementation of robots","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127751801","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
VISUALIZATION AS A MEANS OF INCREASING THE EFFICIENCY OF MASTERING THE COURSE OF ALGORITHMS AND DATA STRUCTURES 可视化是提高算法和数据结构课程掌握效率的一种手段
Y. Prokop, O. Trofymenko, D. Novikov, O. Shevchenko
In the modern world, visualization of information plays an important role in all spheres of life, because visual information is perceived and assimilated much better than sound or text. The analysis of modern research made it possible to find out that the visualization of educational materials is one of the effective ways to improve the quality of education in universities. This issue became especially relevant after the transition of Ukrainian educators to distance education, which was initially caused by the COVID-19 pandemic, and later by martial law due to full-scale Russian aggression. Under such circumstances, teachers faced the need to find new forms of presenting educational materials to students. In order to increase the interest of future IT-specialists and improve the results of their mastering the "Algorithms and Data Structures" course, a software complex of dynamic data structures and algorithms visualization was developed.
在现代世界中,信息的可视化在生活的各个领域都发挥着重要作用,因为视觉信息比声音或文本更容易被感知和吸收。通过对现代研究的分析,可以发现教材可视化是提高高校教学质量的有效途径之一。在乌克兰教育工作者转向远程教育之后,这一问题变得尤为重要。远程教育最初是由COVID-19大流行引起的,后来又由于俄罗斯全面侵略而实行戒严令。在这种情况下,教师面临着寻找向学生展示教材的新形式的需要。为了提高未来it专家的兴趣,提高他们掌握“算法和数据结构”课程的效果,开发了一个动态数据结构和算法可视化的软件综合体。
{"title":"VISUALIZATION AS A MEANS OF INCREASING THE EFFICIENCY OF MASTERING THE COURSE OF ALGORITHMS AND DATA STRUCTURES","authors":"Y. Prokop, O. Trofymenko, D. Novikov, O. Shevchenko","doi":"10.31474/1996-1588-2023-1-36-97-103","DOIUrl":"https://doi.org/10.31474/1996-1588-2023-1-36-97-103","url":null,"abstract":"In the modern world, visualization of information plays an important role in all spheres of life, because visual information is perceived and assimilated much better than sound or text. The analysis of modern research made it possible to find out that the visualization of educational materials is one of the effective ways to improve the quality of education in universities. This issue became especially relevant after the transition of Ukrainian educators to distance education, which was initially caused by the COVID-19 pandemic, and later by martial law due to full-scale Russian aggression. Under such circumstances, teachers faced the need to find new forms of presenting educational materials to students. In order to increase the interest of future IT-specialists and improve the results of their mastering the \"Algorithms and Data Structures\" course, a software complex of dynamic data structures and algorithms visualization was developed.","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117138230","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
DESIGNING A TEXT DATA RECOGNITION MODEL USING COMPUTATIONAL INTELLIGENCE 基于计算智能的文本数据识别模型设计
O. Dmitrieva, E. Babenko
The article is devoted to the development, justification, software implementation and research of a text data recognition model based on the use of neural networks with a hybrid architecture. The proposed model allows you to gain new knowledge through a combination of different activities and methods of text analysis. The main tasks implemented in the work were to study the essence and relevance of text data recognition, determine the criteria for assessing the quality of recognition, design the architecture of the model and software application, develop and train a software model of text recognition. Software application testing and a comparative analysis of recognition quality in terms of accuracy, reliability, completeness and time were carried out with the involvement of other neural networks. As a criterion for assessing the quality of neural network training, the loss function was used, which characterized the normalized deviation of the results of the actual values obtained by the neural network from the expected ones. At the stages of training and testing, the model was tuned, the optimal number of training epochs was determined in terms of the reliability metric. Based on the results obtained, it can be argued that the proposed hybrid architecture of the ConvBiGRU neural network has the highest quality indicators, similar to the ConvBiLSTM model, but the time spent on the implementation of one epoch is less. There was also a tendency to equalize the times of realization of epochs for combined models compared to simple models when large arrays of text data were processed.
本文研究了一种基于混合结构的神经网络文本数据识别模型的开发、论证、软件实现和研究。所建议的模型允许您通过不同活动和文本分析方法的组合获得新知识。本工作的主要任务是研究文本数据识别的本质和相关性,确定识别质量评估的标准,设计模型的体系结构和软件应用,开发和训练文本识别的软件模型。在其他神经网络的参与下,进行了软件应用测试,并对识别质量的准确性、可靠性、完整性和时间进行了对比分析。使用损失函数作为评估神经网络训练质量的标准,它表征了神经网络得到的实际值的结果与预期值的归一化偏差。在训练和测试阶段,对模型进行调整,根据可靠性度量确定最优训练次数。基于所获得的结果,可以认为所提出的ConvBiGRU神经网络混合架构具有最高的质量指标,与ConvBiLSTM模型相似,但实现一个历元所需的时间更少。当处理大量文本数据时,与简单模型相比,组合模型的epoch实现时间也趋于平衡。
{"title":"DESIGNING A TEXT DATA RECOGNITION MODEL USING COMPUTATIONAL INTELLIGENCE","authors":"O. Dmitrieva, E. Babenko","doi":"10.31474/1996-1588-2023-1-36-4-10","DOIUrl":"https://doi.org/10.31474/1996-1588-2023-1-36-4-10","url":null,"abstract":"The article is devoted to the development, justification, software implementation and research of a text data recognition model based on the use of neural networks with a hybrid architecture. The proposed model allows you to gain new knowledge through a combination of different activities and methods of text analysis. The main tasks implemented in the work were to study the essence and relevance of text data recognition, determine the criteria for assessing the quality of recognition, design the architecture of the model and software application, develop and train a software model of text recognition. Software application testing and a comparative analysis of recognition quality in terms of accuracy, reliability, completeness and time were carried out with the involvement of other neural networks. As a criterion for assessing the quality of neural network training, the loss function was used, which characterized the normalized deviation of the results of the actual values obtained by the neural network from the expected ones. At the stages of training and testing, the model was tuned, the optimal number of training epochs was determined in terms of the reliability metric. Based on the results obtained, it can be argued that the proposed hybrid architecture of the ConvBiGRU neural network has the highest quality indicators, similar to the ConvBiLSTM model, but the time spent on the implementation of one epoch is less. There was also a tendency to equalize the times of realization of epochs for combined models compared to simple models when large arrays of text data were processed.","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126421277","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
DEVELOPMENT OF A USER AUTHENTICATION METHOD BASED ON KEYBOARD HANDWRITING 一种基于键盘手写的用户认证方法的开发
Y. Bashkov, T. Altukhova, Y. Yezhova
"In this research paper, a study of user authentication by keyboard handwriting when entering a passphrase is performed. Based on the analysis and development of a mathematical function for the distribution of ""own"" and ""foreign"" areas, a module for filtering the author's input was created. To authenticate a user by keyboard handwriting when entering a passphrase, it is necessary to recognize the speed and dynamics of input (gaps between keystrokes and their retention). The time intervals between keystrokes and the period of keystroke hold allow us to characterize the user's handwriting on the keyboard quite unambiguously, which is confirmed by a number of experiments conducted during the study of user authentication features. In addition, the authentication method based on keyboard handwriting can be used to protect against fraudsters trying to gain unauthorized access to the system and for remote authentication when users are at a distance from the server. The results of the study and the developed software module can be used to create a hybrid access control system that combines two authentication methods - password and biometric. Thus, the final control system will provide an enhanced authentication procedure compared to classical password authentication. The keyboard handwriting authentication method has great potential for use in the field of cybersecurity and can be used as an effective tool to ensure system security. "
“在这篇研究论文中,研究了用户在输入密码短语时通过键盘手写进行身份验证。在对“自己”和“外国”地区分布的数学函数进行分析和开发的基础上,创建了一个过滤作者输入的模块。在输入密码短语时,要通过键盘笔迹对用户进行身份验证,有必要识别输入的速度和动态(击键之间的间隙及其保持)。按键之间的时间间隔和按键保持的时间间隔使我们能够非常明确地表征用户在键盘上的笔迹,这在研究用户身份验证特征期间进行的一些实验中得到了证实。此外,基于键盘手写的身份验证方法可用于防止欺诈者试图获得对系统的未经授权访问,以及当用户与服务器保持一定距离时进行远程身份验证。研究结果和开发的软件模块可用于创建混合访问控制系统,该系统结合了密码和生物识别两种认证方法。因此,与传统的密码身份验证相比,最终控制系统将提供增强的身份验证过程。键盘手写认证方法在网络安全领域具有巨大的应用潜力,可以作为确保系统安全的有效工具。”
{"title":"DEVELOPMENT OF A USER AUTHENTICATION METHOD BASED ON KEYBOARD HANDWRITING","authors":"Y. Bashkov, T. Altukhova, Y. Yezhova","doi":"10.31474/1996-1588-2023-1-36-61-68","DOIUrl":"https://doi.org/10.31474/1996-1588-2023-1-36-61-68","url":null,"abstract":"\"In this research paper, a study of user authentication by keyboard handwriting when entering a passphrase is performed. Based on the analysis and development of a mathematical function for the distribution of \"\"own\"\" and \"\"foreign\"\" areas, a module for filtering the author's input was created. To authenticate a user by keyboard handwriting when entering a passphrase, it is necessary to recognize the speed and dynamics of input (gaps between keystrokes and their retention). The time intervals between keystrokes and the period of keystroke hold allow us to characterize the user's handwriting on the keyboard quite unambiguously, which is confirmed by a number of experiments conducted during the study of user authentication features. In addition, the authentication method based on keyboard handwriting can be used to protect against fraudsters trying to gain unauthorized access to the system and for remote authentication when users are at a distance from the server. The results of the study and the developed software module can be used to create a hybrid access control system that combines two authentication methods - password and biometric. Thus, the final control system will provide an enhanced authentication procedure compared to classical password authentication. The keyboard handwriting authentication method has great potential for use in the field of cybersecurity and can be used as an effective tool to ensure system security. \"","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116936087","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
APPROACHES TO CONFIRMING MUTUAL SYNCHRONIZATION IN TREE-LIKE PARITY MACHINES 树状奇偶校验机中相互同步的确认方法
M. Aleksandrov
This paper presents the experimental results of comparing algorithms for confirming the completion of mutual synchronization using polynomial and hash functions. The approach based on the polynomial function was experimentally tested for resistance to failure. All experiments were performed on neural networks with an architecture that uses real numbers with float accuracy. As a result, the approach using the polynomial function was not sufficiently resistant to failure and does not exceed the approach using the hash function in speed. The tasks of further research are determined.
本文给出了用多项式函数和哈希函数比较确认互同步完成的算法的实验结果。对基于多项式函数的方法进行了抗失效性试验。所有实验都是在具有浮点精度的实数结构的神经网络上进行的。因此,使用多项式函数的方法没有足够的抗故障能力,并且在速度上也没有超过使用哈希函数的方法。确定了进一步研究的任务。
{"title":"APPROACHES TO CONFIRMING MUTUAL SYNCHRONIZATION IN TREE-LIKE PARITY MACHINES","authors":"M. Aleksandrov","doi":"10.31474/1996-1588-2021-2-33-65-69","DOIUrl":"https://doi.org/10.31474/1996-1588-2021-2-33-65-69","url":null,"abstract":"This paper presents the experimental results of comparing algorithms for confirming the completion of mutual synchronization using polynomial and hash functions. The approach based on the polynomial function was experimentally tested for resistance to failure. All experiments were performed on neural networks with an architecture that uses real numbers with float accuracy. As a result, the approach using the polynomial function was not sufficiently resistant to failure and does not exceed the approach using the hash function in speed. The tasks of further research are determined.","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122278317","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
MATHEMATICAL SUBSTANTIATION OF THE INFLUENCE OF DIAGNOSTIC SIGNS ON THE TECHNICAL CONDITION OF THE INTERPHASE INSULATION OF ELECTRIC MOTORS 诊断标志对电动机相间绝缘技术状况影响的数学证明
T. Altukhova
In this scientific work, a study of the negative impact of diagnostic signs on the technical condition of the interphase insulation of electric motors was performed. A computer model was developed to determine the relationship between the leakage current through the interphase insulation and the phase currents. A computational experiment was conducted, where it was established that the damage to the interphase insula-tion reliably correlates with the differences between the phase currents, but not with the currents themselves. The obtained values of the correlation coefficient showed that there is a functional relationship between the insulation resistance and the difference in the phase currents of the electric motors, thus confirming the hy-pothesis of the influence of certain factors on the technical condition of the interphase insulation. It was de-termined that the probability of such damage occurring in the presence of a difference in phase currents in electric motors due to relevant factors is 33%. The obtained research results can be used in the development of models of diagnostic systems under the condition of monitoring the condition and prevention of insula-tion damage and prevention of emergency situations associated with its violations.
在这项科学工作中,研究了诊断信号对电动机相间绝缘技术状况的负面影响。建立了一个计算机模型来确定通过相间绝缘的泄漏电流与相电流之间的关系。计算实验表明,相间绝缘损伤与相电流差有关,而与电流本身无关。得到的相关系数值表明,绝缘电阻与电动机相电流差之间存在函数关系,从而证实了某些因素对相间绝缘技术条件影响的假设。经确定,由于相关因素,在电动机相电流存在差异的情况下,发生此类损坏的概率为33%。所获得的研究成果可用于绝缘状态监测和绝缘损伤预防以及与绝缘破坏相关的紧急情况预防的诊断系统模型的开发。
{"title":"MATHEMATICAL SUBSTANTIATION OF THE INFLUENCE OF DIAGNOSTIC SIGNS ON THE TECHNICAL CONDITION OF THE INTERPHASE INSULATION OF ELECTRIC MOTORS","authors":"T. Altukhova","doi":"10.31474/1996-1588-2023-1-36-30-35","DOIUrl":"https://doi.org/10.31474/1996-1588-2023-1-36-30-35","url":null,"abstract":"In this scientific work, a study of the negative impact of diagnostic signs on the technical condition of the interphase insulation of electric motors was performed. A computer model was developed to determine the relationship between the leakage current through the interphase insulation and the phase currents. A computational experiment was conducted, where it was established that the damage to the interphase insula-tion reliably correlates with the differences between the phase currents, but not with the currents themselves. The obtained values of the correlation coefficient showed that there is a functional relationship between the insulation resistance and the difference in the phase currents of the electric motors, thus confirming the hy-pothesis of the influence of certain factors on the technical condition of the interphase insulation. It was de-termined that the probability of such damage occurring in the presence of a difference in phase currents in electric motors due to relevant factors is 33%. The obtained research results can be used in the development of models of diagnostic systems under the condition of monitoring the condition and prevention of insula-tion damage and prevention of emergency situations associated with its violations.","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128727889","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
LOAD BALANCING IN A DISTRIBUTED SYSTEM OF GROUP MUTUAL SUPPORT FOR PERFORMING CURRENT TASKS 为执行当前任务而相互支持的分布式系统中的负载平衡
O. Dmitrieva, I. Omelchenko
"The article is devoted to the development of a software platform for load balancing in a distributed system of group mutual support for the implementation of current tasks, approaches to visualizing progress and factors influencing the achievement of goals are determined. A comparative analysis of existing assistance services has been carried out. The basic requirements for the logical and functional components of the service being developed and the software for its implementation are substantiated. The architecture of the service being developed is designed, the structure of the personal profile of a user who has problems in terms of motivation, goal setting and planning is determined. A system of automatic selection of users, a calendar of tasks, a system of messaging has been developed. The programmatic result of the work is a web application with load balancing functionality. The developed web application consists of client and server parts and uses public cloud services. The purpose of the work is to develop a distributed system of service for group mutual support for performing personal tasks in the format of a web application using technologies for horizontal scaling of the load from the server side, and the development of the client part in the format of a single-page web application SPA (Single Page Application). The objectives of the research are to conduct a comparative analysis of modern software and instrumental platforms, to determine approaches to visualizing progress in setting up a group mutual support service and factors affecting the achievement of goals. Also, the main tasks should be noted the design of the architecture of the service being developed, the definition of the structure of the user's personal profile, the development of a subsystem for automatic selection of users, a calendar of tasks, a messaging subsystem, as well as the development of web applications, consisting of a client part in the form of SPA and distributed server software with load balancing functionality. To scale the software system, a preliminary division into separate microservices with their subsequent containerization was carried out, and a distributed architecture with placement schemes was designed."
本文致力于在分布式系统中开发一个用于负载平衡的软件平台,该系统为当前任务的执行提供群体相互支持,确定了可视化进度的方法和影响目标实现的因素。对现有的援助服务进行了比较分析。正在开发的服务的逻辑和功能组件及其实现的软件的基本需求已得到证实。设计了正在开发的服务的体系结构,确定了在动机、目标设定和计划方面存在问题的用户的个人配置文件的结构。一个自动选择用户的系统,一个任务日历,一个消息传递系统已经开发出来。这项工作的编程结果是一个具有负载平衡功能的web应用程序。开发的web应用程序由客户端和服务器部分组成,并使用公共云服务。这项工作的目的是开发一个分布式服务系统,用于团队相互支持,以web应用程序的格式执行个人任务,使用技术从服务器端横向扩展负载,并以单页web应用程序SPA(单页应用程序)的格式开发客户端部分。本研究的目的是对现代软件和仪器平台进行比较分析,以确定可视化建立群体相互支持服务进展的方法和影响目标实现的因素。此外,主要任务还应注意到正在开发的服务体系结构的设计、用户个人配置文件结构的定义、用于自动选择用户的子系统的开发、任务日历、消息传递子系统以及web应用程序的开发,这些应用程序由SPA形式的客户端部分和具有负载平衡功能的分布式服务器软件组成。为了扩展软件系统,我们将其初步划分为独立的微服务,并进行了后续的容器化处理,并设计了带有放置方案的分布式架构。”
{"title":"LOAD BALANCING IN A DISTRIBUTED SYSTEM OF GROUP MUTUAL SUPPORT FOR PERFORMING CURRENT TASKS","authors":"O. Dmitrieva, I. Omelchenko","doi":"10.31474/1996-1588-2021-2-33-10-15","DOIUrl":"https://doi.org/10.31474/1996-1588-2021-2-33-10-15","url":null,"abstract":"\"The article is devoted to the development of a software platform for load balancing in a distributed system of group mutual support for the implementation of current tasks, approaches to visualizing progress and factors influencing the achievement of goals are determined. A comparative analysis of existing assistance services has been carried out. The basic requirements for the logical and functional components of the service being developed and the software for its implementation are substantiated. The architecture of the service being developed is designed, the structure of the personal profile of a user who has problems in terms of motivation, goal setting and planning is determined. A system of automatic selection of users, a calendar of tasks, a system of messaging has been developed. The programmatic result of the work is a web application with load balancing functionality. The developed web application consists of client and server parts and uses public cloud services. The purpose of the work is to develop a distributed system of service for group mutual support for performing personal tasks in the format of a web application using technologies for horizontal scaling of the load from the server side, and the development of the client part in the format of a single-page web application SPA (Single Page Application). The objectives of the research are to conduct a comparative analysis of modern software and instrumental platforms, to determine approaches to visualizing progress in setting up a group mutual support service and factors affecting the achievement of goals. Also, the main tasks should be noted the design of the architecture of the service being developed, the definition of the structure of the user's personal profile, the development of a subsystem for automatic selection of users, a calendar of tasks, a messaging subsystem, as well as the development of web applications, consisting of a client part in the form of SPA and distributed server software with load balancing functionality. To scale the software system, a preliminary division into separate microservices with their subsequent containerization was carried out, and a distributed architecture with placement schemes was designed.\"","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"270 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133349361","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
METRIC SYSTEMS FOR EVALUATING THE EFFICIENCY AND SCALABILITY OF PARALLEL COMPUTING 用于评估并行计算效率和可扩展性的度量系统
I. Nazarova, Y. Klymenko
"The current state of development of computer technology allows you to build parallel computer systems that use almost unlimited number of processors. The availability of such systems has aroused interest in studying the performance of parallel computers, which contain a large number of processors, in the implementation of real multidimensional problems. One way to increase the efficiency of parallel architectures is to reduce the time required to perform a time-consuming task, which should be commensurate with the number of processing resources used to solve this problem. The second direction is the development of highly scalable parallel or parallel algorithms. Under the scalability of the parallel algorithm on the parallel architecture we will consider a measure of its ability to efficiently use a growing number of processors. Scalability analysis can be used to select the best combination of algorithm architecture for a problem with different constraints on the size of the problem and the number of processors. It can be used to predict the performance of a parallel algorithm and a parallel architecture for a large number of processors based on known performance on a smaller number of processors. For a fixed size of the problem, it can be used to determine the optimal number of processors, which will be used and the maximum possible acceleration that can be obtained. Scalability analysis can also predict the impact of changes in hardware technology on performance and thus help develop the best parallel architectures to solve different problems The aim of the work is to critically evaluate the state of modern theory of analysis of aircraft performance and scalability and to demonstrate further research on the development of new and more complex analytical tools to analyze the effective use of the benefits of parallel equipment. The main task of the study is to develop new and modify existing theoretical models, methods and formalisms to study the problems of efficiency and scalability of parallel computing. Mathematically, to simplify the analysis, it is assumed that all temporal characteristics are non-negative. This means that acceleration is always limited by the number of processors, p, and efficiency - by one. For example, acceleration can be super-linear, overhead can be negative if memory is hierarchical and access time is increased discretely by increasing the memory used by the program. In this case, the effective computing speed of a large program will be slower on a serial processor than on a parallel computer with similar processors."
“当前计算机技术的发展状态允许你构建并行计算机系统,使用几乎无限数量的处理器。这种系统的可用性引起了人们对研究包含大量处理器的并行计算机在实现实际多维问题中的性能的兴趣。提高并行体系结构效率的一种方法是减少执行耗时任务所需的时间,这应该与用于解决此问题的处理资源的数量相称。第二个方向是发展高度可扩展的并行或并行算法。在并行架构上的并行算法的可扩展性下,我们将考虑衡量其有效使用越来越多的处理器的能力。可伸缩性分析可用于为具有不同问题大小和处理器数量约束的问题选择算法体系结构的最佳组合。它可以用于基于少量处理器上的已知性能来预测大量处理器上并行算法和并行体系结构的性能。对于固定规模的问题,它可以用来确定将要使用的处理器的最佳数量,以及可以获得的最大可能的加速。可扩展性分析还可以预测硬件技术变化对性能的影响,从而帮助开发最佳并行架构来解决不同的问题。这项工作的目的是批判性地评估飞机性能和可扩展性分析的现代理论状态,并展示对开发新的和更复杂的分析工具的进一步研究,以分析并行设备的优势的有效利用。本研究的主要任务是发展新的和修改现有的理论模型、方法和形式,以研究并行计算的效率和可扩展性问题。数学上,为了简化分析,假设所有的时间特征都是非负的。这意味着加速总是受到处理器数量p和效率1的限制。例如,加速可以是超线性的,如果内存是分层的,开销可以是负的,并且通过增加程序使用的内存来离散地增加访问时间。在这种情况下,大型程序在串行处理器上的有效计算速度将比在具有类似处理器的并行计算机上慢。”
{"title":"METRIC SYSTEMS FOR EVALUATING THE EFFICIENCY AND SCALABILITY OF PARALLEL COMPUTING","authors":"I. Nazarova, Y. Klymenko","doi":"10.31474/1996-1588-2021-2-33-50-56","DOIUrl":"https://doi.org/10.31474/1996-1588-2021-2-33-50-56","url":null,"abstract":"\"The current state of development of computer technology allows you to build parallel computer systems that use almost unlimited number of processors. The availability of such systems has aroused interest in studying the performance of parallel computers, which contain a large number of processors, in the implementation of real multidimensional problems. One way to increase the efficiency of parallel architectures is to reduce the time required to perform a time-consuming task, which should be commensurate with the number of processing resources used to solve this problem. The second direction is the development of highly scalable parallel or parallel algorithms. Under the scalability of the parallel algorithm on the parallel architecture we will consider a measure of its ability to efficiently use a growing number of processors. Scalability analysis can be used to select the best combination of algorithm architecture for a problem with different constraints on the size of the problem and the number of processors. It can be used to predict the performance of a parallel algorithm and a parallel architecture for a large number of processors based on known performance on a smaller number of processors. For a fixed size of the problem, it can be used to determine the optimal number of processors, which will be used and the maximum possible acceleration that can be obtained. Scalability analysis can also predict the impact of changes in hardware technology on performance and thus help develop the best parallel architectures to solve different problems The aim of the work is to critically evaluate the state of modern theory of analysis of aircraft performance and scalability and to demonstrate further research on the development of new and more complex analytical tools to analyze the effective use of the benefits of parallel equipment. The main task of the study is to develop new and modify existing theoretical models, methods and formalisms to study the problems of efficiency and scalability of parallel computing. Mathematically, to simplify the analysis, it is assumed that all temporal characteristics are non-negative. This means that acceleration is always limited by the number of processors, p, and efficiency - by one. For example, acceleration can be super-linear, overhead can be negative if memory is hierarchical and access time is increased discretely by increasing the memory used by the program. In this case, the effective computing speed of a large program will be slower on a serial processor than on a parallel computer with similar processors.\"","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122376754","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
MATHEMATICAL MODELING OF THE PROCESS OF FORECASTING THE TIME SPENT ON THE IMPLEMENTATION OF A TYPICAL TASK FOR SOFTWARE DEVELOPMENT 预测软件开发中一个典型任务实现所需时间的过程的数学建模
I. Yarosh, E. Pavlovskyi, I. A. Nazarova
The article is devoted to the creation, justification and verification of a mathematical model for forecasting time labor costs for solving typical problems of a software development project. Forecasting is carried out on the basis of information about the duration of each typical task by an individual employee from the development team. The constructed model takes into account information about the time frame for the employee to complete the task with a certain number of repetitions of its implementation. The work was done using the cftool service tools of the MatLab package. The adequacy of the parameters of the mathematical model was checked experimentally, a comparative assessment of the results obtained with the indicators calculated by the theoretical method was carried out.
本文致力于为解决软件开发项目的典型问题预测时间劳动力成本的数学模型的创建、论证和验证。预测是由开发团队的单个员工根据关于每个典型任务持续时间的信息进行的。构建的模型考虑了有关员工完成具有一定数量的重复实现的任务的时间框架的信息。使用MatLab包中的cftool服务工具完成工作。实验验证了数学模型参数的充分性,并将所得结果与理论方法计算的指标进行了对比评价。
{"title":"MATHEMATICAL MODELING OF THE PROCESS OF FORECASTING THE TIME SPENT ON THE IMPLEMENTATION OF A TYPICAL TASK FOR SOFTWARE DEVELOPMENT","authors":"I. Yarosh, E. Pavlovskyi, I. A. Nazarova","doi":"10.31474/1996-1588-2023-1-36-79-84","DOIUrl":"https://doi.org/10.31474/1996-1588-2023-1-36-79-84","url":null,"abstract":"The article is devoted to the creation, justification and verification of a mathematical model for forecasting time labor costs for solving typical problems of a software development project. Forecasting is carried out on the basis of information about the duration of each typical task by an individual employee from the development team. The constructed model takes into account information about the time frame for the employee to complete the task with a certain number of repetitions of its implementation. The work was done using the cftool service tools of the MatLab package. The adequacy of the parameters of the mathematical model was checked experimentally, a comparative assessment of the results obtained with the indicators calculated by the theoretical method was carried out.","PeriodicalId":104072,"journal":{"name":"Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128964203","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Scientific papers of Donetsk National Technical University. Series: Informatics, Cybernetics and Computer Science
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1