Unfolding the universe of possibilities..

Dancing with the stars of binary realms.

The Business Guide to Tailoring Language AI

A framework for unlocking custom LLM solutions you’ll understand Foreword This article illustrates how Large Language Models (LLM) are gradually adapted for custom use. It is meant to give people with no computer science background an easy to grasp analogy

Intersect Multiple 3D Lines (Closest Point)

Seeking intersection of a batch of 3D lines is more of a minimization problem than an actual intersection test, as usually done with 2 rays Continue reading on Towards Data Science »

Real Product Data Scientist Interview Questions at Lyft – A Compilation from GlassDoor

Practical tips to ace your next tech interview Continue reading on Towards Data Science »

Random Walks Are Strange and Beautiful

A journey through dimensions and life Continue reading on Towards Data Science »

The Rise of Diffusion Models — A new Era of Generative Deep Learning

Paper Walkthrough— Denoising Diffusion Probabilistic Models Continue reading on Towards Data Science »

Step-by-Step Guide to Time Series Visualization Using Plotnine

6 graphics to explore your time series Continue reading on Towards Data Science »

Real-time Twitch chat sentiment analysis with Apache Flink

Real-Time Twitch Chat Sentiment Analysis with Apache Flink Learn how to empower creators by real-time sentiment analysis with Apache Flink to decipher audience emotions to steer content for viewer satisfaction Photo by Joey kwok on Unsplash🚀 Let’s learn about Apache Flink and

Create Mixtures of Experts with MergeKit

Combine multiple models into a single MoE Image by author Thanks to the release of Mixtral, the Mixture of Experts (MoE) architecture has become popular in recent months. This architecture offers an interesting tradeoff: higher performance at the cost of increased VRAM

Chronos: The Latest Time Series Forecasting Foundation Model by Amazon

Take a deep dive into Chronos, its inner workings, and how to apply it in your forecasting projects using Python. Continue reading on Towards Data Science »

Text Embeddings, Classification, and Semantic Search

An introduction with example Python code This article is part of a larger series on using large language models (LLMs) in practice. In the previous post, we saw how to improve an LLM via retrieval-augmented generation (i.e. RAG). A key part