首页 > 最新文献

Dynamics of Complex Systems - XXI century最新文献

英文 中文
Methods for constructing effective neural networks for low-power systems 小功率系统中有效神经网络的构建方法
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202102-05
I.S. Markov, N.V. Pivovarova
Formulation of the problem. The problem of using large neural networks with complex architectures on modern devices is considered. They work well, but sometimes their speed is unacceptably low and the amount of memory required to place them on the device is not always available. Briefly describes how to solve these problems by using pruning and quantization. It is proposed to consider an unconventional type of neural networks that can meet the requirements for the occupied memory space, speed and quality of work and describe approaches to training this type of networks. The aim of the work is to describe modern approaches to reducing the size of neural networks with minimal loss of the quality of their work and to propose an alternative type of networks of small size and high accuracy. Results. The proposed type of neural network has a large number of advantages in terms of the size and flexibility of layer settings. By varying the parameters of the layers, you can control the size, speed and quality of the network. However, the greater accuracy, the greater the memory volume. To train such a small network, it is proposed to use specific techniques that allow learning complex dependencies based on a more complex and voluminous network. As a result of this learning procedure, it is assumed that only a small network is used, which can then be placed on low-power devices with a small amount of memory. Practical significance. The described methods allow the use techniques to reduce the size of networks with minimal loss of quality of their work. The proposed architecture makes it possible to train simpler networks without using their size reduction techniques. These networks can work with various data, be it pictures, text, or other information encoded in a numerical vector.
问题的表述。研究了在现代设备上使用具有复杂结构的大型神经网络的问题。它们工作得很好,但有时它们的速度低得令人无法接受,并且将它们放置在设备上所需的内存量并不总是可用的。简要介绍了如何利用剪枝和量化来解决这些问题。提出了一种能够满足所占用的内存空间、速度和工作质量要求的非常规类型的神经网络,并描述了训练这类网络的方法。这项工作的目的是描述以最小的工作质量损失来减少神经网络大小的现代方法,并提出一种小尺寸和高精度的替代类型的网络。结果。这种类型的神经网络在层设置的大小和灵活性方面有很多优点。通过改变各层的参数,你可以控制网络的大小、速度和质量。但是,准确度越高,内存容量就越大。为了训练如此小的网络,建议使用特定的技术,允许基于更复杂和体积更大的网络学习复杂的依赖关系。作为这个学习过程的结果,假设只使用一个小网络,然后可以将其放置在具有少量内存的低功耗设备上。现实意义。所描述的方法允许使用技术来减少网络的规模,同时最小化其工作质量的损失。所提出的架构使得训练更简单的网络成为可能,而不需要使用它们的大小缩减技术。这些网络可以处理各种数据,无论是图片、文本还是用数字向量编码的其他信息。
{"title":"Methods for constructing effective neural networks for low-power systems","authors":"I.S. Markov, N.V. Pivovarova","doi":"10.18127/j19997493-202102-05","DOIUrl":"https://doi.org/10.18127/j19997493-202102-05","url":null,"abstract":"Formulation of the problem. The problem of using large neural networks with complex architectures on modern devices is considered. They work well, but sometimes their speed is unacceptably low and the amount of memory required to place them on the device is not always available. Briefly describes how to solve these problems by using pruning and quantization. It is proposed to consider an unconventional type of neural networks that can meet the requirements for the occupied memory space, speed and quality of work and describe approaches to training this type of networks. The aim of the work is to describe modern approaches to reducing the size of neural networks with minimal loss of the quality of their work and to propose an alternative type of networks of small size and high accuracy. Results. The proposed type of neural network has a large number of advantages in terms of the size and flexibility of layer settings. By varying the parameters of the layers, you can control the size, speed and quality of the network. However, the greater accuracy, the greater the memory volume. To train such a small network, it is proposed to use specific techniques that allow learning complex dependencies based on a more complex and voluminous network. As a result of this learning procedure, it is assumed that only a small network is used, which can then be placed on low-power devices with a small amount of memory. Practical significance. The described methods allow the use techniques to reduce the size of networks with minimal loss of quality of their work. The proposed architecture makes it possible to train simpler networks without using their size reduction techniques. These networks can work with various data, be it pictures, text, or other information encoded in a numerical vector.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"100 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":"129623810","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
Applying and comparing multiple machine learning techniques to detect fraudulent credit card transactions 应用和比较多种机器学习技术来检测欺诈信用卡交易
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202102-01
D. Berezkin, Shi Runfang, Liu Tengjiao
This experiment compared the performance of four machine learning algorithms in detecting bank card fraud. At the same time, the strong imbalance of the classes in the training sample was taken into account, as well as the difference in transaction amounts, and the ability of different machine learning methods to recognize fraudulent behavior was assessed taking into account these features. It has been found that a method that works well with indicators for assessing a classification is not necessarily the best in terms of assessing the magnitude of economic losses. Logistic regression is a good proof of this. The results of this work show that the problem of detecting fraud with bank cards cannot be regarded as a simple classification problem. AUC data is not the most appropriate metric for fraud detection tasks. The final choice of the model depends on the needs of the bank, that is, it is necessary to take into account which of the two types of errors (FN, FP) will lead to large economic losses for the bank. If the bank believes that the loss caused by identifying fraudulent transactions as regular transactions is the main one, it should choose the algorithm with the lowest FN value, which in this experiment is Adaboost. If the bank believes that the negative impact of identifying regular transactions as fraudulent is also very important, it should choose an algorithm with relatively small FN and FP data. In this experiment, the overall performance of the random forest is better. Further, by evaluating the economic losses caused by false positives (identifying an ordinary transaction as fraudulent), a quantitative analysis of the economic losses caused by each algorithm can be used to select the optimal algorithm model.
本实验比较了四种机器学习算法在检测银行卡欺诈方面的性能。同时,考虑了训练样本中类别的强烈不平衡性,以及交易金额的差异,并在考虑这些特征的情况下评估了不同机器学习方法识别欺诈行为的能力。人们发现,在评估经济损失的程度方面,与评估分类的指标配合良好的方法不一定是最好的。逻辑回归就是一个很好的证明。这项工作的结果表明,检测银行卡欺诈的问题不能被视为一个简单的分类问题。AUC数据并不是欺诈检测任务的最合适指标。模型的最终选择取决于银行的需要,也就是说,需要考虑到两种错误(FN, FP)中哪一种会给银行带来较大的经济损失。如果银行认为将欺诈交易识别为正常交易造成的损失是主要损失,则应选择FN值最低的算法,在本实验中为Adaboost。如果银行认为将正常交易识别为欺诈的负面影响也非常重要,则应该选择FN和FP数据相对较小的算法。在本实验中,随机森林的整体性能较好。进一步,通过评估误报(将普通交易识别为欺诈)造成的经济损失,可以定量分析每种算法造成的经济损失,以选择最优算法模型。
{"title":"Applying and comparing multiple machine learning techniques to detect fraudulent credit card transactions","authors":"D. Berezkin, Shi Runfang, Liu Tengjiao","doi":"10.18127/j19997493-202102-01","DOIUrl":"https://doi.org/10.18127/j19997493-202102-01","url":null,"abstract":"This experiment compared the performance of four machine learning algorithms in detecting bank card fraud. At the same time, the strong imbalance of the classes in the training sample was taken into account, as well as the difference in transaction amounts, and the ability of different machine learning methods to recognize fraudulent behavior was assessed taking into account these features. It has been found that a method that works well with indicators for assessing a classification is not necessarily the best in terms of assessing the magnitude of economic losses. Logistic regression is a good proof of this. The results of this work show that the problem of detecting fraud with bank cards cannot be regarded as a simple classification problem. AUC data is not the most appropriate metric for fraud detection tasks. The final choice of the model depends on the needs of the bank, that is, it is necessary to take into account which of the two types of errors (FN, FP) will lead to large economic losses for the bank. If the bank believes that the loss caused by identifying fraudulent transactions as regular transactions is the main one, it should choose the algorithm with the lowest FN value, which in this experiment is Adaboost. If the bank believes that the negative impact of identifying regular transactions as fraudulent is also very important, it should choose an algorithm with relatively small FN and FP data. In this experiment, the overall performance of the random forest is better. Further, by evaluating the economic losses caused by false positives (identifying an ordinary transaction as fraudulent), a quantitative analysis of the economic losses caused by each algorithm can be used to select the optimal algorithm model.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"39 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":"129388861","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
Balancing of metal resonators of wave solid-state gyroscopes of general use 一般用途的波动式固态陀螺仪金属谐振腔的平衡
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202101-06
M. Basarab, B. Lunin, E. Chumankin
Wave solid-state gyroscopes (WSG) are among the most modern navigation devices. Based on the phenomenon of precession of elastic waves in thin-walled axisymmetric bodies, WSGs have a simple design, including 2-3 fixed parts, and have a number of advantages over other types of gyroscopes: great resource of work; small random error; resistance to severe operating conditions (overload, vibration, gamma radiation); relatively small overall dimensions, weight and power consumption; preservation of inertial information during short-term power outages. From the point of view of practical application and technologies used, three main groups of WSG can be distinguished. Wave solid-state gyroscopes of high precision. In such devices, high-quality (with a Q-factor of over 1·107) quartz resonators, contactless sensors and actuators, as well as complex electronic control systems are used. The field of application today, for various reasons, is limited to space technology, which requires, along with high precision, a long working life. Micromechanical devices of low accuracy for mass use (laptop computers, toys, industrial equipment, etc.) Integration of micromechanical WSGs with satellite systems makes it possible to create small-sized inexpensive navigation systems for widespread use. This market segment is developing very quickly, but production of such devices requires a very high the level of development of the microelectronic industry. An intermediate group consists of sensors of general use with metal resonators. Although these devices are larger than micromechanical devices, their production technology is much simpler. Metal resonators with a quality factor of (3 ... 5)∙104 can be manufactured using universal metal-cutting equipment; such devices have a simple design, do not require the creation of a high vacuum in their housing, and widespread radioelements can be used in control units. As a result, devices of this group, possessing insignificant power consumption and long working life, have a low cost price. On the other hand, the comparatively large dimensions of the resonator allow their precise tuning, which makes it possible to sharply increase the accuracy of the gyro instruments. From these points of view, a general-purpose WSG with a metal resonator is the most promising device that should replace the rotary-type electromechanical gyroscopes used today, and the production of which can be quickly mastered by the domestic industry. The development of such sensors requires solving a number of scientific and technical problems. Since all the main characteristics of such a device are determined by the properties of the resonator, special attention should be paid to its design and production technology. One of the most difficult and expensive operations in the WSG technology is the balancing of the resonator, carried out to eliminate the mass imbalance that arises during its manufacture due to inevitable deviations from the ideal axisymmetric shape
波浪固体陀螺仪(WSG)是最现代的导航设备之一。基于轴对称薄壁体弹性波进动现象,wsg设计简单,包括2-3个固定部件,与其他类型的陀螺仪相比具有许多优点:工作资源大;随机误差小;耐恶劣工况(过载、振动、伽马辐射);外形尺寸、重量和功耗相对较小;在短期断电期间保持惯性信息。从实际应用和使用的技术角度来看,WSG可以分为三大类。高精度的波式固态陀螺仪。在这种装置中,使用高质量(q因子超过1·107)的石英谐振器,非接触式传感器和执行器以及复杂的电子控制系统。由于各种原因,今天的应用领域仅限于空间技术,这需要高精度和长工作寿命。微机械wsg与卫星系统的集成使得创建广泛使用的小型廉价导航系统成为可能。这一细分市场发展非常迅速,但生产这种设备对微电子工业的发展水平要求非常高。中间组由一般使用的金属谐振器传感器组成。这些装置虽然比微机械装置大,但其生产工艺却简单得多。质量因数为(3…)的金属谐振器5)∙104可采用通用金属切削设备制造;这种装置具有简单的设计,不需要在其外壳中创建高真空,并且可以在控制单元中使用广泛的放射性元素。因此,该组器件功耗小,工作寿命长,成本价格低。另一方面,谐振器的相对较大的尺寸允许其精确调谐,这使得有可能大幅提高陀螺仪器的精度。从这些角度来看,带金属谐振器的通用WSG是最有前途的设备,应该取代目前使用的旋转式机电陀螺仪,国内工业可以迅速掌握其生产。这种传感器的发展需要解决一些科学和技术问题。由于这种装置的所有主要特性都是由谐振器的特性决定的,因此应特别注意其设计和生产技术。在WSG技术中,最困难和最昂贵的操作之一是平衡谐振器,以消除在制造过程中由于不可避免地偏离理想轴对称形状(壁厚的不均匀性,内外表面中心的位移等)而产生的质量不平衡。在质量不平衡的四次谐波非零值时,谐振器的固有频率发生分裂,导致WSG中的随机误差。文献中描述了许多技术来消除这种质量缺陷[3-5]。根据前三种形式的质量缺陷进行谐振腔平衡要困难得多。在这里,谐振器质心的振荡发生在陀螺仪的运行过程中,谐振器的振荡能量在其附着的节点上额外耗散。这导致谐振器的q因子依赖于驻波的方向,从而导致设备的系统误差。因此,本工作的目的是根据前三种形式的质量缺陷,开发一种适合于通用wsg生产的金属谐振器平衡技术和设备。
{"title":"Balancing of metal resonators of wave solid-state gyroscopes of general use","authors":"M. Basarab, B. Lunin, E. Chumankin","doi":"10.18127/j19997493-202101-06","DOIUrl":"https://doi.org/10.18127/j19997493-202101-06","url":null,"abstract":"Wave solid-state gyroscopes (WSG) are among the most modern navigation devices. Based on the phenomenon of precession of elastic waves in thin-walled axisymmetric bodies, WSGs have a simple design, including 2-3 fixed parts, and have a number of advantages over other types of gyroscopes: great resource of work; small random error; resistance to severe operating conditions (overload, vibration, gamma radiation); relatively small overall dimensions, weight and power consumption; preservation of inertial information during short-term power outages. From the point of view of practical application and technologies used, three main groups of WSG can be distinguished. Wave solid-state gyroscopes of high precision. In such devices, high-quality (with a Q-factor of over 1·107) quartz resonators, contactless sensors and actuators, as well as complex electronic control systems are used. The field of application today, for various reasons, is limited to space technology, which requires, along with high precision, a long working life. Micromechanical devices of low accuracy for mass use (laptop computers, toys, industrial equipment, etc.) Integration of micromechanical WSGs with satellite systems makes it possible to create small-sized inexpensive navigation systems for widespread use. This market segment is developing very quickly, but production of such devices requires a very high the level of development of the microelectronic industry. An intermediate group consists of sensors of general use with metal resonators. Although these devices are larger than micromechanical devices, their production technology is much simpler. Metal resonators with a quality factor of (3 ... 5)∙104 can be manufactured using universal metal-cutting equipment; such devices have a simple design, do not require the creation of a high vacuum in their housing, and widespread radioelements can be used in control units. As a result, devices of this group, possessing insignificant power consumption and long working life, have a low cost price. On the other hand, the comparatively large dimensions of the resonator allow their precise tuning, which makes it possible to sharply increase the accuracy of the gyro instruments. From these points of view, a general-purpose WSG with a metal resonator is the most promising device that should replace the rotary-type electromechanical gyroscopes used today, and the production of which can be quickly mastered by the domestic industry. The development of such sensors requires solving a number of scientific and technical problems. Since all the main characteristics of such a device are determined by the properties of the resonator, special attention should be paid to its design and production technology. One of the most difficult and expensive operations in the WSG technology is the balancing of the resonator, carried out to eliminate the mass imbalance that arises during its manufacture due to inevitable deviations from the ideal axisymmetric shape ","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"16 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":"115252171","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
Detecting internet attacks using a neural network 利用神经网络检测网络攻击
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202102-04
E.Yu. Silantieva, V.A. Zabelina, G.A. Savchenko, I.M. Chernenky
This study presents an analysis of autoencoder models for the problems of detecting anomalies in network traffic. Results of the training were assessed using open source software on the UNB ICS IDS 2017 dataset. As deep learning models, we considered standard and variational autoencoder, Deep SSAD approaches for a normal autoencoder (AE-SAD) and a variational autoencoder (VAE-SAD). The constructed deep learning models demonstrated different indicators of anomaly detection accuracy; the best result in terms of the AUC metric of 98% was achieved with VAE-SAD model. In the future, it is planned to continue the analysis of the characteristics of neural network models in cybersecurity problems. One of directions is to study the influence of structure of network traffic on the performance indicators of using deep learning models. Based on the results, it is planned to develop an approach of robust identification of security events based on deep learning methods.
本研究针对网路流量异常侦测的问题,提出一种分析自编码器模型。培训结果使用开源软件在UNB ICS IDS 2017数据集上进行评估。作为深度学习模型,我们考虑了标准自编码器和变分自编码器,deep SSAD方法用于普通自编码器(AE-SAD)和变分自编码器(AE-SAD)。构建的深度学习模型显示了不同指标的异常检测精度;在AUC度量方面,采用VAE-SAD模型获得了98%的最佳结果。未来计划继续分析神经网络模型在网络安全问题中的特点。其中一个方向是利用深度学习模型研究网络流量结构对性能指标的影响。根据研究结果,计划开发一种基于深度学习方法的安全事件鲁棒识别方法。
{"title":"Detecting internet attacks using a neural network","authors":"E.Yu. Silantieva, V.A. Zabelina, G.A. Savchenko, I.M. Chernenky","doi":"10.18127/j19997493-202102-04","DOIUrl":"https://doi.org/10.18127/j19997493-202102-04","url":null,"abstract":"This study presents an analysis of autoencoder models for the problems of detecting anomalies in network traffic. Results of the training were assessed using open source software on the UNB ICS IDS 2017 dataset. As deep learning models, we considered standard and variational autoencoder, Deep SSAD approaches for a normal autoencoder (AE-SAD) and a variational autoencoder (VAE-SAD). The constructed deep learning models demonstrated different indicators of anomaly detection accuracy; the best result in terms of the AUC metric of 98% was achieved with VAE-SAD model. In the future, it is planned to continue the analysis of the characteristics of neural network models in cybersecurity problems. One of directions is to study the influence of structure of network traffic on the performance indicators of using deep learning models. Based on the results, it is planned to develop an approach of robust identification of security events based on deep learning methods.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"1 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":"131262801","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
Analysis of the behavior of search engine optimization algorithms on transient modes of non-stationary simulation processes 非平稳仿真过程瞬态模式下搜索引擎优化算法的行为分析
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202101-02
O. Rogova, V. Stroganov, D. Stroganov
The article deals with the analysis of the behavior of controlled simulation models for solving the choice of extreme values of the functional, which it determines on the basis of the average integral estimate. It is assumed that the search engine optimization algorithm is directly included in the model. Of interest is the problem of estimating the duration of the control interval, i.e. system simulation time with different parameters to select the search direction. The smaller the control interval, the lower the accuracy of the estimates of the functional and, accordingly, the lower the probability of choosing the correct search direction. However, with a general limitation on the simulation time, the search algorithm performs a larger number of steps, which increases the rate of convergence to the extreme value. Thus, the choice of the duration of the control interval raises a question. The aim of the work is to build a model of a controlled process, i.e. the process of changing the controlled parameters, to estimate the rate of convergence of the optimization algorithm depending on the duration of the control interval. The analysis of the convergence of the optimization process directly on the simulation model is practically impossible due to the nonstationary nature of all ongoing processes. In this regard, the article introduces a class of conditionally non-stationary Gaussian processes, on which the efficiency of a controlled simulation model is evaluated. It is assumed that a symmetric design is used to choose the direction, and all realizations of the nonstationary process at the current point have the same initial state. As a result of the analysis of such a model, analytical expressions were obtained for estimating the accuracy of the position of the extremum depending on the duration of the control interval. The results obtained make it possible, with a general limitation of the time for conducting experiments with a simulation model, to construct a sequential analysis plan, which improves the accuracy of solving the optimization problem.
本文在平均积分估计的基础上,分析了控制仿真模型在解决泛函极值选择问题时的行为。假设搜索引擎优化算法直接包含在模型中。研究的重点是控制区间的持续时间估计问题,即在不同参数下选择搜索方向的系统仿真时间。控制区间越小,函数估计的精度越低,相应地,选择正确搜索方向的概率也就越低。然而,由于对仿真时间的普遍限制,搜索算法执行的步数较大,从而提高了收敛到极值的速度。因此,控制间隔持续时间的选择提出了一个问题。这项工作的目的是建立一个被控制过程的模型,即改变被控制参数的过程,根据控制区间的持续时间估计优化算法的收敛速度。由于所有进行过程的非平稳性质,直接在仿真模型上分析优化过程的收敛性实际上是不可能的。在这方面,本文介绍了一类条件非平稳高斯过程,并在此基础上评估了受控仿真模型的效率。假设采用对称设计选择方向,且当前点非平稳过程的所有实现都具有相同的初始状态。通过对该模型的分析,得到了估计极值位置的精度随控制区间持续时间的解析表达式。得到的结果使得在模拟模型进行实验的时间普遍有限的情况下,可以构造序列分析方案,提高了优化问题求解的精度。
{"title":"Analysis of the behavior of search engine optimization algorithms on transient modes of non-stationary simulation processes","authors":"O. Rogova, V. Stroganov, D. Stroganov","doi":"10.18127/j19997493-202101-02","DOIUrl":"https://doi.org/10.18127/j19997493-202101-02","url":null,"abstract":"The article deals with the analysis of the behavior of controlled simulation models for solving the choice of extreme values of the functional, which it determines on the basis of the average integral estimate. It is assumed that the search engine optimization algorithm is directly included in the model. Of interest is the problem of estimating the duration of the control interval, i.e. system simulation time with different parameters to select the search direction. The smaller the control interval, the lower the accuracy of the estimates of the functional and, accordingly, the lower the probability of choosing the correct search direction. However, with a general limitation on the simulation time, the search algorithm performs a larger number of steps, which increases the rate of convergence to the extreme value. Thus, the choice of the duration of the control interval raises a question. The aim of the work is to build a model of a controlled process, i.e. the process of changing the controlled parameters, to estimate the rate of convergence of the optimization algorithm depending on the duration of the control interval. The analysis of the convergence of the optimization process directly on the simulation model is practically impossible due to the nonstationary nature of all ongoing processes. In this regard, the article introduces a class of conditionally non-stationary Gaussian processes, on which the efficiency of a controlled simulation model is evaluated. It is assumed that a symmetric design is used to choose the direction, and all realizations of the nonstationary process at the current point have the same initial state. As a result of the analysis of such a model, analytical expressions were obtained for estimating the accuracy of the position of the extremum depending on the duration of the control interval. The results obtained make it possible, with a general limitation of the time for conducting experiments with a simulation model, to construct a sequential analysis plan, which improves the accuracy of solving the optimization problem.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"1 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":"125896805","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
Improving the efficiency of a modern office through an intelligent Service Desk user support system 通过智能服务台用户支持系统提高现代办公室的效率
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202103-02
D.N. Bogomolov, B. Goryachkin
The article is devoted to the problem of the efficiency of the support service in the structure of a modern office and ways to improve it by connecting intelligent modules. The paper describes the Service Desk system and details the algorithm of its operation. The bottlenecks of the basic algorithm are noted and ways of its improvement are suggested. Attention is drawn to how machine learning methods can improve the efficiency of the system as a whole.
本文研究了现代办公结构中支持服务的效率问题,以及通过智能模块的连接来提高支持服务效率的方法。本文介绍了服务台系统,并详细介绍了其运行算法。指出了基本算法存在的瓶颈,并提出了改进方法。人们注意到机器学习方法如何提高整个系统的效率。
{"title":"Improving the efficiency of a modern office through an intelligent Service Desk user support system","authors":"D.N. Bogomolov, B. Goryachkin","doi":"10.18127/j19997493-202103-02","DOIUrl":"https://doi.org/10.18127/j19997493-202103-02","url":null,"abstract":"The article is devoted to the problem of the efficiency of the support service in the structure of a modern office and ways to improve it by connecting intelligent modules. The paper describes the Service Desk system and details the algorithm of its operation. The bottlenecks of the basic algorithm are noted and ways of its improvement are suggested. Attention is drawn to how machine learning methods can improve the efficiency of the system as a whole.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"14 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":"127155689","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
Evaluation of the efficiency of the problem of choosing the extreme values of the parameters of the parametric family of regenerating processes 评价再生过程参数族参数极值选择问题的效率
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202101-01
D. Stroganov, V. Chernenky
Thus, the formal formulation of the problem of evaluating the effectiveness of search optimization procedures on simulation models of regenerating processes under strict time constraints has been completed. A procedure for parametric tuning of the optimization algorithm has been developed, which sequentially refines the values of the functional specified by the model and redistributes the remaining model regeneration cycles between the investigated values of the controlled parameter. The problem of maximizing the probability of the correct choice is posed and solved, i.e. selection, according to the results of the simulation experiment on the model of the regenerating process, of the value of the controlled parameter that delivers the true maximum to the investigated functional. Based on the transition to the Lagrangian, the solution to the constrained optimization problem is reduced to an unconstrained optimization problem. Analytical expressions are obtained to assess the optimal distribution of regeneration cycles. It is shown that the simulation model with the included search engine optimization algorithm provides solutions that are quite effective in terms of computational costs. As a result, a method is proposed for a simple extension of the developed simulation models by including a search optimization algorithm, which makes it possible to move from modeling the system to optimizing its objective function on a given area of controlled parameters.
至此,完成了严格时间约束下再生过程仿真模型上搜索优化程序有效性评估问题的形式化表述。提出了一种优化算法的参数整定程序,该程序依次细化模型指定的函数值,并将剩余的模型再生周期重新分配到被控参数的研究值之间。提出并解决了正确选择概率最大化的问题,即根据再生过程模型的仿真实验结果,选择使所研究的泛函得到真最大值的被控参数值。基于向拉格朗日的过渡,将约束优化问题的解简化为无约束优化问题。得到了评价再生循环最优分布的解析表达式。结果表明,包含搜索引擎优化算法的仿真模型在计算成本方面提供了相当有效的解决方案。因此,本文提出了一种包含搜索优化算法的简单扩展仿真模型的方法,该方法使得从系统建模到在给定控制参数区域上优化其目标函数成为可能。
{"title":"Evaluation of the efficiency of the problem of choosing the extreme values of the parameters of the parametric family of regenerating processes","authors":"D. Stroganov, V. Chernenky","doi":"10.18127/j19997493-202101-01","DOIUrl":"https://doi.org/10.18127/j19997493-202101-01","url":null,"abstract":"Thus, the formal formulation of the problem of evaluating the effectiveness of search optimization procedures on simulation models of regenerating processes under strict time constraints has been completed. A procedure for parametric tuning of the optimization algorithm has been developed, which sequentially refines the values of the functional specified by the model and redistributes the remaining model regeneration cycles between the investigated values of the controlled parameter. The problem of maximizing the probability of the correct choice is posed and solved, i.e. selection, according to the results of the simulation experiment on the model of the regenerating process, of the value of the controlled parameter that delivers the true maximum to the investigated functional. Based on the transition to the Lagrangian, the solution to the constrained optimization problem is reduced to an unconstrained optimization problem. Analytical expressions are obtained to assess the optimal distribution of regeneration cycles. It is shown that the simulation model with the included search engine optimization algorithm provides solutions that are quite effective in terms of computational costs. As a result, a method is proposed for a simple extension of the developed simulation models by including a search optimization algorithm, which makes it possible to move from modeling the system to optimizing its objective function on a given area of controlled parameters.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"104 5 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":"126222359","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
Affordable augmented reality for smartphones 为智能手机提供经济实惠的增强现实
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202101-05
B. Goryachkin, M.D. Kaurov
Currently, scientists identify such a basic human need as information hunger. This means that a person strives to obtain a certain amount of information every day. However, it should not just be the volume of any information, it also has various requirements, such as: volume, reliability, saturation, openness, value and timeliness. In order to ensure the need for rapid access to information, the trend towards the development of digital technologies is becoming increasingly evident in the modern world. The development of information access technologies has led to the creation of many ways to provide a person with the information they requested quickly and efficiently, but the most modern means include virtual reality (VR) and augmented reality (AR) technologies. While virtual reality technologies provide a potentially larger amount of information, augmented reality technologies are more in demand in everyday life, because, unlike VR technologies, they allow the user to observe the real world with the addition of the information he needs. When developing this technology, the goal has always been to most effectively recognize objects in the information field and bring them into the field of view of the operator. The hardware part of the implementation of this technology must have a camera and a monitor. The most common and affordable digital device is a smartphone that fully meets the requirements of this technology. The article discusses the current state of AR technology, primarily the means of developing AR applications for Android. To write any applications, in particular, AR applications for Android, you must use a set of development tools (Softaware Development Kit), otherwise the SDK.
目前,科学家将这样一种基本的人类需求定义为信息饥渴。这意味着一个人每天都在努力获取一定数量的信息。然而,它不应该仅仅是任何信息的量,它还具有各种要求,如:量、可靠性、饱和度、开放性、价值和时效性。为了保证快速获取信息的需要,数字技术的发展趋势在现代世界变得越来越明显。信息获取技术的发展已经产生了许多方法来快速有效地为人们提供他们所要求的信息,但最现代的手段包括虚拟现实(VR)和增强现实(AR)技术。虽然虚拟现实技术提供了潜在的更大量的信息,但增强现实技术在日常生活中更受欢迎,因为与VR技术不同,增强现实技术允许用户通过添加他需要的信息来观察现实世界。在开发该技术时,一直以最有效地识别信息场中的物体并将其带入操作者的视野为目标。实现该技术的硬件部分必须有摄像头和监视器。最常见和最实惠的数字设备是完全满足这项技术要求的智能手机。本文讨论了AR技术的现状,主要是针对Android开发AR应用程序的方法。要编写任何应用程序,特别是Android的AR应用程序,您必须使用一套开发工具(软件开发工具包),否则就是SDK。
{"title":"Affordable augmented reality for smartphones","authors":"B. Goryachkin, M.D. Kaurov","doi":"10.18127/j19997493-202101-05","DOIUrl":"https://doi.org/10.18127/j19997493-202101-05","url":null,"abstract":"Currently, scientists identify such a basic human need as information hunger. This means that a person strives to obtain a certain amount of information every day. However, it should not just be the volume of any information, it also has various requirements, such as: volume, reliability, saturation, openness, value and timeliness. In order to ensure the need for rapid access to information, the trend towards the development of digital technologies is becoming increasingly evident in the modern world. The development of information access technologies has led to the creation of many ways to provide a person with the information they requested quickly and efficiently, but the most modern means include virtual reality (VR) and augmented reality (AR) technologies. While virtual reality technologies provide a potentially larger amount of information, augmented reality technologies are more in demand in everyday life, because, unlike VR technologies, they allow the user to observe the real world with the addition of the information he needs. When developing this technology, the goal has always been to most effectively recognize objects in the information field and bring them into the field of view of the operator. The hardware part of the implementation of this technology must have a camera and a monitor. The most common and affordable digital device is a smartphone that fully meets the requirements of this technology. The article discusses the current state of AR technology, primarily the means of developing AR applications for Android. To write any applications, in particular, AR applications for Android, you must use a set of development tools (Softaware Development Kit), otherwise the SDK.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"69 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":"129581839","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
Analyzing common approaches of accident models for risk management in socio-technical systems 分析社会技术系统中事故模型风险管理的常见方法
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202101-03
M. Kiwan, D. Berezkin, M. Raad, B. Rasheed
Statement of a problem. One of the main tasks today is to prevent accidents in complex systems, which requires determining their cause. In this regard, several theories and models of the causality of accidents are being developed. Traditional approaches to accident modeling are not sufficient for the analysis of accidents occurring in complex environments such as socio-technical systems, since an accident is not the result of individual component failure or human error. Therefore, we need more systematic methods for the investigation and modeling of accidents. Purpose. Conduct a comparative analysis of accident models in complex systems, identify the strengths and weaknesses of each of these models, and study the feasibility of their use in risk management in socio-technical systems. The paper analyzes the main approaches of accident modeling and their limitations in determining the cause-and-effect relationships and dynamics of modern complex systems. the methodologies to safety and accident models in sociotechnical systems based on systems theory are discussed. The complexity of sociotechnical systems requires new methodologies for modeling the development of emergency management. At the same time, it is necessary to take into account the socio-technical system as a whole and to focus on the simultaneous consideration of the social and technical aspects of the systems. When modeling accidents, it is necessary to take into account the social structures and processes of social interaction, the cultural environment, individual characteristics of a person, such as their abilities and motivation, as well as the engineering design and technical aspects of systems. Practical importance. Based on analyzing various techniques for modeling accidents, as well as studying the examples used in modeling several previous accidents and review the results of this modeling, it is concluded that it is necessary to improve the modeling techniques. The result was the appearance of hybrid models of risk management in socio-technical systems, which we will consider in detail in our next work.
问题的陈述。今天的主要任务之一是防止复杂系统中的事故,这需要确定事故的原因。在这方面,正在发展若干关于事故因果关系的理论和模型。传统的事故建模方法不足以分析社会技术系统等复杂环境中发生的事故,因为事故不是单个组件故障或人为错误的结果。因此,我们需要更系统的方法对事故进行调查和建模。目的。对复杂系统中的事故模型进行比较分析,确定每种模型的优缺点,并研究它们在社会技术系统风险管理中使用的可行性。本文分析了事故建模的主要方法及其在确定现代复杂系统的因果关系和动力学方面的局限性。讨论了基于系统理论的社会技术系统中安全与事故模型的方法。社会技术系统的复杂性需要新的方法来模拟应急管理的发展。同时,必须考虑到整个社会技术系统,并集中注意同时审议这些系统的社会和技术方面。在对事故进行建模时,有必要考虑到社会结构和社会互动的过程、文化环境、一个人的个人特征,例如他们的能力和动机,以及系统的工程设计和技术方面。实际的重要性。在分析各种事故建模技术的基础上,研究了以往几起事故的建模实例,并对建模结果进行了回顾,得出了建模技术有待改进的结论。其结果是社会技术系统中风险管理混合模型的出现,我们将在接下来的工作中详细考虑。
{"title":"Analyzing common approaches of accident models for risk management in socio-technical systems","authors":"M. Kiwan, D. Berezkin, M. Raad, B. Rasheed","doi":"10.18127/j19997493-202101-03","DOIUrl":"https://doi.org/10.18127/j19997493-202101-03","url":null,"abstract":"Statement of a problem. One of the main tasks today is to prevent accidents in complex systems, which requires determining their cause. In this regard, several theories and models of the causality of accidents are being developed. Traditional approaches to accident modeling are not sufficient for the analysis of accidents occurring in complex environments such as socio-technical systems, since an accident is not the result of individual component failure or human error. Therefore, we need more systematic methods for the investigation and modeling of accidents. Purpose. Conduct a comparative analysis of accident models in complex systems, identify the strengths and weaknesses of each of these models, and study the feasibility of their use in risk management in socio-technical systems. The paper analyzes the main approaches of accident modeling and their limitations in determining the cause-and-effect relationships and dynamics of modern complex systems. the methodologies to safety and accident models in sociotechnical systems based on systems theory are discussed. The complexity of sociotechnical systems requires new methodologies for modeling the development of emergency management. At the same time, it is necessary to take into account the socio-technical system as a whole and to focus on the simultaneous consideration of the social and technical aspects of the systems. When modeling accidents, it is necessary to take into account the social structures and processes of social interaction, the cultural environment, individual characteristics of a person, such as their abilities and motivation, as well as the engineering design and technical aspects of systems. Practical importance. Based on analyzing various techniques for modeling accidents, as well as studying the examples used in modeling several previous accidents and review the results of this modeling, it is concluded that it is necessary to improve the modeling techniques. The result was the appearance of hybrid models of risk management in socio-technical systems, which we will consider in detail in our next work.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"24 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":"123885604","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
Intelligent system for collecting and analyzing information about the actions of users of an automated enterprise management system 用于收集和分析企业自动化管理系统中用户行为信息的智能系统
Pub Date : 1900-01-01 DOI: 10.18127/j19997493-202102-03
M. V. Vinogradova, A. S. Larionov, V. Chernenky
Currently, most modern manufacturing companies use automated information systems to account for resources and plan their activities. The functionality of these systems often becomes very extensive and actively changes over time. It is required to maintain the competence of employees when working with them, for which enterprise knowledge bases are created, which, however, themselves require significant labor costs to build. This paper describes methods and tools for collecting and analyzing information about the actions of users in an automated enterprise management system, which allows you to identify problems in its business processes and the most frequent mistakes of employees. Under the basic information system of the enterprise we mean the software complexes for resource management and control of production activities. One of the most common samples are products based on 1C: Enterprise platform. These systems include advanced functionality of the accounting of user actions, where the type and time of events is recorded, as well as instances of related objects. Common intelligent systems for automating the filling of knowledge bases concentrate on the generation of materials directly from the data structure of the main information system, or analysis of already existing documents in natural language. The approach we propose is not aimed at completely replacing a human expert, but at providing him with up-to-date information about the needs of users in the order of compiling knowledge base materials. The information system of an enterprise is represented by a discrete dynamic system, whose elements change state as a result of user actions. Users' interactions with the information system are recorded as time-ordered sequences of elementary events, which are stored in a special logbook. The subject area structure and business processes of the core information system are described in a knowledge base in the form of a graph structure. Its elements include human-readable materials and a set of metadata, allowing their analysis by algorithmic methods. Based on the results of the work, an approach to identify the most relevant materials for the composition of the knowledge base materials is developed. It is based on algorithmic analysis of the actions of users of the basic information system and the calculation of the amount of time that users spend to eliminate emerging problems. To assess the effectiveness of the proposed approach developed a simulation model and conducted experiments to estimate the downtime of users, depending on the method of filling the knowledge base.
目前,大多数现代制造公司使用自动化信息系统来计算资源和计划他们的活动。这些系统的功能通常变得非常广泛,并且随着时间的推移而不断变化。在与员工一起工作时,需要保持员工的能力,为此创建了企业知识库,然而,这些知识库本身需要大量的劳动力成本来构建。本文描述了在自动化企业管理系统中收集和分析用户行为信息的方法和工具,它允许您识别其业务流程中的问题和员工最常见的错误。企业基础信息系统是指对生产活动进行资源管理和控制的软件综合体。最常见的示例之一是基于1C: Enterprise平台的产品。这些系统包括用户操作的高级功能,记录事件的类型和时间,以及相关对象的实例。用于自动化知识库填充的常见智能系统集中于直接从主要信息系统的数据结构中生成材料,或者用自然语言分析已经存在的文档。我们提出的方法不是为了完全取代人类专家,而是按照编写知识库材料的顺序为他提供关于用户需求的最新信息。企业的信息系统是一个离散的动态系统,它的元素会随着用户的行为而改变状态。用户与信息系统的交互被记录为时间顺序的基本事件序列,并存储在一个特殊的日志中。在知识库中以图结构的形式描述了核心信息系统的学科领域结构和业务流程。它的元素包括人类可读的材料和一组元数据,允许通过算法方法进行分析。在此基础上,提出了一种识别知识库材料构成中最相关材料的方法。它基于对基本信息系统用户行为的算法分析,并计算用户花费的时间来消除新出现的问题。为了评估所提出方法的有效性,开发了仿真模型并进行了实验,以估计用户的停机时间,这取决于填充知识库的方法。
{"title":"Intelligent system for collecting and analyzing information about the actions of users of an automated enterprise management system","authors":"M. V. Vinogradova, A. S. Larionov, V. Chernenky","doi":"10.18127/j19997493-202102-03","DOIUrl":"https://doi.org/10.18127/j19997493-202102-03","url":null,"abstract":"Currently, most modern manufacturing companies use automated information systems to account for resources and plan their activities. The functionality of these systems often becomes very extensive and actively changes over time. It is required to maintain the competence of employees when working with them, for which enterprise knowledge bases are created, which, however, themselves require significant labor costs to build. This paper describes methods and tools for collecting and analyzing information about the actions of users in an automated enterprise management system, which allows you to identify problems in its business processes and the most frequent mistakes of employees. Under the basic information system of the enterprise we mean the software complexes for resource management and control of production activities. One of the most common samples are products based on 1C: Enterprise platform. These systems include advanced functionality of the accounting of user actions, where the type and time of events is recorded, as well as instances of related objects. Common intelligent systems for automating the filling of knowledge bases concentrate on the generation of materials directly from the data structure of the main information system, or analysis of already existing documents in natural language. The approach we propose is not aimed at completely replacing a human expert, but at providing him with up-to-date information about the needs of users in the order of compiling knowledge base materials. The information system of an enterprise is represented by a discrete dynamic system, whose elements change state as a result of user actions. Users' interactions with the information system are recorded as time-ordered sequences of elementary events, which are stored in a special logbook. The subject area structure and business processes of the core information system are described in a knowledge base in the form of a graph structure. Its elements include human-readable materials and a set of metadata, allowing their analysis by algorithmic methods. Based on the results of the work, an approach to identify the most relevant materials for the composition of the knowledge base materials is developed. It is based on algorithmic analysis of the actions of users of the basic information system and the calculation of the amount of time that users spend to eliminate emerging problems. To assess the effectiveness of the proposed approach developed a simulation model and conducted experiments to estimate the downtime of users, depending on the method of filling the knowledge base.","PeriodicalId":370962,"journal":{"name":"Dynamics of Complex Systems - XXI century","volume":"100 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":"122603143","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
期刊
Dynamics of Complex Systems - XXI century
全部 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