-
Context Graphs Are the Future of AI Infrastructure
From reducing LLM hallucinations with knowledge graphs, to migrating between database paradigms, to ontology-driven AI — how two years of work led me to context graphs as the next frontier.
-
Getting Started with Deep Learning in Swift and TensorFlow
TensorFlow is now available in Swift for Deep Learning. This post helps you get started with Google Colab and the command line.
-
Introduction to Active Learning
What is active learning, how does it relate to semi-supervised learning, and why is it useful?
-
Getting Setup with Fast.ai for Machine Learning (No GPU Required)
How to run the Fast.ai ML course on Kaggle, Google Colab, and AWS — even without a good GPU or fast internet
-
Object-Oriented Programming in Julia
Julia doesn't have classes, but it supports powerful OOP-like patterns through multiple dispatch, abstract types, and structs. Learn how to write clean, composable Julia code.