Recent Posts

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 ...

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...