Learn Before
Concept

Symbolic Programming

Symbolic programming is a programming paradigm where computation is executed only after the entire program has been fully specified and compiled. This strategy, commonly used by deep learning frameworks, involves three main steps: defining the sequence of operations, compiling them into an executable format, and then supplying the required inputs to run the compiled program. Although it requires an upfront compilation step, the primary benefit of symbolic programming is significantly improved computational performance.

0

1

Updated 2026-05-18

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Learn After