Skip to main content

Posts

Voronoi Diagram
·1043 words·5 mins
Voronoi diagrams, also known as Dirichlet tessellation or Thiessen polygons, are everywhere in nature. You’ve likely encountered them thousands of times, but perhaps didn’t know what they were called.
Less is More Paper Review
·467 words·3 mins
Less is More: Parameter-Free Text Classification with Gzip offers a novel text classification method using gzip compression, eliminating manual parameter tuning.
Difference of Gaussians(DoG) Algorithm
·913 words·5 mins
The Difference of Gaussians (DoG) algorithm is a technique in image processing used for edge detection and feature enhancement.
Infini-Attention Paper Review
·438 words·3 mins
Infini-Attention introduces a novel approach to scaling Transformer models for infinitely long inputs while managing memory and computation.
Kuwahara
·559 words·3 mins
Kuwahara was the world’s first edge preserving de-noising image processing algorithm.
Softmax
·1713 words·9 mins
Softmax stands as a pivotal component in neural network architectures, offering a means to convert raw scores into interpretable probabilities.
Dither
·513 words·3 mins
In the realm of digital image processing, dithering algorithms play a crucial role in reducing the color palette of an image while maintaining visual quality.