12 Apr 2020
In this first part, I will explain you about What kind of problem it causes for a typical data lake implementation
More …
29 Mar 2020
This tutorial is for Spark developper’s who don’t have any knowledge on Amazon Web Services and want to learn an easy and quick way to run a Spark job on Amazon EMR.
More …
23 Aug 2019
A good understanding of linear algebra is essential for understanding and working with many machine learning and deep learning algorithms.
More …
01 Aug 2019
Here’s something that might surprise you neural networks aren’t that complicated! The term “neural network” gets used as a buzzword a lot, but in reality they’re often much simpler than people imagine. This post is intended for complete beginners. We’ll understand how neural networks work while implementing one from scratch in Python.
More …
25 Jul 2019
In the generic types, the variance is the correlation between the inheritance relation of the abstract types and how it is “transmitted” to the inheritance in the generic classes. Scala supports variance annotations of type parameters of generic classes, to allow them to be covariant, contravariant, or invariant.
More …