June 2017

Deep Learning for Brand Logo Detection

June 19, 2017 | Florian Teschner

A year ago, I used Google’s Vision API to detect brand logos in images. Since then the DIY deep learning possibilities in R have vastly improved. With the release of Keras for R, one of the key deep learning frameworks is now available at your R fin... [Read more...]

Using sparklyr with Microsoft R Server

June 19, 2017 | David Smith

The sparklyr package (by RStudio) provides a high-level interface between R and Apache Spark. Among many other things, it allows you to filter and aggregate data in Spark using the dplyr syntax. In Microsoft R Server 9.1, you can now connect to a a Spark session using the sparklyr package as ... [Read more...]

Ridge regression in R exercises

June 19, 2017 | Bassalat Sajjad

Bias vs Variance tradeoff is always encountered in applying supervised learning algorithms. Least squares regression provides a good fit for the training set but can suffer from high variance which lowers predictive ability. To counter this problem, we can regularize the beta coefficients by employing a penalization term. Ridge regression ... [Read more...]

My set of packages for (daily) data analysis #rstats

June 19, 2017 | Daniel

I started writing my first package as collection of various functions that I needed for (almost) daily work. Meanwhile, packages were growing and bit by bit I sourced out functions to put them into new packages. Although this means more work for CRAN members when they have more packages to ...
[Read more...]

wrapr Implementation Update

June 18, 2017 | John Mount

Introduction The development version of our R helper function wrapr::let() has switched from string-based substitution to abstract syntax tree based substitution (AST based subsitution, or language based substitution). I am looking for some feedback from wrapr::let() users already doing substantial work with wrapr::let(). If you are already ...
[Read more...]

useRs Participation in the R Community

June 18, 2017 | Blog on FORWARDS

In our first and second posts on the useR! 2016 survey we discussed the responses from the demographic and programming sections. The main findings were: The useR! 2016 attendees were predominantly men, typically under 40, White/Caucasian and employed full-time. Women attendees tended to be younger, with less programming experience and lower involvement ... [Read more...]

Finding conjunctions in groups of interest on Facebook

June 18, 2017 | kai

I recently wanted to mine data from Facebook to find out how many people are liking in different groups of interest on Facebook. Let’s say you want to know how many people give likes to different political parties or different companies. The following blog post shows how to use ... [Read more...]
1 4 5 6 7 8 16

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)