🚀 Think you’ve got what it takes for a career in Data? Find out in just one minute!

Kruskal Algorithm: Definition and Purpose

Discover the Kruskal algorithm, a popular algorithm in graph theory used to find the minimum spanning tree of a connected

Kruskal’s algorithm for optimizing connections within a network is one of the key concepts in Machine Learning. Find out how it works and why it’s so useful in everyday life. What is the Kruskal algorithm? Designed in 1956 by Joseph Kruskal, Kruskal’s algorithm is used to find a minimum weight spanning tree (MWST) (also known […]

GitHub Repository : What is it? What’s it for?

GitHub Repository : What is it? What's it for?

Whether you’ve just started coding or you’ve been doing it for a while, chances are you’ve heard of GitHub, and there’s good reason for it! Github is an essential platform for collaborative software development and the world’s largest source code host, with a user base of over 100 million developers as of early 2023. It […]

Understanding Kullback-Leibler Divergence in Probability Theory

Understanding Kullback-Leibler Divergence in Probability Theory

La divergence de Kullback-Leibler est une mesure de similarité entre deux distributions de probabilité, très utilisée pour l’analyse de données et le Machine Learning. Découvrez tout ce que vous devez savoir ! Our story begins in the United States in the 1950s. It was at this time that two American statisticians became interested in information […]

Mastering Structured Tables with Dtype in Python

dtype

Whether it’s for an IT project, an HR or sales file, a table rarely has just one type of data. Quite often, numerical and textual data merge to provide more context. That’s why Python Dtypes are so useful. What’s a Dtype? Dtypes correspond to data types in the NumPy (numerical Python) library. This tool, based […]

Data Protection Officer training: How do I become a DPO?

Data Protection Officer training: How do I become a DPO?

The Data Protection Officer (DPO) is an expert responsible for preventing data leaks and cyber attacks, and ensuring compliance with regulations such as the RGPD. Find out why and how to train for this job! In the age of digitisation and ubiquitous connectivity, protecting personal data has become a top priority for businesses. This is […]

Semantic Analysis: Definition and Use Cases in Natural Language Processing

Semantic Analysis: Definition and Use Cases in Natural Language Processing

Artificial Intelligence tools are becoming more and more effective at processing natural language, thanks in particular to more sophisticated use of semantic analysis. In this article, we take a look at what semantic analysis is and how it can benefit organisations. What is semantic analysis? Definition of semantic analysis Semantics refers to the study of […]

Lookalikes: What is it? Why is it important in marketing?

Lookalikes: What is it? Why is it important in marketing?

People with similar characteristics are more likely to adopt the same behaviour. Based on this principle, organisations define similar audiences to better target their prospects. This is known as lookalike audiences. In focus. What does Lookalike mean? “Lookalike” refers to an exact resemblance between two people, whether in terms of physical appearance, history or personality. […]

Mastering MB-260: A Comprehensive Guide to the Microsoft Customer Data Platform Exam

Dive deep into the MB-260 exam with our detailed guide, covering all essential topics related to the Microsoft Customer Data Platform. Gain insights into exa

The Microsoft MB-260: Microsoft Customer Data Platform exam assesses mastery of the Dynamics 365 Customer Insights cloud service and other customer data management platforms. Find out everything you need to know about this certification, and how to get it! While Microsoft often updates its exams, it’s rare for a completely new certification to be launched. […]

Artificial intelligence: DeepFake detectors have become indispensable

Discover why DeepFake detectors have become indispensable in the landscape of artificial intelligence, safeguarding against the proliferation of synthetic media and ensuring the integrity of digital content. Explore their significance, challenges, and impact on the evolving AI landscape.

DeepFakes detection tools are already essential in the face of the proliferation of falsified videos thanks to artificial intelligence. Find out how far research has progressed in this area, and what methods are used by existing tools. Thanks to artificial intelligence, it is now possible to modify a video or make it up from scratch. […]

LLVM: Everything you need to know about this compiler

LLVM : Everything you need to know about this compiler

While it is common practice for developers to write programs in a “high-level” language such as Python or Java, these same programs need to be “compiled” in order to make direct use of the microprocessor’s capabilities. LLVM has been a major innovator in this field, promoting aspects such as modularity and real-time compilation. Developers know […]

SQL ROWCOUNT: Everything you need to know about SQL formulas

sql row

SQL databases usually contain several hundred or even several thousand lines. But very often, modifications, selections, updates and other instructions only affect a few rows. To find out exactly how many rows have been affected by your various operations, you can use SQL ROWCOUNT. Deciphering. SQL ROWCOUNT to count rows @ROWCOUNT is an SQL query […]

Low Code, a simple programming language accessible to all

Low Code, a simple programming language accessible to all

You no longer need to be a professional developer to create software and applications. Thanks to low-code and no-code platforms, it is now possible to rapidly create applications by writing very few, if any, lines of code. In recent years, companies have seen the emergence of new ways of working, driven by the increasing digitalisation […]