Nearly a hundred thousand years ago, our ancestors, the first group of Homo Sapiens migrated out of Africa. And as they left the savanna they were confronted with new challenges in the openness of the newly conquered land. But for the first time, they could have glanced the view of...
[Read More]
Exponential Linear Units are the New Cool
If you are reading this blog, then I’d assume you have some basic idea about how neural networks work. If not then I’d recommend you go through this excellent video by Brandon Rohrer. This would make the foundation for what I’m about to discuss.
[Read More]
Understanding K-means
Given an unlabeled dataset, we’d like to group the data into coherent clusters. These types of problems can be solved using an unsupervised learning algorithm, such as the K-means algorithm.
[Read More]