Before Reinforcement Learning Understand the Multi Armed Bandit

Simple Guide to Multi-Armed Bandits: A Key Concept Before Reinforcement Learning

make smart choices when it starts out knowing nothing and can only learn through trial and error? This is exactly what one of the simplest but most important models in reinforcement learning is all about: A multi-armed bandit is a simple model for learning by trial and error. Just like we do. We’ll explore why …

Simple Guide to Multi-Armed Bandits: A Key Concept Before Reinforcement Learning Read More »

kdn generative ai study roadmap

Generative AI: A Self-Study Roadmap

Image by Author | ChatGPT   ContentsIntroductionPart 1: Understanding Generative AI FundamentalsPart 2: The GenAI Engineering Skill StackPart 3: Tools and Implementation FrameworkPart 4: Hands-On Project PortfolioPart 5: Advanced ConsiderationsPart 6: Responsible GenAI DevelopmentPart 7: Staying Current in the Fast-Moving GenAI SpaceResources for Continued LearningConclusion Introduction  The explosion of generative AI has transformed how we …

Generative AI: A Self-Study Roadmap Read More »

kdn 10 surprising things python datetime module

10 Surprising Things You Can Do with Python’s datetime Module

Image by Author | ChatGPT   ContentsIntroduction1. Finding the Day of the Week2. Calculating the Time Until a Future Event3. Working with Timezones4. Getting the Last Day of a Month5. Calculating Your Precise Age6. Iterating Through a Range of Dates7. Parsing Dates from Non-Standard String Formats8. Finding the Nth Weekday of a Month9. Getting the …

10 Surprising Things You Can Do with Python’s datetime Module Read More »

Intro image

Reducing Time to Value for Data Science Projects: Part 3

ContentsParts 1 and 2 of this series focussed on the technical aspect of improving the experimentation process. This started with rethinking how code is created, stored and used, and ended with utilising large scale parallelization to cut down the time taken to run experiments. This article takes a step back from the implementation details and …

Reducing Time to Value for Data Science Projects: Part 3 Read More »

gradio

Build Interactive Machine Learning Apps with Gradio

As a developer working with machine learning models, you likely spend hours writing scripts and adjusting hyperparameters. But when it comes to sharing your work or letting others interact with your models, the gap between a Python script and a usable web app can feel enormous. Gradio is an open source Python library that lets …

Build Interactive Machine Learning Apps with Gradio Read More »

awan 10 github repositories mastering agents mcps 1

10 GitHub Repositories for Mastering Agents and MCPs

Image by Author | ChatGPT   ContentsIntroduction10 GitHub Repositories for Mastering Agents and MCPs6. AI Agents Masterclass (with Video Guides)Final Thoughts Introduction  AI agents are autonomous software entities that perceive their environment, make decisions, and take actions to achieve specific goals. They are fundamental to modern artificial intelligence applications, ranging from chatbots to complex multi-agent …

10 GitHub Repositories for Mastering Agents and MCPs Read More »

0 amyOKMeDcx2901Jj

My Honest Advice for Aspiring Machine Learning Engineers

want to be machine learning engineers. I get it. It’s a great job, with interesting work, great pay, and overall, it’s very cool. However, it’s definitely not a walk in the park to become one. In this article, I aim to offer my unfiltered and candid advice to aspiring machine learning engineers.  This will be …

My Honest Advice for Aspiring Machine Learning Engineers Read More »

Scroll to Top