Interactive plots for blogging

2019-09-13

Using Plotly, Bokeh and Altair for interactive visualizations in the blog posts.


Continue reading

Finding the Spy - Post on Markov Chains and Stochastic Matrices

2019-08-10

Using puzzle on tracing the high profile spy as excuse to showcase Markov Chains and demonstrate usage and properties e.g. Stationary distribution


Continue reading

Darwin Approach to Traveling Salesman

2019-01-12

Can the evolutionary approach crash the problem that brute-forcing will last far more than the age of the universe? This post shows how to attack the Traveling Salesman Problem using Darwin's approach. I'm describing the evolution model and design decisions. See the animation of how the population was evolving through the epochs.


Continue reading

Blockchain Implementation

2018-03-26

Python implementation of blockchain in few lines of code.


Continue reading