Tag Archives: Machine learning for Beginners

Telco Churn Modelling using Quadratic Discriminant Analysis in R

  Telco Churn Modelling using Quadratic Discriminant Analysis in R In this Learn by Coding example, we will learn how to predict telco churn using quadratic discriminant analysis in R. This example is useful for beginners who has excel background and wish to learn Python programming as well as R programming.  Free Machine Learning …

Data Analytics – TYPES OF CLUSTERING METHODS: OVERVIEW AND QUICK START R CODE

TYPES OF CLUSTERING METHODS: OVERVIEW AND QUICK START R CODE   Clustering methods are used to identify groups of similar objects in a multivariate data sets collected from fields such as marketing, bio-medical and geo-spatial. They are different types of clustering methods, including: Partitioning methods Hierarchical clustering Fuzzy clustering Density-based clustering Model-based clustering   In this article, we …

Machine Learning Mastery: A Practical approach to Simple Linear Regression using R

A Practical approach to Simple Linear Regression using R   Simple Linear Regression is a statistical method that allows us to summarize and study relationships between two continuous (quantitative) variables. One variable denoted x is regarded as an independent variable and other one denoted y is regarded as a dependent variable. It is assumed that …