abstract syntax tree (ast)
2 episodes mention this concept
lexfridmanJan 10, 2020Deep Learning: State of the Art in 2020, Key Advancements, Limitations, and Future Research
TechnologyDeep LearningNeural NetworksPerceptron (single-layer, multi-layer)Backpropagation
lexfridmanMay 13, 2019Chris Lattner on Compilers, LLVM, Swift, and the Future of ML Accelerators
TechnologyCompilersLLVM (Low Level Virtual Machine)Clang compilerSwift programming language
Knowledge Graph
Related concepts — line thickness indicates connection strength. Click any node to explore.
Related concepts
Concepts that appear alongside abstract syntax tree (ast) across episodes.
- jit compilation (just-in-time)
- instruction scheduling
- machine learning accelerators (tpu, gpu)
- vector instructions
- multi-core processing
- garbage collection
- clang compiler
- llvm (low level virtual machine)
- portable bytecode
- heuristics in optimization
- memory management
- register allocation
- control flow graph (cfg)
- risc vs. cisc architectures
- swift programming language
- open-source infrastructure
- intermediate representation (ir)
- compilers
- compiler phases (front-end, parser, optimizer, code generation)