Tag: optimization
All the articles with the tag "optimization".
Making AI Think Faster Without Getting Sloppy
Published: at 07:42 PMA deep dive into how we slashed AI response times using Chain-of-Thought prompting and few-shot learning, with real implementation examples and practical insights from the trenches.
Vectorizing Machine Learning Models
Published: at 10:17 PMExploring how I tackled computational graph optimization through vectorization, turning inefficient scalar operations into high-performance vector computations.