by Michy Alice | Feb 15, 2017 | Articles, R blog
Some time ago I wrote an article on how to use a simple neural network in R with the neuralnet package to tackle a regression task. Since then, however, I turned my attention to other libraries such as MXNet, mainly because I wanted something more than what the...
by Quantide | Nov 22, 2016 | Articles, Courses, News
Hello R Users! We have an awesome news for all of you! Microsoft, in collaboration with Quantide, is offering a one-day live course totally free and open to everybody. Your first date with R course will be on December 13 at Microsoft Innovation Campus in Peschiera...
by Michy Alice | Jul 20, 2016 | Articles, R blog
Principal components regression (PCR) is a regression technique based on principal component analysis (PCA). The basic idea behind PCR is to calculate the principal components and then use some of these components as predictors in a linear regression model fitted...