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!
In my first TDS post, I wrote about how to translate a real-world problem into an integer linear program. In my second, I wrote about how to make that program robust against uncertainty. Both were variations on the same idea: take a fuzzy real-world question, squeeze it into an LP, and let a solver do the rest. …
A Gentle Introduction to Stochastic Programming Read More »
in a situation where you have plenty of ideas on how to improve your product, but no time to test them all? I bet you have. What if I told you that you no longer have to do it all on your own, you can delegate it to AI. It can run dozens (or even …
Let the AI Do the Experimenting Read More »
Image by Author # Introduction Building large language model (LLM) applications is very different from using consumer-facing tools like Claude Code, ChatGPT, or Codex. Those products are great for end users, but when you want to build your own LLM system, you need a lot more control over how everything works behind the scenes. That …
10 Python Libraries for Building LLM Applications Read More »
Image by Author # Introduction OpenClaw is quickly becoming one of the most talked-about open-source agent systems right now. But beyond the hype, the real question is simple: what are people actually using it for? At its core, OpenClaw helps turn AI from something you chat with into something that can actually do work for …
7 Practical OpenClaw Use Cases You Should Know Read More »
series about Reinforcement Learning (RL), following Sutton and Barto’s famous book “Reinforcement Learning” [1]. In the previous posts we finished dissecting Part I of said book, which introduces fundamental solution techniques which form the basis for many RL methods. These are: Dynamic Programming (DP), Monte Carlo methods (MC) and Temporal Difference Learning (TD). What separates …
Introduction to Approximate Solution Methods for Reinforcement Learning Read More »
Image by Author # Introduction We live in an exciting era where you can run a powerful artificial intelligence coding assistant directly on your own computer, completely offline, without paying a monthly subscription fee. This article will show you how to build a free, local artificial intelligence coding setup by combining three powerful tools: OpenCode, …
Seeing What’s Possible with OpenCode + Ollama + Qwen3-Coder Read More »