Blog
From AI to web development to IoT, this blog focuses on the latest technological developments and how they can impact both your daily life and your business. Whether you're a manager, developer, or just a tech enthusiast, we hope you'll find our blog a valuable resource for staying up-to-date on the latest technological innovations.
Train a KNN classifier with scikit-learn: Your first AI project
November 28, 2023In this post, you will learn how to build a handwritten digit classifier in Python. You will use the scikit-learn library to train and run inference using the KNN algorithm, and learn some of its inner workings. Additionally, you will also learn about some standard practices such as cross-validation and hyperparameter search.
What is generative AI and how do AI writers and image generators work?
August 29, 2023Generative AI is a rapidly growing field of artificial intelligence that aims to create new content, such as images, text, and music. In this blog post, we will explore the different ways that generative AI is being used to create new content across different domains, with special focus on the two most popular modalities of generative AI: painting images, and writing text.
10 real world applications of AI across industries
June 12, 2023Artificial Intelligence is much more than a buzzword, it's a powerful force that's shaping the world of tomorrow. From manufacturing to healthcare, AI has rapidly become an integral part of our daily lives, reshaping how we interact, work, and live. In this blog post, we'll show 10 specific examples of how AI is reshaping different industries.
How does face recognition work?
February 22, 2023Face recognition is one of those technologies that have been around for a couple of decades now, but has been heavily revolutionized by recent developments in AI. In this blog post, we'll describe how face recognition works, showing specific methods that are commonly used in the industry.
A brief introduction to explainable AI
February 10, 2023The increasing complexity of AI systems makes them opaque and hard to reason about. Some practitioners no longer solely rely on the typical metrics and need a deeper insight on how the models are computing the results. In this post we will introduce the concept of explainable AI, show different types of explainable AI, and describe some popular algorithms such as Grad-CAM, LIME or SHAP.
How to build your machine learning PC
November 12, 2022In this article we explain what components you should buy to train your own models while saving money. We will choose every part of the PC without considering preconfigured computers that are usually more expensive.