by Dr. Owns | Jan 28, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Raspberry Pi programmable IO pitfalls illustrated with a musical examplePico PIO Surprises, Part 2 — Source: https://openai.com/dall-e-2/. All other figures from the author.This is Part 2 of an exploration into the unexpected quirks of programming the Raspberry Pi...
by Dr. Owns | Jan 28, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
How to use ONNX to make any machine learning model portableContinue reading on Towards Data Science » How to use ONNX to make any machine learning model portableContinue reading on Towards Data Science » ai, programming, data-science, hands-on-tutorials,...
by Dr. Owns | Jan 27, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Building a Regression Model to Predict Delivery Durations: A Practical GuideE2E walkthrough for approaching a regression modeling taskIn this article, we’re going to walk through the process of building a regression model — from dataset cleaning & preparation, to...
by Dr. Owns | Jan 27, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
A deep dive into “Not All Tokens Are What You Need for Pretraining”IntroductionA few days ago, I had the chance to present at a local reading group that focused on some of the most exciting and insightful papers from NeurIPS 2024. As a presenter, I selected a paper...
by Dr. Owns | Jan 27, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Explore decision trees with polars backendPhoto by Leonard Laub on UnsplashDecision tree algorithms have always fascinated me. They are easy to implement and achieve good results on various classification and regression tasks. Combined with boosting, decision trees...