tils (page 6)
-
When to Use PowerTransformer vs StandardScaler
A concise comparison of StandardScaler and PowerTransformer, their purposes, effects, and when to choose each in a Python ML pipeline.
-
Difference Between Bayesian Credible Intervals and Frequentist Confidence Intervals
A practical comparison of Bayesian credible intervals versus frequentist confidence intervals and how to interpret them.
-
Dot Product's Role in Similarity, Projections, and Gradients
Exploring how the dot product's measure of vector alignment underpins similarity metrics, projections, and gradients in ML and calculus
-
Why sharing GPU power between AI servers and personal PCs doesn't really work
A practical look at why latency, hardware variety, and security issues make distributed GPU computing impractical
-
Dynamically Filtering Google Sheets with QUERY and Optional Criteria
How to build a dynamic Google Sheets QUERY that applies optional filters and supports multiple values using IN clauses.