Skip to main content

Posts

Done Manifesto
·548 words·3 mins
In today’s fast-paced world, getting things done is crucial. The Done manifesto is all about embracing this mindset and applying it to your work.
Weighted Voronoi Stippling
·793 words·4 mins
Stippling, a timeless artistic technique, traces its origins back through the annals of art history, where it emerged as a method of creating texture, depth, and form through the precise placement of dots.
Hidden Markov Models
·530 words·3 mins
Hidden Markov Models (HMMs) are statistical models used for sequential data analysis, where underlying states are inferred from observed data. Employed in speech recognition, bioinformatics, and more.
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.