Category: Blog

  • NLP (1/n): Scraping all the Blog articles (the hard way)

    Intro To use Natural Language Processing algorithms, we first need data. We’ve seen last time how to scrape ONE article. And how to get to different pages of the Blog. But for this to be usable in the future, we should be able to download all articles UNTIL there is no more (e.g. we probably…

  • 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…

  • Testing Containers

    Intro Now this Post is a tiny bit different, although still about working with data, and with a focus on security. But this time around, if you’ve followed a bit the Blog, we have a few “Docker” containers running on different machines, to work on security data. That’s very cool, but… What about the security…