Archives post
Knowing when to consider Machine Learning
Prasad KulkarniFeb 17, 2020
A Data Scientist is the one who not only knows how to use machine learning but the one who knows when to avoid it. Today, I will stand on the shoulder of a giant i.e....
Python Numpy array: Matrix Multiplication, copies and views
Prasad KulkarniFeb 06, 2020
It is always beautiful to see similarities in different programming/ query languages. But, it is intuitive, since the fundamentals remain the same. In this article, we...