AI/ML Research

Fine-Tuning DistilBERT for Question Answering

This post is divided into three parts; they are: • Fine-tuning DistilBERT for Custom Q&A • Dataset and Preprocessing •…

4 months ago

A Practical Guide to Building Local RAG Applications with LangChain

Retrieval augmented generation (RAG) encompasses a family of systems that extend conventional language models , large and otherwise (LLMs), to…

4 months ago

3 Ways Vibe Coding and AI-Assisted Development Are 2 Different Things

Vibe coding and AI-assisted development are two trendy terms in today's tech jargon.

4 months ago

Advanced Q&A Features with DistilBERT

This post is divided into three parts; they are: • Using DistilBERT Model for Question Answering • Evaluating the Answer…

4 months ago

A Gentle Introduction to Attention and Transformer Models

This post is divided into three parts; they are: • Origination of the Transformer Model • The Transformer Architecture •…

4 months ago

Building a Recommender System From Scratch with Matrix Factorization in Python

In this article, we will build step by step a movie recommender system in Python, based on matrix factorization.

4 months ago

The Beginner’s Guide to Machine Learning with Rust

Machine learning has become an essential tool for solving complex problems across various domains, from finance to healthcare.

4 months ago

A Gentle Introduction to Graph Neural Networks in Python

Graph neural networks (GNNs) can be pictured as a special class of neural network models where data are structured as…

4 months ago

Scaling Up Reinforcement Learning for Traffic Smoothing: A 100-AV Highway Deployment

Training Diffusion Models with Reinforcement Learning We deployed 100 reinforcement learning (RL)-controlled cars into rush-hour highway traffic to smooth congestion…

4 months ago

10 Must-Know Python Libraries for LLMs in 2025

Large language models (LLMs) are changing the way we think about AI.

4 months ago