Unfolding the universe of possibilities..

Navigating the waves of the web ocean

Imitation Models and the Open-Source LLM Revolution

Are proprietary LLMs like ChatGPT and GPT-4 actually easy to replicate? Continue reading on Towards Data Science »

DINO — A Foundation Model for Computer Vision

DINO — A Foundation Model for Computer Vision Paper Walkthrough: Emerging Properties in Self-Supervised Vision Transformers It is an exciting decade for computer vision. Great successes from the natural language domain are transferred to the vision domain including the introduction of the ViT

Challenges of Detecting AI-Generated Text

We’ll take an in-depth look at the challenges of detecting AI-generated text, and the effectiveness of the techniques used in practice. Photo by Houcine Ncib on Unsplash Co-authored with Naresh Singh. Table of contents IntroductionBuilding an intuition for text source detectionWhat is the

Python Type Hinting in Data Science Projects: A Must, a Maybe, or a No-No?

Should we use type hints in data-science projects realized in Python? Continue reading on Towards Data Science »

Creating a LLaMa 2 Agent Empowered with Wikipedia Knowledge

Powering up LLaMa 2 with retrieval augmented generation to seek and use information from Wikipedia. Photo by Lysander Yuen on Unsplash Introduction Large Language Models (LLMs) are one of the hottest trends in AI. They have demonstrated impressive text-generation capabilities, ranging

Is Data Democratization Overhyped?

How organizations can prepare themselves for the obstacles and success factors on the road to a democratized data culture Data democratization is currently one of the leading ideas when discussing more effective usage of business data. Yet, the democratization of data,

pandas: work on your dtypes!

Having the right dtypes in pandas is a must for clean data-analysis! Here’s how and why. Continue reading on Towards Data Science »

Building a Smart Travel Itinerary Suggester with LangChain, Google Maps API, and Gradio (Part 2)

Learn how to build an application that might inspire your next road trip This article is part 2 of a three part series where we build a travel itinerary suggester application using OpenAI and Google APIs and display it in a

Building a Smart Travel Itinerary Suggester with LangChain, Google Maps API, and Gradio (Part 1)

Learn how to build an application that might inspire your next road trip This article is part 1 of a three part series where we build a travel itinerary suggester application using OpenAI and Google APIs and display it in a

Mastering Customer Segmentation with LLM

Unlock advanced customer segmentation techniques using LLMs, and improve your clustering models with advanced techniques Content Table · Intro· Data· Method 1: Kmeans· Method 2: K-Prototype· Method 3: LLM + Kmeans· Conclusion Intro A customer segmentation project can be approached