Skip to main content

Posts

Showing posts from 2018

Selected Books For Learning R

Mastering Machine Learning With R This book will teach you advanced techniques in machine learning with the latest code in R 3.3.2. You will delve into statistical learning theory and supervised learning; design efficient algorithms; learn about creating Recommendation Engines; use multi-class classification and deep learning; and more.

Popularity of software programs for data science using recent reviews

In this article we will analyze the popularity of various software programs designed for data analysis using recently published reviews. These articles and blogs were written in the last two years, covering a wide range of software tools written in C++, Java and Python. Such programs are designed for data analysis, data mining, statistics and data visualization. Here is the list of articles used in our analysis of popularity of such software tools: Link to full article.......

Factor Analysis Introduction with the Principal Component Method and R

The goal of factor analysis, similar to principal component analysis, is to reduce the original variables into a smaller number of factors that allows for easier interpretation. PCA and factor analysis still defer in several respects. One difference is principal components are defined as linear combinations of the variables while factors are defined as linear combinations of the underlying latent variables............more