STOP Building Useless ML Projects – What Actually Works

STOP Building Useless ML Projects – What Actually Works
all the time: “What projects should I do to get a job in data science or machine learning?” This question ...
Read more

Prescriptive Modeling Makes Causal Bets – Whether You Know it or Not!

Prescriptive Modeling Makes Causal Bets – Whether You Know it or Not!
modeling is the pinnacle of analytics value. It doesn’t focus on what happened, or even what will happen – it ...
Read more

AI Agent with Multi-Session Memory

AI Agent with Multi-Session Memory
Intro In Computer Science, just like in human cognition, there are different levels of memory: Primary Memory (like RAM) is ...
Read more

The Mythical Pivot Point from Buy to Build for Data Platforms

The Mythical Pivot Point from Buy to Build for Data Platforms
TL;DR: with data-intensive architectures, there often comes a pivotal point where building in-house data platforms makes more sense than buying ...
Read more

Data Science: From School to Work, Part V

Data Science: From School to Work, Part V
Make it work, then make it beautiful, then if you really, really have to, make it fast. 90 percent of ...
Read more

Hitchhiker’s Guide to RAG with ChatGPT API and LangChain

Hitchhiker’s Guide to RAG with ChatGPT API and LangChain
generate tons of words and responses based on general knowledge, but what happens when we need answers requiring accurate and ...
Read more

A Developer’s Guide to Building Scalable AI: Workflows vs Agents

A Developer’s Guide to Building Scalable AI: Workflows vs Agents
I had just started experimenting with CrewAI and LangGraph, and it felt like I’d unlocked a whole new dimension of ...
Read more

Pipelining AI/ML Training Workloads with CUDA Streams

Pipelining AI/ML Training Workloads with CUDA Streams
ninth in our series on performance profiling and optimization in PyTorch aimed at emphasizing the critical role of performance analysis and optimization ...
Read more

A Caching Strategy for Identifying Bottlenecks on the Data Input Pipeline

A Caching Strategy for Identifying Bottlenecks on the Data Input Pipeline
in the data input pipeline of a machine learning model running on a GPU can be particularly frustrating. In most ...
Read more

Use OpenAI Whisper for Automated Transcriptions

Use OpenAI Whisper for Automated Transcriptions
development lately with large language models (LLMs). A lot of the focus is on the question-answering you can do with ...
Read more