Posts by Year

2020

2018

Gaussian Processes from the Ground Up!

10 minute read

As a researcher, I have the habit of learning new and interesting things. Most times these things turn out to become very useful one way or the other. Recent...

2017

Defended!

less than 1 minute read

Yay! I made it. It’s done. I have successfully defended my PhD thesis with minor corrections, supervised by Dr Prabhu Radhakrishna and examined by Emeritus P...

My Python Deliberate Practice

6 minute read

First of all, don’t be afraid, read Plateau of Productivity. More importantly, be patient, a good read from Peter Norvig, titled Teach Yourself Programming i...

A reflection on my PhD experience

1 minute read

Now that my PhD program is coming to an end, while waiting for my viva, I’m getting ready to start another phase of my career. I’m looking for a role as a ma...

Understanding Batch Normalization

4 minute read

I took Andrew’s Deep Learning course on Coursera, the course teaches you how to effectively design a neural network from scratch. It was extremely useful in ...

2016

Implementing neural network from scratch!

6 minute read

In this post we will try to understand how a neural network works by implementing it completely from scratch. You’ll get to understand what really goes on be...