Skip to content Skip to sidebar Skip to footer

Customer Segmentation Project: Train, Test, Tweak, Repeat | by Leonardo A. (đź’ˇ panData) | Aug, 2024

I am now bringing you a Data Science in Marketing — Customer Base Segmentation (clustering) project. This is a high-level project that can be applied in any company that needs to understand the differences among its customers. Know that companies are eager đź‘ą to understand who their customers are. Or do you think all customers…

Read More

The Evolution of SQL. Unlocking the power of large language… | by 💡Mike Shakhomirov | Aug, 2024

Unlocking the power of large language models Photo by ZHENYU LUO on UnsplashIn this article, I will examine how large language models (LLMs) can convert natural language into SQL, making query writing more accessible to non-technical users. The discussion will include practical examples that showcase the ease of developing LLM-based solutions. We’ll also cover various…

Read More

LLM Personalization. User Persona based Personalization of… | by Debmalya Biswas | Aug, 2024

User Persona based Personalization of LLM generated Responses ChatGPT, or the underlying large language models (LLMs) today, are able to generate contextualized responses given a prompt. As a next step in the LLM evolution, we expect the responses to be more and more personalized with respect to the persona, conversation history, current conversation context and…

Read More

Productionizing a RAG App. Adding evaluation, automated data… | by Ed Izaguirre | Aug, 2024

Adding evaluation, automated data pulling, and other improvements. From Film Search to Rosebud 🌹. Image from Unsplash.Table of Contents Introduction Offline Evaluation Online Evaluation Automated Data Pulling with Prefect Summary Relevant Links A few months ago, I released the Film Search app, a Retrieval-Augmented Generation (RAG) application designed to recommend films based on user queries.…

Read More

Using LLMs to Query PubMed Knowledge Bases for BioMedical Research | by Jillian Rowe | Jul, 2024

AI for fun and profit! Photo by 🇸🇮 Janko FerliÄŤ on UnsplashIn this article, we’ll explore how to leverage large language models (LLMs) to search and scientific papers from PubMed Open Access Subset, a free resource for accessing biomedical and life sciences literature. We’ll use Retrieval-Augmented Generation, RAG, to search our digital library. AWS Bedrock…

Read More

Reinforcement Learning, Part 5: Temporal-Difference Learning | by Vyacheslav Efimov | Jul, 2024

Intelligently synergizing dynamic programming and Monte Carlo algorithms R einforcement learning is a domain in machine learning that introduces the concept of an agent learning optimal strategies in complex environments. The agent learns from its actions, which result in rewards, based on the environment’s state. Reinforcement learning is a challenging topic and differs significantly from…

Read More

AI-Proof Your Data Science Skill Set by Embracing Four Timeless Concepts | by Matthew Gazzano | Jul, 2024

And stay competitive in a saturated job market Photo by Thomas Kelley on UnsplashWith AI productivity tools like Microsoft Copilot, ChatGPT, and many others emerging, some technology professionals have drawn concerns around their skill sets becoming obsolete. Since AI is still in its infancy, it’s impossible for anyone to predict exactly how the skill sets…

Read More