Blog

Data Augmentation: Case Study in Deep Learning with TensorFlow

Introduction : What is data augmentation Data augmentation is a technique used in machine learning to automatically generate additional training […]

Spark for Dummies - Part 6 - Toolkit by Data Type

In this chapter we will see the different types managed by Spark and their main features.This list covers most needs […]

Le Deep Learning – Partie 2 – Apprentissage en profondeur

How can we optimize a CNN model? Successfully implementing a CNN model requires an understanding of how the algorithm works […]

Le Deep learning pour les débutants – Partie 1

Introduction The abundance of supercomputers accessible through the Cloud as well as the increase in the volume of data generated […]

Spark - Part 5 - Basic structured operations

In this article, we are about to see some operations we can do on Dataframes. Before jumping into this, you […]

TensorFlow - Part 2 - Image classification

Introduction Machine learning techniques are widely used and have shown their efficiency in the field of artificial intelligence. To use […]

Spark - Part 4 - Structured API Overview

How data are structured in Apache Spark ? What data types are supported in Spark ? How does Spark execute […]

Getting started with TensorFlow

Intelligent robots, connected speakers, drones, medical imaging… Artificial Intelligence is everywhere! And algorithm implementation is a tedious task! 😱 It […]

Apache Spark - Part 3 - Overview

Spark is a simple, fast framework with libraries that help with accurate analysis of large data sets in multiple languages. […]

Spark for dummies- Part 1 - Overview

Getting started with Apache Spark Welcome on this serie of articles on Apache Spark, one of the most in demand […]

Spark for dummies - Part 2 - Architecture

In the previous article we gave a general introduction to Spark and how to install it. In this article, we […]

Ingest a database to AWS S3 with Python and Pandas

We will see how to ingest to AWS S3 easily the data contained in a table of a database in […]