-
Diving into NLP
Intro So I have been thinking a bit about chatbots and other NLP-related things lately. I’m probably NOT ready to implement an NLP-based Chatbot, that’s clear, but I can start doing some other things to get practice on the subject. So this is going to be a multi-part thing, or rather a recurring subject in…
-
Going SQL: Postgres (3/3) – Now with R
For the past two Blog entries, we spent time preparing for today: We want to use a Postgres SQL Database backend to work with our JSON data, from R. Before we continue… We’re still missing one piece: the table(s) in the Database. Let’s tackle that very quickly for today, as the focus will be on…
-
Going SQL: Postgres (2/3)
Last week we got a Container up and running with a Postgres SQL Server in it. We’re going to need a Database client to check it. At this point, in theory, we could use some R package (more on that later) to interact with our DBMS container, but instead we’ll go for a Visual client…