NVIDIA · NCA-GENL
The core-concepts thread
The exam's dense definitional vocabulary — next-token prediction, tokenization schemes, embeddings, transformer building blocks, prompting techniques, evaluation metrics, benchmarks and trustworthy-AI principles — the named terms tested directly and reused as building blocks everywhere else.
T6 · 57 lessons across 8 modules
- M0101-01Next-token prediction: what a language model is trained to do
- M0101-02LLM parameters: what they are and where knowledge is stored
- M0101-03Tensor shapes in transformers: batch, sequence, and hidden size
- M0101-04Vectors, dot products, and cosine similarity
- M0101-05Loss functions and cross-entropy explained
- M0101-06Gradient descent and backpropagation
- M0101-07Train, validation, and test splits
- M0101-08How to build an evaluation set for an LLM project
- M0202-01Why text must be converted to numbers
- M0202-02Tokens, vocabulary, and subword tokenization
- M0202-03Counting tokens: why tokens are not words
- M0202-04BPE vs WordPiece vs SentencePiece: which model uses which
- M0202-05Stemming vs lemmatization, and stop-word removal
- M0202-06Bag-of-words, TF-IDF, and n-grams
- M0303-01What text embeddings are: learned dense vectors
- M0303-02Token embeddings vs sentence and document embeddings
- M0303-03How to choose an embedding model
- M0303-04How to test retrieval quality by hand
- M0303-05Vector arithmetic and word analogies (word2vec)
- M0404-01Self-attention and why context length costs quadratically
- M0404-02Positional encoding: how transformers represent word order
- M0404-03Encoder-only vs decoder-only vs encoder-decoder models (BERT, GPT, T5)
- M0404-04Autoregressive generation: how an LLM produces text
- M0404-05Temperature, top-k, top-p, and greedy decoding
- M0404-06The context window: what it is and how to budget it
- M0505-01Zero-shot vs few-shot prompting and in-context learning
- M0505-02How to structure a prompt: instruction, context, and format
- M0505-03Chain-of-thought prompting: when it helps and when it misleads
- M0505-04Prompt templates, versioning, and testing
- M0505-05Getting structured JSON output from an LLM
- M0505-06Prompt, RAG, or fine-tune? A first decision rule
- M0909-01Scaling an evaluation set to a hundred items
- M0909-02Perplexity: what it measures and what it misses
- M0909-03Human evaluation: rubrics and inter-annotator agreement
- M0909-04BERTScore and embedding-based evaluation metrics
- M0909-05How to choose an evaluation metric: loss functions, R², precision vs recall
- M0909-06BLEU vs ROUGE vs exact match: which metric for which task
- M0909-07RAG evaluation metrics: faithfulness, relevance, and context recall
- M0909-08Cross-validation: k-fold, stratified, and when not to use it
- M0909-09Sample size and statistical significance in LLM evaluation
- M0909-10LLM-as-a-judge: how it works and where it fails
- M0909-11Reproducibility: why temperature 0 is not deterministic
- M0909-12Why LLMs hallucinate, and the types of hallucination
- M0909-13Error analysis: turning failures into a fix list
- M1010-01Public benchmarks (GLUE, MMLU) and data contamination
- M1010-02Zero-shot and few-shot capability testing
- M1010-03A/B testing an LLM feature in production
- M1010-04Regression testing an LLM system in CI/CD
- M1313-01NVIDIA's four pillars of trustworthy AI and how to implement each
- M1313-02NVIDIA NeMo Guardrails and content moderation for LLM applications
- M1313-03Prompt injection and indirect injection through RAG
- M1313-04Bias in AI: sources, measurement, and mitigation
- M1313-05Data privacy, consent, and why model weights cannot forget
- M1313-06Transparency, explainability, and model cards for LLM systems
- M1313-07AI energy use, carbon, and efficient inference
- M1313-08A trustworthy AI checklist for your own LLM service
- M1313-09How to read an AI research paper and track new LLM trends
Part of the throughlines running across the NCA-GENL prep course.