Глоссариум по искусственному интеллекту: 2500 терминов. Том 2 - страница 37
Digitalization is a new stage in the automation and informatization of economic activity and public administration, the process of transition to digital technologies, which is based not only on the use of information and communication technologies to solve production or management problems, but also on the accumulation and analysis of big data with their help in order to predict situation, optimization of processes and costs, attraction of new contractors, etc.402.
Dimension reduction – decreasing the number of dimensions used to represent a particular feature in a feature vector, typically by converting to an embedding403.
Dimensionality reduction (also dimension reduction) – the process of reducing the number of random variables under consideration by obtaining a set of principal variables. It can be divided into feature selection and feature extraction404.
Dimensionality reduction is a learning technique used when the number of features (or dimensions) in a given dataset is too high. It reduces the number of data inputs to a manageable size while also preserving the data integrity. Often, this technique is used in the preprocessing data stage, such as when autoencoders remove noise from visual data to improve picture quality405.
Dimensions is the maximum number of linearly independent vectors contained in the space406,407.
Directed Acyclic Graph (DAG) in computer science and mathematics, a directed acyclic graph is a finite directed graph with no directed cycles. It consists of finitely many vertices and edges, with each edge directed from one vertex to another, such that there is no way to start at any vertex and follow a consistently directed sequence of edges that eventually loops back to that starting vertex again408.
Disaster tolerance is the ability of a system to restore an application on an alternate cluster when the primary cluster fails. Disaster tolerance is based on data replication and failover. Data replication is the copying of data from a primary cluster to a backup or secondary cluster409.
Disclosure of information constituting a commercial secret is an action or inaction as a result of which information constituting a commercial secret, in any possible form (oral, written, other form, including using technical means) becomes known to third parties without the consent of the owner of such information, or contrary to an employment or civil law contract410.
Discrete feature is a feature with a finite set of possible values. For example, a feature whose values may only be animal, vegetable, or mineral is a discrete (or categorical) feature. Contrast with continuous feature411.
Discrete system is any system with a countable number of states. Discrete systems may be contrasted with continuous systems, which may also be called analog systems. A final discrete system is often modeled with a directed graph and is analyzed for correctness and complexity according to computational theory. Because discrete systems have a countable number of states, they may be described in precise mathematical models. A computer is a finite state machine that may be viewed as a discrete system. Because computers are often used to model not only other discrete systems but continuous systems as well, methods have been developed to represent real-world continuous systems as discrete systems. One such method involves sampling a continuous signal at discrete time intervals