Blog

Image Steganography

1 minute read

Published:

Randomly hiding secret data using dynamic programming for image steganography

Reinforcement Learning Jupyter Notebooks

less than 1 minute read

Published:

Around 1000 stars and 180+ forks on my GitHub repo. This repository consists of a collection of Reinforcement Learning algorithms from Sutton and Barto’s book and other research papers implemented in Python from scratch.

Spine Segmentation in CT volumes using geometric flows and shape priors

1 minute read

Published:

Use of geometric flows with shape priors based on sparse field level-sets and additive operators to segment vertebral column in the human spine. This provides a precise and accurate model for the image guided surgery system to help in surgical planning.

Getting started with Basemap in Python

5 minute read

Published:

This tutorial introduces the nitty gritties of plotting 2D and 3D data on Geographical Maps using Matplotlib Basemap

7 Steps to Understanding Computer Vision

less than 1 minute read

Published:

A starting point for Computer Vision and how to get going deeper. Dive into this post for some overview of the right resources and a little bit of advice. This post first appeared on kdnuggets