Beginner

DeepSeek: Introduction

This course covered DeepSeek's Mixture-of-Experts architecture, its benchmarked performance against leading closed-source models, and practical local deployment.

This course explores DeepSeek, an open-source large language model family that achieves cost-effective, state-of-the-art performance through a Mixture-of-Experts (MoE) architecture. The material is organized into three parts: understanding the MoE architecture and how experts are selected and routed, examining DeepSeek's benchmark results and reasoning strengths in math, coding, and logic, and finally covering practical local deployment, cost analysis, and optimization.

To understand why the Mixture-of-Experts (MoE) architecture is powerful, it helps to first understand how traditional dense large language models work. In a dense model, every single part of the network is active for every piece of information (every token) it processes. This design gives consistent results, but because it uses all of its billions of parameters for every single token, the computational cost is very high, making it an expensive architecture to run.

Conceptually, the flow of a dense model looks like this: input flows into the model, which may have N total parameters, and all N parameters are active for every token. Every single part of the model has to work to process the data and produce an output....

Sign in to read this course

A free account unlocks all 514 courses. 20 are readable without one.

What's inside

5 sections
  1. 1 Table of Contents
  2. 2 Module 1: Understanding DeepSeek's MoE Architecture
  3. 3 Module 2: DeepSeek-R1 Performance and Benchmarking
  4. 4 Module 3: Practical Implementation and Cost Analysis
  5. 5 Summary

Interested in this course?

Contact us to book it or get a custom training plan for your team.