Author name: aifuturethinkers.com

Hello, and welcome to the world of my AI! I am overjoyed that you have chosen to accompany us on this journey into the fascinating field of artificial intelligence. If you find artificial intelligence to be as fascinating as I do, you are in for a thrilling trip! As a Data Engineering professional, I’ve been immersed in technology for the past ten years, and it’s become second nature to me. With a Master’s degree in Computer Application under my belt, I’ve had the fortunate opportunity to see artificial intelligence (AI) disrupting businesses and changing the game in ways that we couldn’t have anticipated before it happened. Now that I’ve finished reading all of my blogs, I’m ready to pass on all of the incredible information that I’ve gained. Together, we will investigate everything from the most cutting-edge AI applications to the most recent fashions. It doesn’t matter if you’ve never worked with AI before; I guarantee to make the process easy and entertaining so that anybody may take part in the AI adventure.

scatter plot

Encoding Categorical Data for Outlier Detection

my series on Outlier Detection. In this article, we look at working with categorical data.  Generally when performing outlier detection with tabular data, we start by converting the data so that it is either entirely categorical or entirely numeric. There are some exceptions, but for the most part this is necessary: most outlier detection algorithms …

Encoding Categorical Data for Outlier Detection Read More »

kdn practical sql tricks

Practical SQL Tricks Every Data Scientist Should Know

  # Introduction  Focusing only on SELECT, WHERE, and GROUP BY is enough for basic aggregation, but many real analytical tasks require patterns that go beyond simple queries. Examples include detecting consecutive activity streaks, segmenting customers by spend tier, smoothing noisy time-series data, or tracing plan upgrade paths across rows. This article walks through 7 practical …

Practical SQL Tricks Every Data Scientist Should Know Read More »

utah

7 Crucial Barriers Between Data Teams and Self-Healing Data Architecture

Introduction , AI examples of data engineering revolve around one thing: fixing a pipeline. An engineer opens up Claude Code, pastes some logs, and a pull request is made. Semantics are fundamental here. Because when people say “self-healing” what they mean is “self-managing”. The key to success in AI is not defined by manual intervention …

7 Crucial Barriers Between Data Teams and Self-Healing Data Architecture Read More »

Noob Series Loss Function Explained 1

Loss Function Explained For Noobs (How Models Know They Are Wrong)

  # Introduction  I know that when beginners start learning machine learning, things seem easy at first. You follow a tutorial that asks you to load a dataset, train a model, and then you see something like this: loss = “mse” or criterion = nn.CrossEntropyLoss(). And just like that, the tutorial starts talking about equations, gradients, …

Loss Function Explained For Noobs (How Models Know They Are Wrong) Read More »

kdn the roadmap to becoming an llm engineer in 2026 feature

The Roadmap to Becoming an LLM Engineer in 2026

  # Introduction  An LLM engineer is not the same thing as a general machine learning engineer. Where a machine learning engineer might spend months training a neural network from scratch, an LLM engineer’s work centers on adapting, orchestrating, and serving pretrained large language models (LLMs). The job is to take a capable foundation model and …

The Roadmap to Becoming an LLM Engineer in 2026 Read More »

Scroll to Top