January 2019

RcppArmadillo 0.9.200.7.0

January 17, 2019 | Thinking inside the box

A new RcppArmadillo bugfix release arrived at CRAN today. The version 0.9.200.7.0 is another minor bugfix release, and based on the new Armadillo bugfix release 9.200.7 from earlier this week. I also just uploaded the Debian version, and Uwe’s sys... [Read more...]

How to Build an Automated Trading System using R

January 17, 2019 | Wei Lin

This is an interesting post. We are all R zealots and we know we can basically use R to build any data products in a super fast and efficient way. An automated trading system is no exception. Whether you are doing high frequency trading, day trading, swing trading, or even ... [Read more...]

forecast 8.5

January 17, 2019 | R on Rob J Hyndman

The latest minor release of the forecast package has now been approved on CRAN and should be available in the next day or so. Version 8.5 contains the following new features Updated tsCV() to handle exogenous regressors. Reimplemented naive(), snai... [Read more...]

Make Teaching R Quasi-Quotation Easier

January 17, 2019 | John Mount

To make teaching R quasi-quotation easier it would be nice if R string-interpolation and quasi-quotation both used the same notation. They are related concepts. So some commonality of notation would actually be clarifying, and help teach the concepts. We will define both of the above terms, and demonstrate the relation ...
[Read more...]

Some perspectives on Xochitl Torres Small’s win in CD NM-02

January 16, 2019 | Jason Timm

A brief intro to nmelectiondatr CD NM-02: an overview A look at Pearce-Xochitl precincts Straight- & split-ticket voting in NM-02 Summary In this post, we consider some different precinct-level perspectives on Xochitl Torres Small’s surprising win over Yvette Herrell in New Mexico’s 2nd Congressional District (NM-02) in the 2018 general ...
[Read more...]

ROC Curves

January 16, 2019 | R Views

I have been thinking about writing a short post on R resources for working with (ROC) curves, but first I thought it would be nice to review the basics. In contrast to the usual (usual for data scientists anyway) machine learning point of view, I’ll frame the topic closer ... [Read more...]

AI, Machine Learning and Data Science Roundup: January 2019

January 16, 2019 | David Smith

A monthly roundup of news about Artificial Intelligence, Machine Learning and Data Science. This is an eclectic collection of interesting blog posts, software announcements and data applications from Microsoft and elsewhere that I've noted over the past month or so. Open Source AI, ML & Data Science News Preview of Tensorflow 2.0 (... [Read more...]

Using DataCamp reduces anxiety about learning R!

January 16, 2019 | melliferrari

I used DataCamp‘s excellent Introduction to R as Essential Prior Independent Study and found it made people a bit less worried about a term of R! I have a lot of fun teaching first year biology undergraduates but there are a few challenges in teaching data skills when they ...
[Read more...]

Use foreach with HPC schedulers thanks to the future package

January 15, 2019 | David Smith

The future package is a powerful and elegant cross-platform framework for orchestrating asynchronous computations in R. It's ideal for working with computations that take a long time to complete; that would benefit from using distributed, parallel frameworks to make them complete faster; and that you'd rather not have locking up ... [Read more...]

Using clusterlab to benchmark clustering algorithms

January 15, 2019 | chris2016

Clusterlab is a CRAN package (https://cran.r-project.org/web/packages/clusterlab/index.html) for the routine testing of clustering algorithms. It can simulate positive (data-sets with __1 clusters) and negative controls (data-sets with 1 cluster). Why test clustering algorithms? Because they often fail in identifying the true K in practice, published ...
[Read more...]

Neural Text Modelling with R package ruimtehol

January 15, 2019 | Super User

Last week the R package ruimtehol was released on CRAN (https://github.com/bnosac/ruimtehol) allowing R users to easily build and apply neural embedding models on text data. It wraps the 'StarSpace' library https://github.com/facebookresearch/StarSpace allowing users to calculate word, sentence, article, document, webpage, link and ... [Read more...]

Understanding the Magic of Neural Networks

January 15, 2019 | Learning Machines

Everything “neural” is (again) the latest craze in machine learning and artificial intelligence. Now what is the magic here? Let us dive directly into a (supposedly little silly) example: we have three protagonists in the fairy tail little red riding hood, the wolf, the grandmother and the woodcutter. They all ... [Read more...]
1 5 6 7 8 9 15

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)