"Classifies samples as either conditioned or unconditioned, guiding generation towards desired outcomes."
Image: Helena Jacoba, CC BY 2.0, via Wikimedia Commons
"Classifies samples as either conditioned or unconditioned, guiding generation towards desired outcomes."
Boosting (machine learning)
Boosting reduces bias in ML models
branch prediction does: guesses which way an if-statement will go to keep the pipeline full
Branch predictors guess the outcome of conditional jumps to keep the pipeline full
soft targets carry more information than hard labels: they encode class similarities
Why do some learning methods need to explore more than others?
instruction tuning does: fine-tunes on (instruction, response) pairs
Fine-tuning adapts pre-trained models to new tasks
Adam vs SGD: Adam adapts per-parameter rates, SGD often generalizes better with tuning
Adam adjusts learning rates per-parameter, SGD generalizes better with tuning
to standardize: when you need zero mean and unit variance for gradient-based optimization
Why do we need to make data uniform before training a model?
Swipe through 100 ML concepts daily
Open Pocket Polymath