My Python Deliberate Practice
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...
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...
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...
This post is an overview of a simple anomaly detection algorithm implemented in Python. While there are different types of anomaly detection algorithms, we w...
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 ...
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...