Category: Other

Attention is all you need – Transformers

Highlights: Starting with this post, we delve into the intriguing concept of ‘attention’ in visual perception. It’s natural to focus on certain elements when we see an image. We instinctively find the most significant components of that image and examine it more than other elements. This concept is exemplified by a process which is known as ‘saliency’ in the field of computer vision and is visualized as a heat map. This ‘heat map’ reveals where…
Read more

Unveiling the Era of AI-Generated Content: From GANs to ChatGPT

Highlights: In today’s digital world, three groundbreaking AI models are grabbing everyone’s attention – ChatGPT, DALL-E-2, and Codex. People are curious and eager to understand how these amazing tools work. These models belong to a fascinating area called Artificial Intelligence Generated Content (AIGC), wherein computers create pictures, music, and text. Come, let’s explore this exciting realm together and learn about the magic behind ChatGPT and its AI pals in our upcoming posts In this first…
Read more

How did famous tennis players respond to the Djokovic visa saga?

Sportsmanship in Tennis as revealed by Artificial Intelligence Software.What famous tennis players REALLY think and FEEL? As Sigmund Freud remarked: “No mortal can keep a secret. If his lips are silent, he chatterswith his fingertips; betrayal oozes out of him at every pore.” What do the famous tennis players really think about the number one tennis player Novak Djokovic? Here you are going to find out what Artificial Intelligence says about emotions that tennis players…
Read more

#009 The Singular Value Decomposition(SVD) – illustrated in Python

Highlight: In this post, we will talk about the Singular Value Decomposition (SVD). We will see that is the continuation of the Linear Algebra post about eigenvectors and eigenvalues. Well, it is probably one of the most important algorithms in Linear Algebra, math, and engineering. Applications are immense, starting from Image processing, Computer vision, up to industrial applications, such as Google rank algorithm. O.K., you probably heard about SVD already. So, let’s start! Tutorial Overview:…
Read more

#004 OpenCV projects – How to extract features from the image in Python?

Highlights: In this post, we are going to show how to detect distinct features in an image. We will describe the important properties of these features (keypoints) and we will learn how we can use them to better understand the structure and the content of an image. Furthermore, we will talk about the most common algorithms that can be used for feature detection. So, let’s begin. Tutorial overview: What are keypoints? Detecting corners with Harris…
Read more