Deep Learning

Explore Deep Learning through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: AI Infrastructure

Articles that also belong to these categories. Counts cover all of Deep Learning.

Showing 1-7 of 7 articles

Data Parallelism

Data parallelism is a distributed training technique in which the same neural network model is replicated across multiple processing units (typically GPUs), each device trains on a different shard of the input…

AI InfrastructureMachine Learning

DeepSpeed

DeepSpeed is an open-source deep learning optimization library, originally developed by Microsoft, that makes distributed training and inference of large models efficient, easy to use, and cost-effective.

AI InfrastructureMachine Learning

GPU computing

GPU computing is the use of a graphics processing unit (GPU) to perform general-purpose computation that was traditionally handled by the central processing unit (CPU).

AI HardwareAI Infrastructure

Model Parallelism

Model parallelism is a distributed training and inference technique that splits a single neural network across multiple processing units so that no individual accelerator has to hold the entire model.

AI InfrastructureMachine Learning