Posts
All the articles I've posted.
The Intelligent Balance - Determinism and the Spark of Innovation
Published: at 12:00 AMThe distinction between determinism and non-determinism is often misunderstood as a measure of intelligence. In reality, it's a consequence of a system's design, influenced by a variety of factors. Truly intelligent systems require both deterministic and non-deterministic behaviors.
LLMs - A Ghost in the Machine
Published: at 12:00 AMThe landscape of Large Language Models (LLMs) is evolving rapidly, with powerful and open models being released at an unprecedented pace. As these technologies advance, so does the potential to integrate them into our existing systems. Traditionally, we've built systems with distinct layers such as the Application layer and Data Persistence layer.
Data Visualization for Machine Learning in Elixir
Published: at 12:00 AMI show you the various ways you can visualize data for machine learning in Elixir. I start with doing a basic scatter plot and move to more complex examples like plotting the loss curve.