Building a Virtual AI Assistant (aka Copilot) for Your Software Application: Harnessing the Power of LLMs like ChatGPT

Welcome to the dawn of a new era in digital interaction! With the advent of Generative AI, we’re witnessing a remarkable revolution that’s changing the very nature of how we interact with software and digital services. This change is monumental. Leading the charge are the latest generation of AI-powered virtual assistants, aka “AI copilots”. Unlike … Read more

How Far are Swiss Enterprises in Adopting OpenAI’s GPT Models?

OpenAI’s large language models, such as GPT-4 and ChatGPT, have the potential to revolutionize customer experience and boost economic productivity to a new level. With its ability to automate processes, provide predictive insights, and enhance decision-making capabilities, OpenAI will also impact companies in Switzerland. The question remains: how far along is Switzerland in adopting OpenAI? … Read more

9 Business Use Cases of OpenAI’s ChatGPT

chatgpt versatile use cases of openai business application octopus colorful pop art-min

You haven’t had enough of the recent hype about OpenAI? Fantastic! Let’s explore the business use cases for ChatGPT and other Large Language Models (LLMs). ChatGPT is often considered the beginning of a new era of AI adoption. A growing number of ChatGPT users are now using AI in their personal workflows. However, adoption in … Read more

How to Use Hierarchical Clustering For Customer Segmentation in Python

isometric_view_cartoon_large_group_people_using_phone

Have you ever found yourself wondering how you can better understand your customer base and target your marketing efforts more effectively? One solution is to use hierarchical clustering, a method of grouping customers into clusters based on their characteristics and behaviors. By dividing your customers into distinct groups, you can tailor your marketing campaigns and … Read more

Forecasting Beer Sales with ARIMA in Python

beer sales arima forecasting python tutorial pint with data in the background relataly forecasting

Time series analysis and forecasting is a tough nut to crack, but the ARIMA model has been cracking it for decades. ARIMA, short for “Auto-Regressive Integrated Moving Average,” is a powerful statistical modeling technique for time series analysis. It’s particularly effective when the time series you’re analyzing follows a clear pattern, like seasonal changes in … Read more

Training a Sentiment Classifier with Naive Bayes and Logistic Regression in Python

sentiment analysis machine learning python tutorial relataly midjourney ai-min

Are you ready to learn about the exciting world of social media sentiment analysis using Python? In this article, we’ll dive into how companies are leveraging machine learning to extract insights from Twitter comments, and how you can do the same. By comparing two popular classification models – Naive Bayes and Logistic Regression – we’ll … Read more