Logistic Regression with Math
This article was written by Madhu Sanjeevi (Mady). In the previous story we talked about Linear Regression for solving regression problems in machine learning, This… Read More »Logistic Regression with Math
This article was written by Madhu Sanjeevi (Mady). In the previous story we talked about Linear Regression for solving regression problems in machine learning, This… Read More »Logistic Regression with Math
This article was written by Andrey Nikishaev. Today I will show you very simple but powerful example of how to count traffic capacity with the… Read More »Tutorial: Counting Road Traffic Capacity with OpenCV
This article was written by Suresh Kondamudi. Dealing with large datasets is often daunting. With limited computing resources, particularly memory, it can be challenging to… Read More »How to remove duplicates in large datasets
This article was written by Lixun Zhang. As a data scientist, I have experience with R. Naturally, when I was first exposed to Microsoft R… Read More »A Data Scientist’s Perspective on Microsoft R
This article was written by Daniel McAuley. I recently had the pleasure of speaking on a few panels about analytics to my fellow MBA students… Read More »MBA guide: 8 resources to go from the spreadsheet to the command line
This article was written by Tristan Handy. Over the past nine months I’ve worked with over a dozen venture-funded startups to build out their internal… Read More »The most underutilized function in SQL
This article was written by Jim Frost. How do you compare regression lines statistically? Imagine you are studying the relationship between height and weight and… Read More »Comparing Regression Lines with Hypothesis Tests
This article was written by Jim Frost. Multicollinearity occurs when independent variables in a regression model are correlated. This correlation is a problem because independent variables… Read More »Multicollinearity in Regression Analysis: Problems, Detection, and Solutions
This article was written by Andy Kiersz. From Ian Stewart’s book, these 17 math equations changed the course of human history A 2013 book by… Read More »The 17 equations that changed the course of history
This article was written by Blaine Bateman. In this post, I will demonstrate the use of nonlinear models for time series analysis, and contrast to linear… Read More »Limits of linear models for forecasting