August 2017

Chapman University DataFest Highlights

August 17, 2017 | R Views

Editor’s Note: The 2017 Chapman University DataFest was held during the weekend of April 21-23. The 2018 DataFest will be held during the weekend of April 27-29. DataFest was founded by Rob Gould in 2011 at UCLA with 40 students. In just seven years, it has grown to 31 sites in three countries. Have ...
[Read more...]

20 years of the R Core Group

August 17, 2017 | David Smith

The first "official" version of R, version 1.0.0, was released on February 29, 200. But the R Project had already been underway for several years before then. Sharing this tweet, from yesterday, from R Core member Peter Dalgaard: It was twenty years ago today, Ross Ihaka got the band to play.... #rstats pic.... [Read more...]

Simpson’s Rule for Approximating Definite Integrals in R

August 17, 2017 | Aaron Schlegel

Part 9 of 9 in the series Numerical AnalysisSimpson’s rule is another closed Newton-Cotes formula for approximating integrals over an interval with equally spaced nodes. Unlike the trapezoidal rule, which employs straight lines to approximate a definite integral, Simpson’s rule uses the third Lagrange polynomial, to approximate the definite integral... ...
[Read more...]

Probability functions beginner

August 17, 2017 | Francisco Méndez

On this set of exercises, we are going to explore some of the probability functions in R with practical applications. Basic probability knowledge is required. Note: We are going to use random number functions and random process functions in R such as runif, a problem with these functions is that ... [Read more...]

Tesseract and Magick: High Quality OCR in R

August 17, 2017 | Jeroen Ooms

Last week we released an update of the tesseract package to CRAN. This package provides R bindings to Google's OCR library Tesseract. install.packages("tesseract") The new version ships with the latest libtesseract 3.05.01 on Windows and MacOS. Furthermore it includes enhancements for managing language data and using tesseract together with ...
[Read more...]

Update on Our ‘revisit’ Package

August 16, 2017 | matloff

On May 31, I made a post here about our R package revisit, which is designed to help remedy the reproducibility crisis in science. The intended user audience includes reviewers of research manuscripts submitted for publication, scientists who wish to confirm the results in a published paper, and explore alternate analyses, ... [Read more...]

Visualising Water Consumption using a Geographic Bubble Chart

August 16, 2017 | Peter Prevos

A geographic bubble chart is a straightforward method to visualise quantitative information with a geospatial relationship. Last week I was in Vietnam helping the Phú Thọ Water Supply Joint Stock Company with their data science. They asked me to create … Continue reading → The post Visualising Water Consumption using a Geographic ...
[Read more...]

Visualising Water Consumption using a Geographic Bubble Chart

August 16, 2017 | Peter Prevos

A geographic bubble chart is a straightforward method to visualise quantitative information with a geospatial relationship. Last week I was in Vietnam helping the Phú Thọ Water Supply Joint Stock Company with their data science. They asked me to create … Continue reading → The post Visualising Water Consumption using a Geographic ... [Read more...]

Thesis Thursday 7 – Conclusion

August 16, 2017 | Timothy Lin

Finally, the last installment of the Thesis Thursday series! Rather than going through what I have done since the previous post (basically more refinements and robustness checks), I decide share some miscellaneous thoughts and lessons learnt over the p... [Read more...]

TensorFlow v1.3 Released

August 16, 2017 | JJ Allaire

The final release of TensorFlow v1.3 is now available. This release of TensorFlow marks the initial availability of several canned estimators, including: DNNClassifier DNNRegressor LinearClassifier LinearRegressor DNNLinearCombinedClassifier ... [Read more...]

TensorFlow v1.3 Released

August 16, 2017 | JJ Allaire

The final release of TensorFlow v1.3 is now available. This release of TensorFlow marks the initial availability of several canned estimators, including: DNNClassifier DNNRegressor LinearClassifier LinearRegressor DNNLinearCombinedClassifier ... [Read more...]

How to build an image recognizer in R using just a few images

August 16, 2017 | David Smith

Microsoft Cognitive Services provides several APIs for image recognition, but if you want to build your own recognizer (or create one that works offline), you can use the new Image Featurizer capabilities of Microsoft R Server. The process of training an image recognition system requires LOTS of images — millions and ... [Read more...]

Thank You For The Very Nice Comment

August 16, 2017 | John Mount

Somebody nice reached out and gave us this wonderful feedback on our new Supervised Learning in R: Regression (paid) video course. Thanks for a wonderful course on DataCamp on XGBoost and Random forest. I was struggling with Xgboost earlier and Vtreat has made my life easy now :). Supervised Learning in ...
[Read more...]

Understanding overfitting: an inaccurate meme in supervised learning

August 16, 2017 | msuzen

Preamble There is a lot of confusion among practitioners regarding the concept of overfitting. It seems like, a kind of an urban legend or a meme, a folklore is circulating in data science or allied fields with the following statement:Applying cross-validation prevents overfitting and a good out-of-sample performance, low ...
[Read more...]

Plane Crash Data – Part 3: Visualisation

August 16, 2017 | INWT-Blog-RBloggers

In Part 1 and Part 2 of this series, we scraped plane crash data from the web and complemented it with the geocoordinates of departure, crash and intended arrival location. In this third part, we will visualise the data on a map using the leaflet package. library("leaflet") library("geosphere") Again we ...
[Read more...]
1 7 8 9 10 11 17

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)