Notes on Software Capability Maturity Model (CMM)

The ability of a software development organisation to develop software that consistently meets the real requirements of a customer and doing so on time and within the budget is generally recognized to be fairly low across the industry. As the software projects continue to increase in size and importance, this inability greatly increases the risk […]

Read More

R Programming to calculate the probability of a link being clicked on a website from a machine learning algorithm.

This topic is under machine learning and our interest is to know what is the probability that a link on our website will be clicked with information provided from a machine learning algorithm. So here is the  scenario, Suppose that we have created a machine learning algorithm that predicts whether a link will be clicked […]

Read More

R programming to determine difference in miles per gallon (mpg) for manual vs automatic vehicles and which transmission has better mpg.

This post is using data available from motor trend. The data is available in the R dataset package and its called mtcars. So this is the scenario, You work for Motor Trend, a magazine about the automobile industry. Looking at a data set of a collection of cars, they are interested in exploring the relationship […]

Read More