Publications by Longhow Lam

Amsterdam in an R leaflet nutshell

25.04.2018

The municipal services of Amsterdam (The Netherlands) is providing open panorama images. See here and here. A camera car has driven around in the city, and now you can download these images. Per neighborhood of Amsterdam  I randomly sampled 20 images and put them in an animated gif using R magick and the put it on a interactive leaflet map. Befo...

838 sym 4 img

Cucumber time, food on a 2D plate / plane

27.07.2018

Introduction It is 35 degree Celsius out side, we are in the middle of the ‘slow news season’, in many countries also called cucumber time.  A period typified by the appearance of less informative and frivolous news in the media. Did you know that 100 g of cucumber contain 0.28 mg of iron and 1.67 g of sugar? You can find all the nutrient va...

1670 sym 8 img

SatRday talks recordings

17.10.2018

A couple of weeks ago, the first of September we had satRday in Amsterdam (The Netherlands) a fantastic event hosted by GoDataDriven. Now the great talks, including my 10 minute lightning talk on text2vec are online. My talk The satRday channel Cheers, Longhow Related To leave a comment for the author, please follow the link and comment on thei...

672 sym 2 img

An R Shiny app to recognize flower species

17.12.2018

Introduction Playing around with PyTorch and R Shiny resulted in a simple Shiny app where the user can upload a flower image, the system will then predict the flower species. Steps that I took Download labeled flower data from the Visual Geometry Group,Install Pytorch and download their transfer learning tutorial script,You need to slightly adjus...

1236 sym 2 img

Selecting ‘special’ photos on your phone

15.01.2019

At the beginning of the new year I always want to clean up my photos on my phone. It just never happens. So now (like so many others I think) I have a lot of photos on my phone from the last 3.5 years. The iPhone photos app helps you a bit to go through your photos. But which ones are really special and you definitely want to keep? Well, just ap...

1600 sym 4 img

Are you leaking h2o? Call plumber!

07.02.2019

Create a predictive model with the h2o package. H2o is a fantastic open source machine learning platform with many different algorithms. There is Graphical user interface, a Python interface and an R interface. Suppose you want to create a predictive model, and you are lazy then just run automl. Lets say, we have both train and test data sets, an...

3132 sym R (1109 sym/7 pcs) 4 img

Dataiku with RStudio integration

05.03.2019

Introduction Some time ago I wrote about the support for R users within Dataiku. The software can really boost the productivity of R users by having: Managed R code environments,Support for publishing of R markdown files and shiny apps in Dataiku dashboards,The ability to easily create and deploy API’s based on R functions. See the blog post he...

2599 sym 10 img