Читать книгу Глоссариум по искусственному интеллекту: 2500 терминов. Том 2 - Александр Николаевич Чашин, Инна Евгеньевна Скворцова, Александр Николаевич Афонин - Страница 3
Artificial Intelligence glossary
«A»
ОглавлениеA/B Testing is a statistical way of comparing two (or more) techniques, typically an incumbent against a new rival. A/B testing aims to determine not only which technique performs better but also to understand whether the difference is statistically significant. A/B testing usually considers only two techniques using one measurement, but it can be applied to any finite number of techniques and measures2.
Abductive logic programming (ALP) is a high-level knowledge-representation framework that can be used to solve problems declaratively based on abductive reasoning. It extends normal logic programming by allowing some predicates to be incompletely defined, declared as adducible predicates3.
Abductive reasoning (also abduction) is a form of logical inference which starts with an observation or set of observations then seeks to find the simplest and most likely explanation. This process, unlike deductive reasoning, yields a plausible conclusion but does not positively verify it. abductive inference, or retroduction4.
Abstract data type is a mathematical model for data types, where a data type is defined by its behavior (semantics) from the point of view of a user of the data, specifically in terms of possible values, possible operations on data of this type, and the behavior of these operations5.
Abstraction — the process of removing physical, spatial, or temporal details or attributes in the study of objects or systems in order to more closely attend to other details of interest6.
Accelerating change is a perceived increase in the rate of technological change throughout history, which may suggest faster and more profound change in the future and may or may not be accompanied by equally profound social and cultural change7.
Access to information – the ability to obtain information and use it8.
Access to information constituting a commercial secret – familiarization of certain persons with information constituting a commercial secret, with the consent of its owner or on other legal grounds, provided that this information is kept confidential9.
Accuracy – the fraction of predictions that a classification model got right. In multi-class classification, accuracy is defined as follows:
In binary classification, accuracy has the following definition:
See true positive and true negative. Contrast accuracy with precision and recall10,11.
Action in reinforcement learning, is the mechanism by which the agent transitions between states of the environment. The agent chooses the action by using a policy12.
Action language is a language for specifying state transition systems, and is commonly used to create formal models of the effects of actions on the world. Action languages are commonly used in the artificial intelligence and robotics domains, where they describe how actions affect the states of systems over time, and may be used for automated planning13.
Action model learning is an area of machine learning concerned with creation and modification of software agent’s knowledge about effects and preconditions of the actions that can be executed within its environment. This knowledge is usually represented in logic-based action description language and used as the input for automated planners14.
Action selection is a way of characterizing the most basic problem of intelligent systems: what to do next. In artificial intelligence and computational cognitive science, «the action selection problem» is typically associated with intelligent agents and animats – artificial systems that exhibit complex behaviour in an agent environment15.
Activation function in the context of Artificial Neural Networks, is a function that takes in the weighted sum of all of the inputs from the previous layer and generates an output value to ignite the next layer16.
Active Learning/Active Learning Strategy is a special case of Semi-Supervised Machine Learning in which a learning agent is able to interactively query an oracle (usually, a human annotator) to obtain labels at new data points. A training approach in which the algorithm chooses some of the data it learns from. Active learning is particularly valuable when labeled examples are scarce or expensive to obtain. Instead of blindly seeking a diverse range of labeled examples, an active learning algorithm selectively seeks the particular range of examples it needs for learning17,18,19.
Adam optimization algorithm it is an extension of stochastic gradient descent which has recently gained wide acceptance for deep learning applications in computer vision and natural language processing20.
Adaptive algorithm is an algorithm that changes its behavior at the time it is run, based on a priori defined reward mechanism or criterion21,22.
Adaptive Gradient Algorithm (AdaGrad) is a sophisticated gradient descent algorithm that rescales the gradients of each parameter, effectively giving each parameter an independent learning rate23.
Adaptive neuro fuzzy inference system (ANFIS) (also adaptive network-based fuzzy inference system) is a kind of artificial neural network that is based on Takagi—Sugeno fuzzy inference system. The technique was developed in the early 1990s. Since it integrates both neural networks and fuzzy logic principles, it has potential to capture the benefits of both in a single framework. Its inference system corresponds to a set of fuzzy IF—THEN rules that have learning capability to approximate nonlinear functions. Hence, ANFIS is considered to be a universal estimator. For using the ANFIS in a more efficient and optimal way, one can use the best parameters obtained by genetic algorithm24.
Adaptive system is a system that automatically changes the data of its functioning algorithm and (sometimes) its structure in order to maintain or achieve an optimal state when external conditions change25.
Additive technologies are technologies for the layer-by-layer creation of three-dimensional objects based on their digital models («twins»), which make it possible to manufacture products of complex geometric shapes and profiles26.
Admissible heuristic in computer science, specifically in algorithms related to pathfinding, a heuristic function is said to be admissible if it never overestimates the cost of reaching the goal, i.e., the cost it estimates to reach the goal is not higher than the lowest possible cost from the current point in the path27.
Affective computing (also artificial emotional intelligence or emotion AI) – the study and development of systems and devices that can recognize, interpret, process, and simulate human affects. Affective computing is an interdisciplinary field spanning computer science, psychology, and cognitive science28.
Agent architecture is a blueprint for software agents and intelligent control systems, depicting the arrangement of components. The architectures implemented by intelligent agents are referred to as cognitive architectures29.
Agent in reinforcement learning, is the entity that uses a policy to maximize expected return gained from transitioning between states of the environment30.
Agglomerative clustering (see hierarchical clustering) is one of the clustering algorithms, first assigns every example to its own cluster, and iteratively merges the closest clusters to create a hierarchical tree31.
Aggregate is a total created from smaller units. For instance, the population of a county is an aggregate of the populations of the cities, rural areas, etc., that comprise the county. To total data from smaller units into a large unit32.
Aggregator is a type of software that brings together various types of Web content and provides it in an easily accessible list. Feed aggregators collect things like online articles from newspapers or digital publications, blog postings, videos, podcasts, etc. A feed aggregator is also known as a news aggregator, feed reader, content aggregator or an RSS reader33.
AI acceleration – acceleration of calculations encountered with AI, specialized AI hardware accelerators are allocated for this purpose (see also artificial intelligence accelerator, hardware acceleration)34.
AI acceleration is the acceleration of AI-related computations, for this purpose specialized AI hardware accelerators are used35.
AI accelerator is a class of microprocessor or computer system designed as hardware acceleration for artificial intelligence applications, especially artificial neural networks, machine vision, and machine learning36.
AI accelerator is a specialized chip that improves the speed and efficiency of training and testing neural networks. However, for semiconductor chips, including most AI accelerators, there is a theoretical minimum power consumption limit. Reducing consumption is possible only with the transition to optical neural networks and optical accelerators for them37.
AI benchmark is an AI benchmark for evaluating the capabilities, efficiency, performance and for comparing ANNs, machine learning (ML) models, architectures and algorithms when solving various AI problems, special benchmarks are created and standardized, initial marks. For example, Benchmarking Graph Neural Networks – benchmarking (benchmarking) of graph neural networks (GNS, GNN) – usually includes installing a specific benchmark, loading initial datasets, testing ANNs, adding a new dataset and repeating iterations.
AI benchmark is benchmarking of AI systems, to assess the capabilities, efficiency, performance and to compare ANNs, machine learning (ML) models, architectures and algorithms when solving various AI problems, special benchmark tests are created and standardized, benchmarks. For example, Benchmarking Graph Neural Networks – benchmarking (benchmarking) of graph neural networks (GNS, GNN) – usually includes installing a specific benchmark, loading initial datasets, testing ANNs, adding a new dataset and repeating iterations (see also artificial neural network benchmarks).
AI Building and Training Kits – applications and software development kits (SDKs) that abstract platforms, frameworks, analytics libraries, and data analysis appliances, allowing software developers to incorporate AI into new or existing applications.
AI camera is a camera with artificial intelligence, digital cameras of a new generation – allow you to analyze images by recognizing faces, their expression, object contours, textures, gradients, lighting patterns, which is taken into account when processing images; some AI cameras are capable of taking pictures on their own, without human intervention, at moments that the camera finds most interesting, etc. (see also camera, software-defined camera).
AI chipset is a chipset for systems with AI, for example, AI chipset industry is an industry of chipsets for systems with AI, AI chipset market is a market for chipsets for systems with AI.
AI chipset market – chipset market for systems with artificial intelligence (AI), see also AI chipset.
AI chipset market is the market for chipsets for artificial intelligence (AI) systems.
AI cloud services – AI model building tools, APIs, and associated middleware that enable you to build/train, deploy, and consume machine learning models that run on a prebuilt infrastructure as cloud services. These services include automated machine learning, machine vision services, and language analysis services.
AI CPU is a central processing unit for AI tasks, synonymous with AI processor.
AI engineer – AI systems engineer.
AI engineering – transfer of AI technologies from the level of R&D, experiments and prototypes to the engineering and technical level, with the expanded implementation of AI methods and tools in IT systems to solve real production problems of a company, organization. One of the strategic technological trends (trends) that can radically affect the state of the economy, production, finance, the state of the environment and, in general, the quality of life of a person and humanity.
AI hardware (also AI-enabled hardware) – artificial intelligence infrastructure system hardware, AI infrastructure. Explanations in the Glossary are usually brief.
AI hardware is infrastructure hardware or artificial intelligence system, AI infrastructure.
AI industry – for example, commercial AI industry – commercial AI industry, commercial sector of the AI industry.
AI industry trends are promising directions for the development of the AI industry.
AI infrastructure (also AI-defined infrastructure, AI-enabled Infrastructure) – artificial intelligence infrastructure systems, for example, AI infrastructure research – research in the field of AI infrastructures (see also AI, AI hardware).
AI server (artificial intelligence server) – is a server with (based on) AI; a server that provides solving AI problems.
AI shopper is a non-human economic entity that receives goods or services in exchange for payment. Examples include virtual personal assistants, smart appliances, connected cars, and IoT-enabled factory equipment. These AIs act on behalf of a human or organization client.
AI supercomputer is a supercomputer for artificial intelligence tasks, a supercomputer for AI, characterized by a focus on working with large amounts of data (see also artificial intelligence, supercomputer).
AI term is a term from the field of AI (from terminology, AI vocabulary), for example, in AI terms – in terms of AI (in AI language) (see also AI terminology).
AI term is a term from the field of AI (from terminology, AI vocabulary), for example, in AI terms – in terms of AI (in AI language).
AI terminology (artificial intelligence terminology) is a set of special terms related to the field of AI (see also AI term).
AI terminology is the terminology of artificial intelligence, a set of technical terms related to the field of AI.
AI TRiSM is the management of an AI model to ensure trust, fairness, efficiency, security, and data protection38.
AI vendor is a supplier of AI tools (systems, solutions).
AI vendor is a supplier of AI tools (systems, solutions).
AI winter (Winter of artificial intelligence) is a period of reduced interest in the subject area, reduced research funding. The term was coined by analogy with the idea of nuclear winter. The field of artificial intelligence has gone through several cycles of hype, followed by disappointment and criticism, followed by a strong cooling off of interest, and then followed by renewed interest years or decades later39,40.
AI workstation is a workstation (PC) with (based on) AI; AI RS, a specialized computer for solving technical or scientific problems, AI tasks; usually connected to a LAN with multi-user operating systems, intended primarily for the individual work of one specialist.
AI workstation is a workstation (PC) with means (based on) AI; AI PC, a specialized desktop PC for solving technical or scientific problems, AI tasks; usually connected to a LAN with multi-user operating systems, intended primarily for the individual work of one specialist.
AI-based management system – the process of creating policies, allocating decision-making rights and ensuring organizational responsibility for risk and investment decisions for an application, as well as using artificial intelligence methods.
AI-based systems are information processing technologies that include models and algorithms that provide the ability to learn and perform cognitive tasks, with results in the form of predictive assessment and decision making in a material and virtual environment. AI systems are designed to work with some degree of autonomy through modeling and representation of knowledge, as well as the use of data and the calculation of correlations. AI-based systems can use various methodologies, in particular: machine learning, including deep learning and reinforcement learning; automated reasoning, including planning, dispatching, knowledge representation and reasoning, search and optimization. AI-based systems can be used in cyber-physical systems, including equipment control systems via the Internet, robotic equipment, social robotics and human-machine interface systems that combine the functions of control, recognition, processing of data collected by sensors, as well as the operation of actuators in the environment of functioning of AI systems41.
AI-complete. In the field of artificial intelligence, the most difficult problems are informally known as AI-complete or AI-hard, implying that the difficulty of these computational problems is equivalent to that of solving the central artificial intelligence problem – making computers as intelligent as people, or strong AI. To call a problem AI-complete reflects an attitude that it would not be solved by a simple specific algorithm42.
AI-enabled – using AI and equipped with AI, for example, AI-enabled tools – tools with AI (see also AI-enabled device).
AI-enabled device is a device supported by an artificial intelligence (AI) system, such as an intelligent robot.
AI-enabled device is a device supported by an artificial intelligence (AI) system, such as an intelligent robot (see also AI-enabled healthcare device)43.
AI-enabled healthcare device is an AI-enabled device for healthcare (medical care), see also AI-enabled device.
AI-enabled healthcare device is an AI-enabled healthcare device44.
AI-enabled is hardware or software that uses AI-enabled AI, such as AI-enabled tools.
AI-optimized – optimized for AI tasks; AI-optimized chip, for example, an AI-optimized chip is a chip optimized for AI tasks (see also artificial intelligence).
AI-optimized is one that is optimized for AI tasks or optimized using AI tools, for example, an AI-optimized chip is a chip that is optimized for AI tasks.
AlexNet – the name of a neural network that won the ImageNet Large Scale Visual Recognition Challenge in 2012. It is named after Alex Krizhevsky, then a computer science PhD student at Stanford University. See ImageNet.45
Algorithm – an exact prescription for the execution in a certain order of a system of operations for solving any problem from some given class (set) of problems. The term «algorithm» comes from the name of the Uzbek mathematician Musa Al-Khorezmi, who in the 9th century proposed the simplest arithmetic algorithms. In mathematics and cybernetics, a class of problems of a certain type is considered solved when an algorithm is established to solve it. Finding algorithms is a natural human goal in solving various classes of problems46.
Algorithmic Assessment is a technical evaluation that helps identify and address potential risks and unintended consequences of AI systems across your business, to engender trust and build supportive systems around AI decision making47.
AlphaGo is the first computer program that defeated a professional player on the board game Go in October 2015. Later in October 2017, AlphaGo’s team released its new version named AlphaGo Zero which is stronger than any previous human-champion defeating versions. Go is played on 19 by 19 board which allows for 10171 possible layouts (chess 1050 configurations). It is estimated that there are 1080 atoms in the universe48.
Physical media is the physical material that is used to store or transmit information in a data transmission49.
Ambient intelligence (AmI) represents the future vision of intelligent computing where explicit input and output devices will not be required; instead, sensors and processors will be embedded into everyday devices and the environment will adapt to the user’s needs and desires seamlessly. AmI systems, will use the contextual information gathered through these embedded sensors and apply Artificial Intelligence (AI) techniques to interpret and anticipate the users’ needs. The technology will be designed to be human centric and easy to use50.
Analogical Reasoning – solving problems by using analogies, by comparing to past experiences51.
Analysis of algorithms (AofA) – the determination of the computational complexity of algorithms, that is the amount of time, storage and/or other resources necessary to execute them. Usually, this involves determining a function that relates the length of an algorithm’s input to the number of steps it takes (its time complexity) or the number of storage locations it uses (its space complexity)52.
Annotation is a metadatum attached to a piece of data, typically provided by a human annotator53.
Anokhin’s theory of functional systems is a functional system consists of a certain number of nodal mechanisms, each of which takes its place and has a certain specific purpose. The first of these is afferent synthesis, in which four obligatory components are distinguished: dominant motivation, situational and triggering afferentation, and memory. The interaction of these components leads to the decision-making process54.
Anomaly detection – the process of identifying outliers. For example, if the mean for a certain feature is 100 with a standard deviation of 10, then anomaly detection should flag a value of 200 as suspicious55,56.
Anonymization – the process in which data is de-identified as part of a mechanism to submit data for machine learning57.
Answer set programming (ASP) is a form of declarative programming oriented towards difficult (primarily NP-hard) search problems. It is based on the stable model (answer set) semantics of logic programming. In ASP, search problems are reduced to computing stable models, and answer set solvers – programs for generating stable models – are used to perform search58.
Antivirus software is a program or set of programs that are designed to prevent, search for, detect, and remove software viruses, and other malicious software like worms, trojans, adware, and more59.
Anytime algorithm is an algorithm that can return a valid solution to a problem even if it is interrupted before it ends60.
API-AS-a-service (AaaS) combines the API economy and software renting and provides application programming interfaces as a service61.
Application programming interface (API) is a set of subroutine definitions, communication protocols, and tools for building software. In general terms, it is a set of clearly defined methods of communication among various components. A good API makes it easier to develop a computer program by providing all the building blocks, which are then put together by the programmer. An API may be for a web-based system, operating system, database system, computer hardware, or software library62.
Application security is the process of making apps more secure by finding, fixing, and enhancing the security of apps. Much of this happens during the development phase, but it includes tools and methods to protect apps once they are deployed. This is becoming more important as hackers increasingly target applications with their attacks63.
Application-specific integrated circuit (ASIC) is a specialized integrated circuit for solving a specific problem64.
Approximate string matching (also fuzzy string searching) – the technique of finding strings that match a pattern approximately (rather than exactly). The problem of approximate string matching is typically divided into two sub-problems: finding approximate substring matches inside a given string and finding dictionary strings that match the pattern approximately65.
Approximation error – the discrepancy between an exact value and some approximation to it66.
Architectural description group (Architectural view) is a representation of the system as a whole in terms of a related set of interests67,68.
Architectural frameworks are high-level descriptions of an organization as a system; they capture the structure of its main components at varied levels, the interrelationships among these components, and the principles that guide their evolution69.
Architecture of a computer is a conceptual structure of a computer that determines the processing of information and includes methods for converting information into data and the principles of interaction between hardware and software70.
Architecture of a computing system is the configuration, composition and principles of interaction (including data exchange) of the elements of a computing system71.
Architecture of a system is the fundamental organization of a system, embodied in its elements, their relationships with each other and with the environment, as well as the principles that guide its design and evolution72.
Archival Information Collection (AIC) is information whose content is an aggregation of other archive information packages. The digital preservation function preserves the capability to regenerate the DIPs (Dissemination Information Packages) as needed over time73.
Archival Storage is a source for data that is not needed for an organization’s everyday operations, but may have to be accessed occasionally. By utilizing an archival storage, organizations can leverage to secondary sources, while still maintaining the protection of the data. Utilizing archival storage sources reduces primary storage costs required and allows an organization to maintain data that may be required for regulatory or other requirements74.
Area under curve (AUC) – the area under a curve between two points is calculated by performing the definite integral. In the context of a receiver operating characteristic for a binary classifier, the AUC represents the classifier’s accuracy75.
Area Under the ROC curve is the probability that a classifier will be more confident that a randomly chosen positive example is actually positive than that a randomly chosen negative example is positive76.
Argumentation framework is a way to deal with contentious information and draw conclusions from it. In an abstract argumentation framework, entry-level information is a set of abstract arguments that, for instance, represent data or a proposition. Conflicts between arguments are represented by a binary relation on the set of arguments77.
Artifact is one of many kinds of tangible by-products produced during the development of software. Some artifacts (e.g., use cases, class diagrams, and other Unified Modeling Language (UML) models, requirements and design documents) help describe the function, architecture, and design of software. Other artifacts are concerned with the process of development itself – such as project plans, business cases, and risk assessments78.
Artificial General Intelligence (AGI) as opposed to narrow intelligence, also known as complete, strong, super intelligence, Human Level Machine Intelligence, indicates the ability of a machine that can successfully perform any tasks in an intellectual way as the human being. Artificial superintelligence is a term referring to the time when the capability of computers will surpass humans79,80.
Artificial Intelligence (AI) – (machine intelligence) refers to systems that display intelligent behavior by analyzing their environment and taking actions – with some degree of autonomy – to achieve specific goals. AI-based systems can be purely software-based, acting in the virtual world (e.g., voice assistants, image analysis software, search engines, speech and face recognition systems) or AI can be embedded in hardware devices (e.g., advanced robots, autonomous cars, drones, or Internet of Things applications). The term AI was first coined by John McCarthy in 195681.
Artificial Intelligence Automation Platforms – platforms that enable the automation and scaling of production-ready AI. Artificial Intelligence Platforms involves the use of machines to perform the tasks that are performed by human beings. The platforms simulate the cognitive function that human minds perform such as problem-solving, learning, reasoning, social intelligence as well as general intelligence. Top Artificial Intelligence Platforms: Google AI Platform, TensorFlow, Microsoft Azure, Rainbird, Infosys Nia, Wipro HOLMES, Dialogflow, Premonition, Ayasdi, MindMeld, Meya, KAI, Vital A.I, Wit, Receptiviti, Watson Studio, Lumiata, Infrrd82.
Artificial intelligence engine (also AI engine, AIE) is an artificial intelligence engine, a hardware and software solution for increasing the speed and efficiency of artificial intelligence system tools.
Artificial Intelligence for IT Operations (AIOps) is an emerging IT practice that applies artificial intelligence to IT operations to help organizations intelligently manage infrastructure, networks, and applications for performance, resilience, capacity, uptime, and, in some cases, security. By shifting traditional, threshold-based alerts and manual processes to systems that take advantage of AI and machine learning, AIOps enables organizations to better monitor IT assets and anticipate negative incidents and impacts before they take hold. AIOps is a term coined by Gartner in 2016 as an industry category for machine learning analytics technology that enhances IT operations analytics covering operational tasks include automation, performance monitoring and event correlations, among others. Gartner define an AIOps Platform thus: «An AIOps platform combines big data and machine learning functionality to support all primary IT operations functions through the scalable ingestion and analysis of the ever-increasing volume, variety and velocity of data generated by IT. The platform enables the concurrent use of multiple data sources, data collection methods, and analytical and presentation technologies»83,84,85.
Artificial Intelligence Markup Language (AIML) is an XML dialect for creating natural language software agents86.
Artificial Intelligence of the Commonsense knowledge is one of the areas of development of artificial intelligence, which is engaged in modeling the ability of a person to analyze various life situations and be guided in his actions by common sense87.
Artificial Intelligence Open Library is a set of algorithms designed to develop technological solutions based on artificial intelligence, described using programming languages and posted on the Internet88.
Artificial intelligence system (AIS) is a programmed or digital mathematical model (implemented using computer computing systems) of human intellectual capabilities, the main purpose of which is to search, analyze and synthesize large amounts of data from the world around us in order to obtain new knowledge about it and solve them. basis of various vital tasks. The discipline «Artificial Intelligence Systems» includes consideration of the main issues of modern theory and practice of building intelligent systems.
Artificial intelligence technologies – technologies based on the use of artificial intelligence, including computer vision, natural language processing, speech recognition and synthesis, intelligent decision support and advanced methods of artificial intelligence89.
Artificial life (Alife, A-Life) is a field of study wherein researchers examine systems related to natural life, its processes, and its evolution, through the use of simulations with computer models, robotics, and biochemistry. The discipline was named by Christopher Langton, an American theoretical biologist, in 1986. In 1987 Langton organized the first conference on the field, in Los Alamos, New Mexico. There are three main kinds of alife, named for their approaches: soft, from software; hard, from hardware; and wet, from biochemistry. Artificial life researchers study traditional biology by trying to recreate aspects of biological phenomena90.
Artificial Narrow Intelligence (ANI), also known as weak or applied intelligence, represents most of the current artificial intelligent systems which usually focus on a specific task. Narrow AIs are mostly much better than humans at the task they were made for: for example, look at face recognition, chess computers, calculus, and translation. The definition of artificial narrow intelligence is in contrast to that of strong AI or artificial general intelligence, which aims at providing a system with consciousness or the ability to solve any problems. Virtual assistants and AlphaGo are examples of artificial narrow intelligence systems91.
Artificial Neural Network (ANN) is a computational model in machine learning, which is inspired by the biological structures and functions of the mammalian brain. Such a model consists of multiple units called artificial neurons which build connections between each other to pass information. The advantage of such a model is that it progressively «learns» the tasks from the given data without specific programing for a single task92.
Artificial neuron is a mathematical function conceived as a model of biological neurons, a neural network. The difference between an artificial neuron and a biological neuron is shown in the figure. Artificial neurons are the elementary units of an artificial neural network. An artificial neuron receives one or more inputs (representing excitatory postsynaptic potentials and inhibitory postsynaptic potentials on nerve dendrites) and sums them to produce an output signal (or activation, representing the action potential of the neuron that is transmitted down its axon). Typically, each input is weighted separately, and the sum is passed through a non-linear function known as an activation function or transfer function. Transfer functions are usually sigmoid, but they can also take the form of other non-linear functions, piecewise linear functions, or step functions. They are also often monotonically increasing, continuous, differentiable, and bounded93,94.
Artificial Superintelligence (ASI) is a term referring to the time when the capability of computers will surpass humans. «Artificial intelligence,» which has been much used since the 1970s, refers to the ability of computers to mimic human thought. Artificial superintelligence goes a step beyond and posits a world in which a computer’s cognitive ability is superior to a human’s95.
Assistive intelligence is AI-based systems that help make decisions or perform actions.
Association for the Advancement of Artificial Intelligence (AAAI) is an international, nonprofit, scientific society devoted to promote research in, and responsible use of, artificial intelligence. AAAI also aims to increase public understanding of artificial intelligence (AI), improve the teaching and training of AI practitioners, and provide guidance for research planners and funders concerning the importance and potential of current AI developments and future directions96.
Association is another type of unsupervised learning method that uses different rules to find relationships between variables in a given dataset. These methods are frequently used for market basket analysis and recommendation engines, along the lines of «Customers Who Bought This Item Also Bought» recommendations97.
Association Rule Learning is a rule-based Machine Learning method for discovering interesting relations between variables in large data sets98.
Asymptotic computational complexity in computational complexity theory, asymptotic computational complexity is the usage of asymptotic analysis for the estimation of computational complexity of algorithms and computational problems, commonly associated with the usage of the big O notation99.
Asynchronous inter-chip protocols are protocols for data exchange in low-speed devices; instead of frames, individual characters are used to control the exchange of data100.
Attention mechanism is one of the key innovations in the field of neural machine translation. Attention allowed neural machine translation models to outperform classical machine translation systems based on phrase translation. The main bottleneck in sequence-to-sequence learning is that the entire content of the original sequence needs to be compressed into a vector of a fixed size. The attention mechanism facilitates this task by allowing the decoder to look back at the hidden states of the original sequence, which are then provided as a weighted average as additional input to the decoder101.
Attributional calculus (AC) is a logic and representation system defined by Ryszard S. Michalski. It combines elements of predicate logic, propositional calculus, and multi-valued logic. Attributional calculus provides a formal language for natural induction, an inductive learning process whose results are in forms natural to people102.
Augmented Intelligence is the intersection of machine learning and advanced applications, where clinical knowledge and medical data converge on a single platform. The potential benefits of Augmented Intelligence are realized when it is used in the context of workflows and systems that healthcare practitioners operate and interact with. Unlike Artificial Intelligence, which tries to replicate human intelligence, Augmented Intelligence works with and amplifies human intelligence103.
Augmented reality (AR) is an interactive experience of a real-world environment where the objects that reside in the real-world are «augmented» by computer-generated perceptual information, sometimes across multiple sensory modalities, including visual, auditory, haptic, somatosensory, and olfactory104.
Augmented reality technologies are visualization technologies based on adding information or visual effects to the physical world by overlaying graphic and/or sound content to improve user experience and interactive features105.
Auto Associative Memory is a single layer neural network in which the input training vector and the output target vectors are the same. The weights are determined so that the network stores a set of patterns. As shown in the following figure, the architecture of Auto Associative memory network has «n’ number of input training vectors and similar «n’ number of output target vectors106.
Autoencoder (AE) is a type of Artificial Neural Network used to produce efficient representations of data in an unsupervised and non-linear manner, typically to reduce dimensionality107.
Automata theory – the study of abstract machines and automata, as well as the computational problems that can be solved using them. It is a theory in theoretical computer science and discrete mathematics (a subject of study in both mathematics and computer science). Automata theory (part of the theory of computation) is a theoretical branch of Computer Science and Mathematics, which mainly deals with the logic of computation with respect to simple machines, referred to as automata108,109.
Automated control system – a set of software and hardware designed to control technological and (or) production equipment (executive devices) and the processes they produce, as well as to control such equipment and processes110.
Automated planning and scheduling (also simply AI planning) is a branch of artificial intelligence that concerns the realization of strategies or action sequences, typically for execution by intelligent agents, autonomous robots and unmanned vehicles. Unlike classical control and classification problems, the solutions are complex and must be discovered and optimized in multidimensional space. Planning is also related to decision theory111.
Automated processing of personal data – processing of personal data using computer technology112.
Automated reasoning is an area of computer science and mathematical logic dedicated to understanding different aspects of reasoning. The study of automated reasoning helps produce computer programs that allow computers to reason completely, or nearly completely, automatically. Although automated reasoning is considered a sub-field of artificial intelligence, it also has connections with theoretical computer science, and even philosophy113.
Automated system is an organizational and technical system that guarantees the development of solutions based on the automation of information processes in various fields of activity114.
Automation bias is when a human decision maker favors recommendations made by an automated decision-making system over information made without automation, even when the automated decision-making system makes errors115.
Automation is a technology by which a process or procedure is performed with minimal human intervention116.
Autonomic computing is the ability of a system to adaptively self-manage its own resources for high-level computing functions without user input117.
Autonomous artificial intelligence is a biologically inspired system that tries to reproduce the structure of the brain, the principles of its operation with all the properties that follow from this118,119.
Autonomous car (also self-driving car, robot car, and driverless car) is a vehicle that is capable of sensing its environment and moving with little or no human input120.
Autonomous is a machine is described as autonomous if it can perform its task or tasks without needing human intervention121.
Autonomous robot is a robot that performs behaviors or tasks with a high degree of autonomy. Autonomous robotics is usually considered to be a subfield of artificial intelligence, robotics, and information engineering122.
Autonomous vehicle is a mode of transport based on an autonomous driving system. The control of an autonomous vehicle is fully automated and carried out without a driver using optical sensors, radar and computer algorithms123.
Autoregressive Model is an autoregressive model is a time series model that uses observations from previous time steps as input to a regression equation to predict the value at the next time step. In statistics and signal processing, an autoregressive model is a representation of a type of random process. It is used to describe certain time-varying processes in nature, economics, etc.124.
Auxiliary intelligence – systems based on artificial intelligence that complement human decisions and are able to learn in the process of interacting with people and the environment.
Average precision is a metric for summarizing the performance of a ranked sequence of results. Average precision is calculated by taking the average of the precision values for each relevant result (each result in the ranked list where the recall increases relative to the previous result)125.
Ayasdi is an enterprise scale machine intelligence platform that delivers the automation that is needed to gain competitive advantage from the company’s big and complex data. Ayasdi supports large numbers of business analysts, data scientists, endusers, developers and operational systems across the organization, simultaneously creating, validating, using and deploying sophisticated analyses and mathematical models at scale126.
2
A/B Testing [Электронный ресурс] https://vwo.com URL: https://vwo.com/ab-testing/ (дата обращения: 28.01.2022)
3
Abductive Logic Programming (ALP) [Электронный ресурс] https://engati.com URL: https://www.engati.com/glossary/abductive-logic-programming (дата обращения 14.02.2022)
4
Abductive reasoning [Электронный ресурс] https://msrblog.com URL: http://msrblog.com/science/mathematic/about-abductive-reasoning.html (дата обращения 14.02.2022)
5
Abstract data type [Электронный ресурс] https://embeddedartistry.com URL: https://embeddedartistry.com/fieldmanual-terms/abstract-data-type/ (дата обращения 14.02.2022)
6
Abstraction [Электронный ресурс] https://riskfirst.org URL: https://riskfirst.org/thinking/Glossary
7
Accelerating change [Электронный ресурс] https://ru.knowledgr.com (дата обращения: 14.02.2022)
8
Доступ к информации [Электронный ресурс] https://ru.wikipedia.org/wiki/Доступность_информации (дата обращения: 09.04.2023)
9
Доступ к информации, составляющей коммерческую тайну [Электронный ресурс] http://www.fsk-ees.ru URL: http://www.fsk-ees.ru/upload/docs/Polozhenie-comtayna.pdf стр. 1 (дата обращения: 09.04.2023)
10
Accuracy [Электронный ресурс] https://www.primeclasses.in URL: https://www.primeclasses.in/glossary/data-science-course/machine-learning/accuracy (дата обращения 04.07.2023)
11
Accuracy [Электронный ресурс] https://developers.google.com URL: https://developers.google.com/machine-learning/glossary#accuracy (дата обращения 04.07.2023)
12
Action [Электронный ресурс] https://developers.google.com URL: https://developers.google.com/machine-learning/glossary#action (дата обращения: 09.04.2023)
13
Action language [Электронный ресурс] https://www.semanticscholar.org URL: https://www.semanticscholar.org/topic/Action-language/72365 (дата обращения 14.02.2022)
14
Action model learning [Электронный ресурс] https://semanticscholar.org URL: https://www.semanticscholar.org/topic/Action-model-learning/1677625 (дата обращения 14.02.2022)
15
Action selection [Электронный ресурс] https://www.netinbag.com/ URL: https://www.netinbag.com/ru/internet/what-is-action-selection.html (дата обращения: 18.02.2022)
16
Activation function [Электронный ресурс] https://appen.com URL: https://appen.com/ai-glossary/ (дата обращения 05.04.2020)
17
Active Learning/Active Learning Strategy [Электронный ресурс] https://developers.google.com URL: https://developers.google.com/machine-learning/glossary (дата обращения: 27.03.2023)
18
Active Learning, Monica Nicolette Nicolescu, «A framework for learning from demonstration, generalization and practice in human-robot domains,» University of Southern California, 2003.
19
Active Learning, Brenna D and Chernova, Sonia and Veloso, Manuela and Browning, Brett Argall, «A survey of robot learning from demonstration,» Robotics and autonomous systems, vol. 57, pp. 469 – 483, 2009
20
Adam optimization algorithm [Электронный ресурс] https://archive.org URL: https://archive.org/details/riseofexpertcomp00feig (дата обращения: 11.03.2022)
21
Adaptive algorithm. [Электронный ресурс] https://dic.academic.ru (дата обращения: 27.01.2022)
22
Сжатие без потерь. [Электронный ресурс] https://dic.academic.ru URL: https://dic.academic.ru/dic.nsf/ruwiki/38681 (дата обращения: 27.01.2022)
23
Adaptive Gradient Algorithm. [Электронный ресурс] https://jmlr.org URL: https://www.jmlr.org/papers/volume12/duchi11a/duchi11a.pdf (дата обращения: 18.02.2022)
24
Adaptive neuro fuzzy inference system (ANFIS) [Электронный ресурс] https://hrpub.ru URL: https://www.hrpub.org/download/20190930/AEP1-18113213.pdf (дата обращения 14.02.2022)
25
Адаптивная система [Электронный ресурс] https://ru.wikipedia.org URL: https://ru.wikipedia.org/wiki/Адаптивная_система (дата обращения: 26.03.2023)
26
Аддитивные технологии [Электронный ресурс] https://books.google.ru URL: https://books.google.ru/books?id=6EYkEAAAQBAJ&pg (дата обращения: 27.03.2023)
27
Admissible heuristic [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Admissible_heuristic (дата обращения: 09.04.2023)
28
Affective computing [Электронный ресурс] //OpenMind URL: https://www.bbvaopenmind.com/en/technology/digital-world/what-is-affective-computing/ (дата обращения 14.02.2022)
29
Agent architecture [Электронный ресурс] https://dic.academic URL: https://en-academic.com/dic.nsf/enwiki/2205509 (дата обращения 28.02.2022)
30
Agent [Электронный ресурс] https://developers.google.com URL: https://developers.google.com/machine-learning/glossary/rl#agent (дата обращения: 26.03.2023)
31
Агломеративная кластеризация [Электронный ресурс] https://biconsult.ru URL: https://biconsult.ru/products/aglomerativnaya-klasterizaciya-v-mashinnom-obuchenii (дата обращения: 26.03.2023)
32
Aggregate [Электронный ресурс] www.umich.edu (дата обращения: 07.07.2022) URL: https://www.icpsr.umich.edu/web/ICPSR/cms/2042#A
33
Aggregator [Электронный ресурс] www.techopedia.com (дата обращения: 07.07.2022) URL: https://www.techopedia.com/definition/2502/feed-aggregator
34
AI acceleration [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/AI_accelerator (дата обращения: 27.04.2023)
35
AI acceleration [Электронный ресурс] https://flibusta.su URL: https://flibusta.su/book/38568-anglo-russkiy-tolkovyiy-slovar-po-iskusstvennomu-intellektu-i-robotote/read/ (дата обращения 06.07.2023)
36
AI acceleration [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/AI_accelerator (дата обращения: 27.04.2023)
37
AI accelerator [Электронный ресурс] https://flibusta.su URL: https://flibusta.su/book/38568-anglo-russkiy-tolkovyiy-slovar-po-iskusstvennomu-intellektu-i-robotote/read/ (дата обращения 06.07.2023)
38
Управление доверием, рисками и безопасностью ИИ (Концепция AI TRiSM) [Электронный ресурс] https://oprosso.ru URL: https://oprosso.ru/landing/blog/study/desyat-strategicheskikh-tekhnologicheskikh-trendov-na-2023-god/ (дата обращения 04.07.2023)
39
AI winter [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/AI_winter (дата обращения: 07.07.2022)
40
.Commonsense knowledge (artificial intelligence). [Электронный ресурс] en.wikipedia.org URL: https://en.wikipedia.org/wiki/Commonsense_knowledge_(artificial_intelligence) (дата обращения: 30.08.2023)
41
Системы на основе ИИ [Электронный ресурс] https://en.unesco.org URL: https://en.unesco.org/artificial-intelligence/ethics#recommendation (дата обращения: 29.01.2022)
42
AI-complete [Электронный ресурс] https://dic.academic.ru URL: https://dic.academic.ru/dic.nsf/eng_rus/373471/AI (дата обращения: 27.01.2022)
43
AI-enabled device [Электронный ресурс] https://www.google.ru URL: https://www.google.ru/books/edition/Англо_русский_толковый/PxxgEAAAQBAJ?hl=ru&gbpv=1&dq=AI-enabled+device&pg=PA30&printsec=frontcover (дата обращения 07.07.2023)
44
AI-enabled healthcare [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Artificial_intelligence_in_healthcare (дата обращения: 27.04.2023)
45
AlexNet [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/AlexNet (дата обращения: 11.05.2023)
46
Алгоритм [Электронный ресурс] https://intuit.ru URL: https://intuit.ru/studies/courses/1122/167/lecture/4566 (дата обращения: 27.03.2023)
47
Algorithmic Assessment [Электронный ресурс] https://www.accenture.com URL: https://www.accenture.com/nz-en/services/applied-intelligence/ai-ethics-governance (дата обращения: 27.03.2023)
48
AlphaGo [Электронный ресурс] https://tadviser.ru URL: https://www.tadviser.ru/index.php/Продукт:AlphaGo (дата обращения: 19.02.2022)
49
Physical media [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Physical_media#:~:text= Physical%20media%20refers%20to%20the, such %20as%20weight%20and%20color (дата обращения 07.07.2023)
50
Ambient intelligence (AmI) [Электронный ресурс] https://infosys.com URL: https://www.infosys.com/insights/ai-automation/ambient-intelligence.html #:~:text=Ambient%20intelligence%20 (AmI) %20represents%20the, user’s %20needs%20and%20desires%20seamlessly (дата обращения: 31.07.2022)
51
Analogical Reasoning [Электронный ресурс] https://studme.org URL: https://studme.org/171664/logika/rassuzhdeniya_analogii_vidy_rassuzhdeniy_analogii (дата обращения: 19.02.2022)
52
Analysis of algorithms (AofA) [Электронный ресурс] https://aofa.cs.purdue.edu URL: https://aofa.cs.purdue.edu/#:~:text=Analysis%20of%20Algorithms%20(AofA)%20is,%2C%20combinatorial%2C%20and%20analytic%20methods (дата обращения: 18.02.2022)
53
Annotation [Электронный ресурс] https://appen.com URL: https://appen.com/ai-glossary/ (дата обращения 05.04.2020)
54
Теория функциональных систем Анохина [Электронный ресурс] https://uofa.ru URL: https://uofa.ru/teoriya-funkcionalnyh-sistem-teoriya-funkcionalnyh-sistem-p-k/ (дата обращения 03.07.2023)
55
Anomaly detection [Электронный ресурс] https://developers.google.com URL: https://developers.google.com/machine-learning/glossary#anomaly-detection (дата обращения: 28.03.2023)
56
Выявление аномалий [Электронный ресурс] https://ru.wikipedia.org URL: https://ru.wikipedia.org/wiki/Выявление_аномалий (дата обращения: 28.03.2023)
57
Анонимизация [Электронный ресурс] https://ru.wikipedia.org URL: https://ru.wikipedia.org/wiki/Анонимизация (дата обращения: 27.03.2023)
58
Answer set programming [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Answer_set_programming (дата обращения: 28.06.2023)
59
Antivirus software [Электронный ресурс] www.webroot.com (дата обращения: 07.07.2022) URL: https://www.webroot.com/ca/en/resources/tips-articles/what-is-anti-virus-software
60
Anytime algorithm [Электронный ресурс] https://dic.academic.ru URL: https://dic.academic.ru/dic.nsf/eng_rus/423258/anytime (дата обращения: 27.01.2022)
61
API-AS-a-service [Электронный ресурс] www.sofokus.com (дата обращения: 07.07.2022) URL: https://www.sofokus.com/glossary-of-digital-business/#ABCD
62
Application programming interface (API) [Электронный ресурс] https://ibm.com URL: https://www.ibm.com/cloud/learn/api (дата обращения: 19.02.2022)
63
Application security [Электронный ресурс] www.csoonline.com URL: https://www.csoonline.com/article/3315700/what-is-application-security-a-process-and-tools-for-securing-software.html (дата обращения: 07.07.2022)
64
Application-specific integrated circuit [Электронный ресурс] https://medium.com URL: https://medium.com/coinbundle/asic-application-specific-integrated-circuits-4c19ea66afaf (дата обращения 28.02.2022)
65
Approximate string matching [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Approximate_string_matching (дата обращения: 11.05.2023)
66
Approximation error [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Approximation_error (дата обращения: 20.06.2023)
67
Архитектурная группа описаний [Электронный ресурс] https://ru.wikipedia.org URL: https://ru.wikipedia.org/wiki/Архитектура_системы (дата обращения: 28.03.2023)
68
Архитектурная группа описаний [Электронный ресурс] https://habr.com URL: https://habr.com/ru/post/347204/ (дата обращения: 28.03.2023)
69
Architectural frameworks [Электронный ресурс] https://implementationscience.biomedcentral.com URL: https://implementationscience.biomedcentral.com/articles/10.1186/s13012-017-0607-7#:~:text=Architectural% 20frameworks%20are%20high%2Dlevel, principles%20that%20guide%20their%20evolution (дата обращения: 07.07.2022)
70
Архитектура вычислительной машины [Электронный ресурс] https://ru.wikipedia.org URL: https://ru.wikipedia.org/wiki/Архитектура_(значения) (дата обращения: 28.03.2023)
71
Архитектура вычислительной системы [Электронный ресурс] https://cdto.wiki URL: https://cdto.wiki/Архитектура_вычислительной_системы (дата обращения: 28.03.2023)
72
Architecture of a system [Электронный ресурс] http://cabibbo.dia URL: http://cabibbo.dia.uniroma3.it/ids/altrui/ieee1471.pdf (дата обращения: 28.03.2023)
73
Archival Information Collection (AIC) [Электронный ресурс] www.umich.edu URL: https://www.icpsr.umich.edu/web/ICPSR/cms/2042#A (дата обращения: 07.07.2022)
74
Archival Storage [Электронный ресурс] www.komprise.com (дата обращения: 07.07.2022) URL: https://www.komprise.com/glossary_terms/archival-storage/
75
Area under curve (AUC) [Электронный ресурс] https:// revisionmaths.com URL: https://revisionmaths.com/advanced-level-maths-revision/pure-maths/calculus/area-under-curve (дата обращения 14.02.2022)
76
Area Under the ROC curve [Электронный ресурс] https://www.primeclasses.in URL: https://www.primeclasses.in/glossary/data-science-course/machine-learning/auc-area-under-the-roc-curve (дата обращения: 26.06.2023)
77
Argumentation framework [Электронный ресурс] https://studme.org URL: https://studme.org/1696092625732/logika/struktura_argumentatsii (дата обращения: 19.02.2022)
78
Artifact [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Artifact_(software_development) (дата обращения: 07.07.2022)
79
Artificial General Intelligence [Электронный ресурс] https://developers.google.com URL: https://developers.google.com/machine-learning/glossary#artificial-general-intelligence (дата обращения: 16.06.2023)
80
Artificial General Intelligence [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Artificial_general_intelligence (дата обращения: 16.06.2023)
81
Artificial Intelligence [Электронный ресурс] https://absel.ua URL: https://absel.ua/news/tri-tipa-iskusstvennogo-intellekta-ponimanie-ii.htmlobuchenii (дата обращения: 18.02.2022)
82
Artificial Intelligence Automation Platforms [Электронный ресурс] www.predictiveanalyticstoday.com URL: https://www.predictiveanalyticstoday.com/artificial-intelligence-platforms/ (дата обращения: 07.07.2022)
83
Artificial Intelligence for IT Operations (AIOps) [Электронный ресурс] www.cio.com URL: https://www.cio.com/article/196239/what-is-aiops-injecting-intelligence-into-it-operations.html (дата обращения: 07.07.2022)
84
Artificial Intelligence for IT Operations (AIOps) [Электронный ресурс] www.gartner.com URL: https://www.gartner.com/en/information-technology/glossary/aiops-platform (дата обращения: 07.07.2022)
85
Искусственный интеллект для ИТ-операций [Электронный ресурс] https://networkguru.ru URL: https://networkguru.ru/aiops-artificial-intelligence-for-it-operations/ (дата обращения: 07.07.2022)
86
Artificial Intelligence Markup Language AIML [Электронный ресурс] https://engati.com URL: https://www.engati.com/glossary/artificial-intelligence-markup-language (дата обращения: 18.02.2022)
87
Commonsense knowledge [Электронный ресурс] https://wikiaro.ru URL: https://wikiaro.ru/wiki/Commonsense_reasoning (дата обращения: 09.02.2022)
88
Открытая библиотека искусственного интеллекта [Электронный ресурс] http://www.kremlin.ru URL: http://www.kremlin.ru/acts/bank/44731 I. Общие положения, пункт л) (дата обращения: 16.06.2023)
89
Технологии искусственного интеллекта [Электронный ресурс] https://cdto.wiki URL: https://cdto.wiki/Технологии_искусственного_интеллекта Федеральный закон от 24 апреля 2020 г. №123-ФЗ «О проведении эксперимента по установлению специального регулирования в целях создания необходимых условий для разработки и внедрения технологий искусственного интеллекта в субъекте РФ», статья 2. Основные понятия (дата обращения 04.07.2023)
90
Artificial life [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Artificial_life (дата обращения: 07.07.2022)
91
Artificial Narrow Intelligence (ANI) [Электронный ресурс] https://dic.academic.ru URL: https://dic.academic.ru/dic.nsf/ruwiki/318696 (дата обращения: 27.01.2022)
92
Искусственная нейронная сеть [Электронный ресурс] https://cdto.wiki URL: https://cdto.wiki/Нейронная_сеть (дата обращения: 02.05.2023)
93
Artificial neuron [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Artificial_neuron (дата обращения: 07.07.2022)
94
Artificial neuron [Электронный ресурс] https://towardsdatascience.com URL: https://towardsdatascience.com/the-concept-of-artificial-neurons-perceptrons-in-neural-networks-fab22249cbfc (дата обращения: 07.07.2022)
95
Artificial Superintelligence (ASI) [Электронный ресурс] https://www.techopedia.com URL: https://www.techopedia.com/definition/31619/ artificial-superintelligence-asi#:~:text=Artificial%20superintelligence%20is%20a%20term, of%20computers%20will%20surpass%20humans (дата обращения: 02.05.2023)
96
Association for the Advancement of Artificial Intelligence (AAAI) [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/ Association_for_the_Advancement_of_Artificial_Intelligence #cite_note-1 (дата обращения: 28.03.2023)
97
Association [Электронный ресурс] https://www.ibm.com URL: https://www.ibm.com/cloud/blog/supervised-vs-unsupervised-learning (дата обращения: 28.03.2023)
98
Association Rule Learning [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Association_rule_learning (дата обращения 26.06.2023)
99
Asymptotic computational complexity [Электронный ресурс] https://dic.academic.ru URL: https://dic.academic.ru/dic.nsf/eng_rus/429332/asymptotic (дата обращения: 27.01.2022)
100
Асинхронные межкристальные протоколы [Электронный ресурс] https://studopedia.ru URL: https://studopedia.ru/3_184365_asinhronnie-i-sinhronnie-protokoli.html (дата обращения: 28.03.2023)
101
Механизм внимания [Электронный ресурс] https://sysblok.ru URL: https://sysblok.ru/nlp/8-glavnyh-proryvov-v-nejrosetevom-nlp/ (дата обращения: 10.05.2023)
102
Attributional calculus Ryszard S. Michalski (2004), ATTRIBUTIONAL CALCULUS: A LOGIC AND REPRESENTATION LANGUAGE FOR NATURAL INDUCTION. Machine Learning and Inference Laboratory, George Mason University, Fairfax, VA 22030—4444 and Institute of Computer Science, Polish Academy of Sciences, Warsaw.
103
Augmented Intelligence [Электронный ресурс] https://gartner.com URL: https://www.gartner.com/en/information-technology/glossary/augmented-intelligence#:~: text=Augmented% 20intelligence%20is%20a%20design, decision%20making%20and%20new%20experiences (дата обращения: 28.01.2022)
104
Augmented reality [Электронный ресурс] https://en.wikipedia.org URL: https://en.wikipedia.org/wiki/Augmented_reality (дата обращения: 09.04.2023)
105
Технологии дополненной реальности [Электронный ресурс] https://dzen.ru URL: https://dzen.ru/a/Y_yfdHIFHgahdc-6 (дата обращения 04.07.2023)
106
Auto Associative Memory [Электронный ресурс] www.tutorialspoint.com URL: https://www.tutorialspoint.com/artificial_neural_network/artificial_neural_network_associate_memory.htm#:~:text= These%20kinds%20of%20neural%20networks, with%20the%20given%20input%20pattern (дата обращения: 07.07.2022)
107
Autoencoder [Электронный ресурс] https://neurohive.io URL: https://neurohive.io/ru/osnovy-data-science/avtojenkoder-tipy-arhitektur-i-primenenie/ (дата обращения: 28.01.2022)
108
Automata theory [Электронный ресурс] https://vvsu.ru URL: https://www.vvsu.ru/files/529128A0-237E-434E-8B31-4553FB108EF2.ppt (дата обращения: 28.01.2022)
109
Automata theory [Электронный ресурс] www.geeksforgeeks.org URL: https://www.geeksforgeeks.org/introduction-of-theory-of-computation/ (дата обращения: 07.07.2022)
110
Автоматизированная система управления [Электронный ресурс] https://safe-surf.ru URL: https://safe-surf.ru/glossary/ru/599613 (дата обращения: 24.03.2023)
111
Automated planning and scheduling [Электронный ресурс] https://researcher.watson.ibm.com URL: https://researcher.watson.ibm.com/researcher/view_group.php?id=8432 (дата обращения: 28.01.2022)
112
Автоматизированная обработка персональных данных [Электронный ресурс] URL: https://10.rkn.gov.ru/docs/10/Pravila_obrabotki_PD.pdf (дата обращения: 24.03.2023)
113
Automated reasoning [Электронный ресурс] https://techtarget.com URL: https://www.techtarget.com/searchenterpriseai/definition/automated-reasoning (дата обращения: 18.02.2022)
114
Автоматизированная система [Электронный ресурс] https://prezi.com URL: https://prezi.com/p/kjuyqjgiuaux/presentation/ (дата обращения: 24.03.2023)
115
Automation bias [Электронный ресурс] https://databricks.com URL: https://databricks.com/glossary/automation-bias#:~:text=Automation%20bias %20is%20an%20over, aids%20and%20decision %20support%20systems.&text= It%20is%20a%20human %20tendency, leaning %20towards%20%22automation%20bias%22 (дата обращения: 26.01.2022)
116
Automation [Электронный ресурс] https://tis-eg.com URL: https://tis-eg.com/en/what-is-automation-mean/ (дата обращения: 24.03.2023)
117
Autonomic computing [Электронный ресурс] https://www.accenture.com URL: https://www.accenture.com/us-en/insights/applied-intelligence/artificial-intelligence-glossary (дата обращения: 26.03.2023)
118
Autonomous artificial intelligence [Электронный ресурс] https://books.google.ru URL: https://books.google.ru/books?id=_R5XEAAAQBAJ&pg=PT217&lpg=PT217&dq=Autonomous +artificial +intelligence+a+biologically+inspired+ system+that+tries+to+reproduce+ the+structure+of+ the+brain&source= bl&ots=NKsVUXEkc6&sig= ACfU3U23DpeuDH11ONr GFufhEpuVkLGsCw&hl =ru&sa=X&ved= 2ahUKEwiz0bqhnPn9Ah UCt4sKHQ5RCDoQ6AF6BAgvEAM#v =onepage&q=Autonomous %20artificial%20intelligence% 20a%20biologically%20inspired %20system%20that%20tries %20to%20reproduce% 20the%20structure %20of%20the%20brain&f=false (дата обращения: 26.03.2023)
119
Автономный искусственный интеллект https://stepik.org URL: https://stepik.org/lesson/292708/step/2 (дата обращения: 26.03.2023)
120
Autonomous car [Электронный ресурс] https://synopsys.com URL: https://www.synopsys.com/automotive/what-is-autonomous-car.html (дата обращения: 28.01.2022)
121
Autonomous [Электронный ресурс] https://www.telusinternational.com URL: https://www.telusinternational.com/insights/ai-data/article/50-beginner-ai-terms-you-should-know (дата обращения: 26.03.2023)
122
Autonomous robot [Электронный ресурс] https://techopedia.com URL: https://www.techopedia.com/definition/32694/autonomous-robot (дата обращения: 28.01.2022)
123
Автономное транспортное средство [Электронный ресурс] https://ru.wikipedia.org URL: https://ru.wikipedia.org/wiki/Автономный_транспорт (дата обращения: 24.03.2023)
124
Autoregressive Model [Электронный ресурс] https://wiki.loginom.ru URL: https://wiki.loginom.ru/articles/autoregressive-model.html (дата обращения: 08.02.2022)
125
Average precision [Электронный ресурс] https://jonathan-hui.medium.com URL: https://jonathan-hui.medium.com/map-mean-average-precision-for-object-detection-45c121a31173 (дата обращения: 28.01.2022)
126
Ayasdi [Электронный ресурс] https://www.predictiveanalyticstoday.com URL: https://www.predictiveanalyticstoday.com/ayasdi/ (дата обращения: 20.06.2023)