Something that has always troubled me with statistics is the pretense of certainty. The conclusions – being closely associated with calculations – tend to be rea...
Outliers are patterns in data that do not confirm to the expected behavior. While detecting such patterns are of prime importance in Credit Card Fraud, Stock Trading etc....
Let’s look at several techniques in machine learning and the math topics that are used in the process. In linear regression, we try to find the best fit line or hyperpl...
By Michael Heilman, Civis Analytics scikit-learn is a wonderful tool for machine learning in Python, with great flexibility for implementing pipelines and running exper...
The work is done by Jatinder Singh (also co-authored this article) and Iresh Mishra. Also thanks to Saurabh Singh for his guidance. In past, I had written about how ...
Ethics in machine learning are what comes to mind when we imagine a worst case scenario in the context of artificial intelligence. As an example, we can think of HAL 9000...
When talking to clients about their business goals, most business executives are pretty clear as to what they want to accomplish, such as reducing customer churn or reduc...
Introduction: Alex Krizhevsky, Geoffrey Hinton and Ilya Sutskever created a neural network architecture called ‘AlexNet’ and won Image Classification Challenge (ILSVR...
Matching and merging 2 files is task I find myself doing all of the time. Historically, I’ve used VLOOKUP in MS Excel and just worked around any limitations. Finall...