The question is not anymore whether we can solve the problem with AI but to what extent it returns sustainable and reliable results. Good craftsmanship, governance, ethics, and education on AI are what we need now. Photo by Karan Suthar on UnsplashSince I was a kid, I have always been intrigued and interested in new…
A fully offline use of Whisper ASR and LLaMA-2 GPT Model Raspberry Pi running a LLaMA model, Image by authorNowadays, nobody will be surprised by running a deep learning model in the cloud. But the situation can be much more complicated in the edge or consumer device world. There are several reasons for that. First,…
Why do marketers turn to spreadsheets and how to close this gap Mind the gap (image by author)Marketing is often the main use case for analytics. Most performance marketers are data-driven and -literate. They want to use data to optimize their campaigns and achieve their ROI targets. However, self-service analytics is falling short. Especially for…
How fast will you drive? Photo by Julian Hochgesang on UnsplashWhen planning future vehicle routes, you trust the digital map providers for accurate speed predictions. You do this when picking your phone up to prepare for a car trip or, in a professional setting, when planning routes for your vehicle fleet. The forecasted speeds are…
Explore building an advanced RAG system on your computer. Full-cycle step-by-step guide with code. Image by the Author | Mistral + LlamaIndex + W&BRetrieval Augmented Generation (RAG) is a powerful NLP technique that combines large language models with selective access to knowledge. It allows us to reduce LLM hallucinations by providing the relevant pieces of…
IntelliCar is a European-based company that recently started producing smart cars for the European market. In order to get the desired answer when looking into the magic mirror and asking who has the smartest car of them all, IntelliCar thought long and hard and decided to equip their super smart cars with: facial and emotion…
Utilize SageMaker Pipelines, JumpStart, and Clarify to Fine-Tune and Evaluate a Llama 7B Model Image from Unsplash by Sigmund2023 was the year that witnessed the rise of various Large Language Models (LLMs) in the Generative AI space. LLMs have incredible power and potential, but productionizing them has been a consistent challenge for users. An especially…
Environment setup In this guide, we’re going to use JupyterLab with Docker and MinIO. Think of Docker as a handy tool that simplifies running applications, and MinIO as a flexible storage solution perfect for handling lots of different types of data. Here’s how we’ll set things up: I’m not diving deep into every step here…
Photo by Element5 Digital on UnsplashA Bonus Article for “The Book of Why” Series In two months, we finished reading “The Book of Why,” which gave us a glimpse into the fascinating world of causality. As promised, I have a bonus article to close my first Read with Me series officially. Inspired by my own…
When ReLU’s extrapolation capabilities are not enough Photo by Willian Justen de Vasconcellos on UnsplashNeural networks are known to be great approximators for any function — at least whenever we don’t move too far away from our dataset. Let us see what that means. Here is some data: Image by the author.It does not only…