Machine Learning

Welcome to the Machine Learning Hub, your one-stop destination for all things related to machine learning!

Get ready to embark on an exciting journey into the realm of AI and discover how machines can learn and make intelligent decisions. Our blog articles are crafted with simplicity and clarity in mind, making complex machine learning concepts easy to understand for everyone. Whether you’re a beginner or an experienced practitioner, we’ve got you covered with informative and insightful content. Explore the fascinating world of algorithms, models, and data as we delve into supervised and unsupervised learning, reinforcement learning, and more. Discover practical applications in various domains like healthcare, finance, and autonomous vehicles.  From introductory guides to advanced techniques, we’re here to help you demystify machine learning and unlock its potential. Join us on this journey as we unravel the secrets of machine learning and empower you to build intelligent systems that can analyze data, make predictions, and drive innovation.

Let’s shape the future together with the power of machine learning!

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 »

KDN Shittu Pairing Claude Code with Local Models

Pairing Claude Code with Local Models

    # Introduction  Agentic coding sessions are expensive. A single Claude Code session — reading files, writing code, running tests, iterating — can burn 10–50x more tokens than a plain chat conversation. At scale, that adds up fast. Add rate limits that can interrupt a long-running workflow mid-session, and the dependency on a third-party API …

Pairing Claude Code with Local Models Read More »

KDN Shittu Local Agentic Programming on the Cheap

Local Agentic Programming on the Cheap: Claude Code + Ollama + Gemma4

  # Introduction  Visualize this: a multi-agent workflow that reads files, writes patches, runs tests, and iterates across four services, making 400 API calls in a single afternoon. The notification arrives. You have crossed the soft limit again. Every token costs money, every prompt sends your proprietary code to a third-party server, and the rate limits …

Local Agentic Programming on the Cheap: Claude Code + Ollama + Gemma4 Read More »

Rosidi LLM Calibration 1

A Deep Dive into Calibration of Language Models: Platt Scaling, Isotonic Regression, Temperature Scaling

  # Introduction  A model that says it is 90% confident should be right 90% of the time. When that relationship breaks down, you get a miscalibration problem. The model’s scores stop telling you anything useful about reliability. For large language models (LLMs), miscalibration is widespread. A 2024 NAACL survey found that confidence scores diverge from …

A Deep Dive into Calibration of Language Models: Platt Scaling, Isotonic Regression, Temperature Scaling Read More »

Scroll to Top