Apache Spark basics

    In Big Data containers era, there is no way, that you will avoid working with cluster-computing frameworks, like Hadoop or Spark. At some point, I had to choose between those two, and as Apache spark seems to be more flexible and faster, I decided to look closer into it. Following …

Image recognition basics

There is multiple image classification datasets available online or embedded in python ML related modules, and this notebook contains just a sample code for image classification on those publicly available datasets. In this post, I will just use a very ‘blond’ solution and definitely not a perfect one (deep neural …