January 2018

Working with sparse matrices in C++

January 15, 2018 | Posts on GGVY

Working with sparse matrices is a big part of my day. Social networks are inherently sparse, so sparse matrices are the best buds you can get when representing large networks as adjacency matrices.1 As so, I usually find myself trying to take advantage of their structure as, contrasting dense matrices, ... [Read more...]

Base R can be Fast

January 15, 2018 | John Mount

“Base R” (call it “Pure R”, “Good Old R”, just don’t call it “Old R” or late for dinner) can be fast for in-memory tasks. This is despite the commonly repeated claim that: “packages written in C/C++ are faster than R code.” The benchmark results of “rquery: Fast ...
[Read more...]

Natural Language Processing for non-English languages with udpipe

January 15, 2018 | Super User

BNOSAC is happy to announce the release of the udpipe R package (https://bnosac.github.io/udpipe/en) which is a Natural Language Processing toolkit that provides language-agnostic 'tokenization', 'parts of speech tagging', 'lemmatization', 'morphological feature tagging' and 'dependency parsing' of raw text. Next to text parsing, the package also ... [Read more...]

Best Books to Learn R Programming

January 14, 2018 | n.ashutosh

Books. Books. Books.There are many books to help you learn R programming. But how do you know which book to choose to invest your time? Don't worry. This short list of only the best R books to help you learn R programming. Here we go:R for Data ScienceLearn ...
[Read more...]

RStudio Addin Manager

January 14, 2018 | Jonathan Sidi

rsam provides a command line and user interface to manage RStudio addins. You can show or hide the addins in the RStudio IDE dropdown menu and set keyboard shortcuts for them. Installation Since rsam manages the RStudio addins it must write to disk. For this reason the package cannot be ...
[Read more...]

Step by Step Tutorial: Deep Learning with TensorFlow in R

January 14, 2018 | n.ashutosh

Deep Learning with TensorFlow Deep learning, also known as deep structured learning or hierarchical learning, is a type of machine learning focused on learning data representations and feature learning rather than individual or specific tasks. Feature learning, also known as representation learning, can be supervised, semi-supervised or unsupervised. Deep learning ... [Read more...]

digest 0.6.14

January 14, 2018 | Thinking inside the box

Another small maintenance release, version 0.6.14, of the digest package arrived on CRAN and in Debian today. digest creates hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash' and 'murmurhash' algorithms) perm... [Read more...]

Timing Python Processes

January 14, 2018 | Andrew Treadway

Timing Python processes is made possible with several different packages. One of the most common ways is using the standard library package, time, which we’ll demonstrate with an example. However, another package that is very useful for timing a process — and particularly telling you how far along a process ...
[Read more...]

Top interactive visualizations of movie scripts

January 14, 2018 | smarterpoland

One of the highest pleasures for an academic teacher is to be surprised by an extraordinary student’s project or homework. Something that greatly exceeds expectations. I’ve reoriented my courses in a way to make such surprises frequent. The second project in my Data Visualisation classes was related to ... [Read more...]
1 8 9 10 11 12 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)