Глоссариум по искусственному интеллекту: 2500 терминов. Том 2 - страница 35



,382.


Depth – the number of layers (including any embedding layers) in a neural network that learn weights. For example, a neural network with 5 hidden layers and 1 output layer has a depth of 6383.


Depthwise separable convolutional neural network (sepCNN) is a convolutional neural network architecture based on Inception, but where Inception modules are replaced with depthwise separable convolutions. Also known as Xception. A depthwise separable convolution (also abbreviated as separable convolution) factors a standard 3-D convolution into two separate convolution operations that are more computationally efficient: first, a depthwise convolution, with a depth of 1 (n ✕ n ✕ 1), and then second, a pointwise convolution, with length and width of 1 (1 ✕ 1 ✕ n). To learn more, see Xception: Deep Learning with Depthwise Separable Convolutions384.


Description logic is a family of formal knowledge representation languages. Many DLs are more expressive than propositional logic but less expressive than first-order logic. In contrast to the latter, the core reasoning problems for DLs are (usually) decidable, and efficient decision procedures have been designed and implemented for these problems. There are general, spatial, temporal, spatiotemporal, and fuzzy descriptions logics, and each description logic features a different balance between DL expressivity and reasoning complexity by supporting different sets of mathematical constructors385.


Design Center is an organizational unit (the entire organization or its subdivision) that performs a full range or part of the work on creating products up to the stage of its mass production, and also has the necessary personnel, equipment and technologies for this386.


Developmental robotics (DevRob) (also epigenetic robotics) is a scientific field which aims at studying the developmental mechanisms, architectures, and constraints that allow lifelong and open-ended learning of new skills and new knowledge in embodied machines387.


Device is a category of hardware that can run a TensorFlow session, including CPUs, GPUs, and TPUs388.


DevOps (development & operations) is a set of practices, tools, and culture philosophies that automate and integrate the processes of software development teams and IT teams. DevOps emphasizes team empowerment, collaboration and collaboration, and technology automation. The term DevOps is also understood as a special approach to organizing development teams. Its essence is that developers, testers and administrators work in a single thread – they are not each responsible for their own stage, but work together on the release of the product and try to automate the tasks of their departments so that the code moves between stages without delay. In DevOps, responsibility for the result is distributed among the entire team389,390.



Diagnosis concerned with the development of algorithms and techniques that are able to determine whether the behaviour of a system is correct. If the system is not functioning correctly, the algorithm should be able to determine, as accurately as possible, which part of the system is failing, and which kind of fault it is facing. The computation is based on observations, which provide information on the current behaviour391.


Dialogflow API.AI is a platform that allows users to build brand-unique, natural language interactions for bots, applications, services, and devices. It features a Natural Language Understanding Tools to design unique conversation scenarios, design corresponding actions and analyze interactions with users